Did you follow the installation from the Readme.txt file?
here is the code:
ADMIN.PHP File Edits:
=====================
Be sure your admin.php file has the following as the 2nd or 3rd line:
define('ADMIN_FILE', true);
JAVASCRIPT.PHP File Edits:
==========================
1) Open your includes/javascript.php file and find:
##################################################
# Include for some common javascripts functions #
##################################################
2) Add these 5 lines:
Code:
global $sentineladmin;
if($sentineladmin > 0) {
echo "<script type=\"text/javascript\" src=\"includes/overlib.js\"><!-- overLIB
(c) Erik Bosrup --></script>\n";
echo "<script type=\"text/javascript\" src=\"includes/overlib_hideform.js\"><!--
overLIB (c) Erik Bosrup --></script>\n";
}
so that the result looks like:
##################################################
# Include for some common javascripts functions #
##################################################
Code:
global $sentineladmin;
if($sentineladmin > 0) {
echo "<script type=\"text/javascript\" src=\"includes/overlib.js\"><!-- overLIB
(c) Erik Bosrup --></script>\n";
echo "<script type=\"text/javascript\" src=\"includes/overlib_hideform.js\"><!--
overLIB (c) Erik Bosrup --></script>\n";
}
HEADER.PHP File Edits:
======================
NOTE: THIS WILL DISPLAY A REMINDER TO ADMINISTRATORS WHEN THEY HAVE THEIR SITE DISABLED.
1) Open your header.php file and find:
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum