Difference between revisions of "Admin notes"

From TUTOS

m (Reverted edits by Iqelekosaba (Talk); changed back to last version by Gero)
 
Line 1: Line 1:
----
 
<div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;">
 
----
 
=[http://akekuqegify.co.cc Under Construction! Please Visit Reserve Page. Page Will Be Available Shortly]=
 
----
 
=[http://akekuqegify.co.cc CLICK HERE]=
 
----
 
</div>
 
 
Notes is a module that is delivered with every TUTOS version, so a special installation is not required.
 
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 &lt;tt&gt;[[config.php]]&lt;/tt&gt; file or &lt;tt&gt;[tutoshome]/php/note/[[mconfig.pinc]]&lt;/tt&gt; file and ensure that you have a line:
+
In order to globally diable this feature you should edit your <tt>[[config.php]]</tt> file or <tt>[tutoshome]/php/note/[[mconfig.pinc]]</tt> file and ensure that you have a line:
 
   $tutos[usenotes] = 0;
 
   $tutos[usenotes] = 0;
  
Another way to diable this is a modification of &lt;tt&gt;php/&lt;/tt&gt; and adding a comment in front of this line:
+
Another way to diable this is a modification of <tt>php/</tt> and adding a comment in front of this line:
   @include_once(&quot;note/mconfig.pinc&quot;);
+
   @include_once("note/mconfig.pinc");
 
This will also disable things like table generation and background processing.
 
This will also disable things like table generation and background processing.

Latest revision as of 18:51, 9 December 2010

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.