The Arcive of vBulletin Modifications Site. |
|
Easy Postbit Switcher Details »»
|
|||||||||||||||||||||||||
This plugin will make it possible for the user to switch between new and legacy postbits from showthread.php using the Display Modes menu.
This plugin requires the 'User Postbit Template Selection' plugin by WhSox21 to be installed. The plugin can be found here. The plugin requires 2 template edits (both in the SHOWTHREAD template), 1 edit of WhSox21's plugin and 1 edit of the field created whilst installing WhSox21's plugin. Thanks goes out to WhSox21 for letting me base this plugin from his. Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
Nice job Martin
|
|
#3
|
||||
|
||||
|
Great idea! (Installs)
|
|
#4
|
|||
|
|||
|
very nice
![]() Installs |
|
#5
|
|||
|
|||
|
niccccccccccccceee
|
|
#6
|
||||
|
||||
|
** self-edited ** Its working fine now!! Thanks
|
|
#7
|
|||
|
|||
|
Works a treat. Thanks.
|
|
#8
|
|||
|
|||
|
Looks great.
One thing to note: the /me and [you] Plugins can break this one, causing the default postbit to display regardless of the user's choice. |
|
#9
|
|||
|
|||
|
very nice. installed. one thing to note though...
Code:
<!-- Postbit Selector -->
<tr>
<td class="thead">Postbit Selector<a name="goto_displaymodes"></a></td>
</tr>
<tr>
<if condition="$vbulletin->userinfo['field5'] == 'Vertical Postbit'">
<td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/mode_linear.gif" alt="Switch to Horizontal (new) postbit" /> <a href="showthread.php?$session[sessionurl]postbit=Top&t=$thread[threadid]$highlightwords">Use Horizontal (new) Postbit</a></td>
<else />
<td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/mode_linear.gif" alt="Switch to Vertical (legacy) postbit" /> <a href="showthread.php?$session[sessionurl]postbit=Left&t=$thread[threadid]$highlightwords">Use Vertical (Legacy) Postbit</a></td>
</if>
<!-- / Postbit Selector -->
works good with 3.5.0 |
|
#10
|
|||
|
|||
|
Thumbs up... thx1
|
![]() |
|
|