WeakWiki Version 0.17

help | login | search:  
<<

Home Page
Index

Download
Sandbox

Manual

Features
Syntax

Requirements
Installation Guide

Modules
Customization

Project Sources
Documentation
Issues

Version History

Contact

News
Wiki Help


robbiblubber.org














read  source  history 

User Self Service (ussm) Module Installation



Installation Files

The following files must be present in an installation to use ussm:
  • ./modules/ussm/ussm.module.php
  • ./lang/{...}/ussm.module.lang.php

{...} refers to all language codes used in the installation.

modules.php Modifications

The UserSelfServiceModule class must be included in the $GLOBALS['mod_load'] array in modules.php.

$GLOBALS['mod_load'] = Array(new UserSelfServiceModule() {, ...} );

PHP Requirements

PHP versions higher then 5.0 are supported.
PHP Mail must be available.




ussm | ussm Configuration