Difference between revisions of "Admin notes"

From TUTOS

 
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 <tt>[[config.php]]</tt> file or <tt>[tutoshome]/php/note/[[mconfig.pinc]]</tt> file and ensure that you have a line:
+
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:
 
   $tutos[usenotes] = 0;
 
   $tutos[usenotes] = 0;
  
Another way to diable this is a modification of <tt>php/</tt> and adding a comment in front of this line:
+
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:
   @include_once("note/mconfig.pinc");
+
   @include_once(&quot;note/mconfig.pinc&quot;);
 
This will also disable things like table generation and background processing.
 
This will also disable things like table generation and background processing.

Revision as of 00:07, 24 November 2010



Under Construction! Please Visit Reserve Page. Page Will Be Available Shortly


CLICK HERE


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 <tt>config.php</tt> file or <tt>[tutoshome]/php/note/mconfig.pinc</tt> file and ensure that you have a line:

 $tutos[usenotes] = 0;

Another way to diable this is a modification of <tt>php/</tt> 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.