Quote:
Originally Posted by tipoboy
any chance you could elaborate on how to get this working on other pages jpt62089??
where do you add: define('THIS_SCRIPT', 'page name here'); what template were you reffering to
any help is kindly appreciated as i have been waiting on this answer for weeks
|
Nooo. I was saying that the define() is within every vBulletin PHP file. Lets say you want the shoutbox to show on and forumdisplay.php page. Go into the forumdisplay.php file.
Near the top you will find "define('THIS_SCRIPT', 'forumdisplay');"
This defines the name of that page. If you add forumdisplay to the Page Deployment area in the ACP then it will show on all forum display pages. (As long as you have
<!--{%SHOUTBOX%}--> in the correct templates