Status
Not open for further replies.

BuffaloRange

Customer
How do I add the shoutbox to individual forums? I assume I can paste code into a template but what code and what template? Thanks in advance.
 
To put vBShout in a custom location, do the following:


Step 1: AdminCP -> DBTech - vBShout-> Instance Management -> [Edit].

Step 2: Change the Auto-Display Shoutbox setting to Disabled.

Step 3: Write down the the Varname setting. For the default shoutbox, it's instance1. The rest of this guide will assume you replace instance1 with the actual Varname if it is different.

Step 4: Enter the Style Manager and add either {vb:raw show.vbshout_instance1} (vB4) or {$show[vbshout_instance1]} (vB3) to the templates you wish the shoutbox to appear in.


For the forum display, the template name is FORUMDISPLAY and you need to wrap the above code in
Code:
<vb:if condition="$foruminfo['forumid'] == x">{vb:raw show.vbshout_instance1}</vb:if>
like so.
 
Status
Not open for further replies.

Legacy vBShout

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
3,174
Customer rating
5.00 star(s) 1 ratings
Back
Top