Admin notes

From TUTOS

Revision as of 18:51, 9 December 2010 by Gero (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Notes is a module that is delivered with every TUTOS version, so a special installation is not required.

In order to globally diable this feature you should edit your config.php file or [tutoshome]/php/note/mconfig.pinc file and ensure that you have a line:

 $tutos[usenotes] = 0;

Another way to diable this is a modification of php/ and adding a comment in front of this line:

 @include_once("note/mconfig.pinc");

This will also disable things like table generation and background processing.