![]() |
Quote:
Fillip |
Ok I understand that but how do I know what template this page would be under? http://www.fantasyhockeycoach.com/co...?703-fhc-pools
|
I don't know, sorry :(
You can turn on template names in comments in your vBulletin Options, that should make it easier to identify :) Fillip |
I got it work by creating a static html widget and copying and pasting the html code.
|
Is there a way to put a new instance on a specific thread in the forum?
|
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. Follow these steps as described and you will have total control over the position of the Shoutbox. Please note that some locations may not work as intended on vBulletin 3.8, and also note that it is not designed to go in the Forum Blocks side-bar (vBulletin 4). For specific thread, put it in the SHOWTHREAD template and use Code:
<vb:if condition="$threadinfo['threadid'] == x">{vb:raw show.vbshout_instance1}</vb:if> Fillip |
perfect now it all makes sense. thanks
|
what do i put in threaded? I have tried the number after the ? and the entire URL
also where in the template should I put that code? After <body>? Would it be the same for specific forum - FORUMDISPLAY template? |
You should replace X with the number. If that doesn't work, try $thread instead of $threadinfo.
It would be the same except replacing $thread or $threadinfo with $foruminfo['forumid'] - forumdisplay is the correct template :) Fillip |
<vb:if condition="$forumdisplay=X">{vb:raw show.vbshout_instanceY}</vb:if>
there is code that works X - forum ID # Y - instance # I posted it under the closing tag for page title for those curious the same thing |
All times are GMT. The time now is 03:58 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|