I have Sentinel working beautifully except thet I get a javascript error when trying to open the help windows in the admin section. I know it's only a minor problem but does anyone know how I can get the help windows to open.
RuTHlezz1 Nuke Soldier
Joined: Oct 03, 2005
Posts: 34
Posted:
Mon Oct 31, 2005 6:02 am
Ok you need to look in the download and you will see a folder named "Edits_For_Core_Files" Open this folder and look for a folder named "Includes" Open this folder and then open "javascript.txt" with word pad.
Now copy
Quote:
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";
}
Now go to your "includes" folder located in the root of your PHPNuke install and open "javascript.php"
and look for
Quote:
##################################################
# Include for some common javascripts functions #
##################################################
And paste the code
Quote:
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";
}
After the line mentioned above.
I would go back through your sentinel install because it sounds like you missed some key install steps not to mention the fix to the Your_Account module to stop some SQL Injection explotes
tinfoil Nuke Soldier
Joined: Apr 06, 2005
Posts: 25
Posted:
Mon Nov 14, 2005 8:08 am
I've got this same problem and have gone through and double checked all of the txts in the Edits_For_Core_files directory. admin, mainfile, javascript, the Your_Account changes as well. I've verified that the .js files are indeed in the includes directory.
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