Quote:
Originally Posted by The Watcher
This looks promising gary -> a few questions !!!
1) How can I use this outside my forums directory? Do i just use this?
PHP Code:
chdir('/home/site/public_html/forums/');
require('./global.php');
|
That works, but I discovered that you have to have the full URL for vbulletin_global.js and vbulletin_menu.js in the headinclude template. Otherwise the drop-down menus in the navbar will not work outside of the forum directory.