Quote:
Originally Posted by VBDev
For that you have to edit the hook attached to forumdisplay_complete and replace:
PHP Code:
if ($chatbox_permission && $vbulletin->options['mgc_cb_forumdisplay']) {
By :
PHP Code:
if ($chatbox_permission && $vbulletin->options['mgc_cb_forumdisplay'] && $foruminfo['forumid'] == X) {
Where X is the id of the forum you want it to be shown in.
|
I have installed your mod but no i cant find the forumdisplay_complete template. I only have forumdisplay.
Where can i find forumdisplay_complete?
Thx