Quote:
Originally Posted by Carnage-
your js directory is wrong.
"clientscript/vbulletin_global.js" thats where its pointed at.
yet it should be: "http://sports-boards.net/forums/clientscript/vbulletin_global.js"
quickest solution is to copy the clientscript directory from /forums/ to /reports/
edit: having read that i didn't make it very clear.
basically your java script is being included using a relitive link, which is wrong. you either need to change it to an absolute link (note changing the relitive link will break your forums instead) or make a second copy of the 'clientscript' directory. there are probably other ways to fix it but those two are the easiest.
|
Looking at your advice, I think I will go with the latter option (Copying the 'clientscript' directory) unless something better comes along. I plan to create an entire subdirectory based off of the code I'm learning right now.