Quote:
Originally Posted by Videomaster
Hi!
To have ChatBox enabled on desired page:
1. THIS_SCRIPT must be defined in php file (by default all important vBulletin files has this)
I am not strong in programming. Write, please, an example how to define a script in php a file. For example, forumdisplay.php
|
You don't need to define anything in the default vB files, because they've already got it defined. In the case of
forumdisplay.php:
Code:
define('THIS_SCRIPT', 'forumdisplay');
So, if you wanted to only show it in
forumdisplay.php, you would add "forumdisplay" to the appropriate editbox.