The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
THIS_SCRIPT must be defined in php file (by default all important vBulletin files has
1. THIS_SCRIPT must be defined in php file (by default all important vBulletin files has this)
2. Hack options - You must add THIS_SCRIPT value for target page to "Show ChatBox on" setting field 3. Main template called on target page must contain "$cybchatbox" variable Anyone knows how i can do this i cant find anything on the vbulletin files |
#2
|
||||
|
||||
PHP Code:
|
#3
|
|||
|
|||
Thanks alot mate where would add this in the main index.php?
Mike |
#4
|
||||
|
||||
You'd add it sometime after the <?php line.
|
#5
|
|||
|
|||
Thanks you two <3
Edit having problems cant get it to show PHP Code:
|
#6
|
||||
|
||||
You'll need to ask that question in the modification thread. I have no idea what the code is so I can't say why it isn't working.
|
#7
|
||||
|
||||
Cyb Chatbox has no file uploads, just a product, so I'm guessing you're trying to make a separate page which is showing cyb chatbox on there?
https://vborg.vbsupport.ru/showthrea...hlight=chatbox Quote:
Right then, using the instructions laid out here; https://vborg.vbsupport.ru/showthread.php?t=62164 - make your new vBulletin page, with the THIS_SCRIPT defined, so your PHP file would probably look liek this PHP Code:
HTML Code:
$stylevar[htmldoctype] <html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <title>$vboptions[bbtitle]</title> $headinclude </head> <body> $header $navbar $cybchatbox $footer </body> </html> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|