View Full Version : how to show thread tools in postbit
PAKIDIL
03-22-2009, 01:03 PM
hello,
i want to know how can we show thread tools like "email this page to ur friend"
so that my members can send the threads to their friends.
waiting for reply
thanks
Lynne
03-22-2009, 03:49 PM
vboptions > email options > enable email features > yes
PAKIDIL
04-05-2009, 02:30 PM
thanks but i want like it shows in postbit at right hand side or left hand side not like click on thread tools than drop down menu comes where it says subscription or send email to ur friend. so please can you help me in this
Lynne
04-05-2009, 02:53 PM
As far as I know, you can't just email a link to a post - the feature emails a link to the thread. But, you can try stealing the code from the Thread Tools and adding it to the postbit and playing with modifying it to send just a post link. Here it is from Thread Tools:
<if condition="$show['sendtofriend']">
<tr>
<td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/sendtofriend.gif" alt="$vbphrase[email_this_page]" /> <a href="sendmessage.php?$session[sessionurl]do=sendtofriend&t=$threadid" rel="nofollow">$vbphrase[email_this_page]</a></td>
</tr>
</if>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.