Back to vBulletin 3.8 Template Modifications

Email to Friend, Print Version, Subscribe Thread in Postbit/Postbit Legacy
Mod Version: 1.00, by Neutral Singh

vB Version: 3.8.x Rating: (8 votes - 4.63 average) Installs: 40
Released: 26 Jan 2009 Last Update: Never Downloads: 7
Not Supported Template Edits Re-usable Code Translations  

Another simple yet useful template modification for the benefit of forum members. This shows Email to Friend, Print Version, Subscribe Thread in Postbit/Postbit Legacy:

Benefits:
1. More visibility to 'Email a Friend' alongside each about the topic... means more invitations, New Registrations!
2. Easy access to See Print version of the topic... more printouts more free publicity!
3. Easy access to Subscribe/unsubscribe option... members feel obliged!

Step 1. Edit Template: Postbit or Postbit_legacy

Code:
Find:
<if condition="$post['title']"><strong>$post[title]</strong></if>
Add Below:
>>&nbsp;&nbsp; <img class="inlineimg" src="$stylevar[imgdir_button]/printer.gif" alt="$vbphrase[show_printable_version]" />&nbsp;&nbsp;<a href="printthread.php?$session[sessionurl]t=$post[threadid]" accesskey="3" rel="nofollow">$vbphrase[show_printable_version]</a>&nbsp;&nbsp; <img class="inlineimg" src="$stylevar[imgdir_button]/sendtofriend.gif" alt="$vbphrase[email_this_page]" />&nbsp;&nbsp;<u><a href="sendmessage.php?$session[sessionurl]do=sendtofriend&amp;t=$post[threadid]" rel="nofollow">$vbphrase[email_this_page]</a></u>&nbsp;&nbsp; <if condition="$show['member']"> <img class="inlineimg" src="$stylevar[imgdir_button]/subscribe.gif" alt="$vbphrase[subscription]" />&nbsp;&nbsp; <if condition="$show['subscribed']"> <a href="subscription.php?$session[sessionurl]do=removesubscription&amp;t=$post[threadid]" rel="nofollow">$vbphrase[unsubscribe_from_this_thread]</a> <else /> <a href="subscription.php?$session[sessionurl]do=addsubscription&amp;t=$post[threadid]" rel="nofollow">$vbphrase[subscribe_to_this_thread]</a> </if> </if>


And for those who want this to show for only first post
:

Code:
Warp the above code with the following conditional:
<if condition="$post[postcount] % $vboptions[maxposts] == 1">
put the above code here!
</if>
That's it!!

nJoy!!

Download

No files for download.

Similar Mods

Show Thread Enhancements Showing Custom Profile Fields On Postbit And Postbit Legacy vBulletin 3.6 Template Modifications
Miscellaneous Hacks Display User's Email in Postbit/legacy for Admins and Mods vBulletin 3.6 Template Modifications

vblts.ru supports vBulletin®, 2022-2024