Quote:
Originally Posted by El Intocable
How can I only put this chat in a specific forum ID? I will like to have it in the hidden Staff forum at my board. How can I do this?
|
Create a new Instance via Instance Management.
Set Auto-Deploy off
Set Shoutbox Deployment to
forum,showthread
Set Templates to
FORUMDISPLAY,SHOWTHREAD
Edit the
FORUMDISPLAY template, and add this:
vBulletin 4.x
Code:
<vb:if condition="$foruminfo['forumid'] == 100">{vb:raw vbshout}</vb:if>
vBulletin 3.x
Code:
<if condition="$foruminfo['forumid'] == 100">{$vbshout}</if>
Edit the
SHOWTHREAD template, and add this:
vBulletin 4.x
Code:
<vb:if condition="$threadinfo['forumid'] == 100">{vb:raw vbshout}</vb:if>
vBulletin 3.x
Code:
<if condition="$threadinfo['forumid'] == 100">{$vbshout}</if>
Replace 100 with your private forum's ID.
That should do it.
Quote:
Originally Posted by Eazy1
Installed and testing Lite version before purchasing... Its getting good reviews on our forum... one question though, I have 1 Instance and 3 Chat Rooms, for a total of 4 rooms/tabs... currently only the main "Shoutbox" tab flashes if there are new messages and you're in another room.... is there any way to have it work for all?
|
It's intended to, are your chat rooms user created or admin created?
It may also require a shout and a page reload after the room was first created.
Fillip