vb 2.3.x Style PM, Profile, Search and Buddy buttons in Postbit_Legacy
This modification is in the archives.
A lot of people liked the old style buttons from vBulletin 2.3.x and were confused of the new Java menu when clicking the username ....
See Screenshot attached what I mean ![]() Anyway, this is just the textfile and not the buttons. I have taken the buttons from the original vBulletin Version 2.3.7 since I am using all those buttons on my current forum. Don't forget to change the URLs accordingly in case you use different filenames. Demo : http://ut2007world.com In postbit_legacy Search for Code:
<if condition="$post['editlink']"> <a href="$post[editlink]" name="vB::QuickEdit::$post[postid]"><img src="$stylevar[imgdir_button]/edit.gif" alt="$vbphrase[edit_delete_message]" border="0" /></a> Code:
<!-- Start new buttons --> <a href="member.php?u=$post[userid]" ><img src="images/buttons/profile.gif" border="0" align="left" alt="Click Here to See the Profile for $post[username]"></a> <a href="private.php?do=newpm&u=$post[userid]"><img src="images/buttons/sendpm2.gif" border="0" align="left" alt="Click here to Send $post[username] a Private Message"></a> <a href="search.php?do=finduser&u=$post[userid]"><img src="images/buttons/find2.gif" border="0" align="left" alt="Find more posts by $post[username]"></a> <a href="profile.php?do=addlist&userlist=buddy&u=$post[userid]"><img src="images/buttons/buddy.gif" border="0" align="left" alt="Add $post[username] to your buddy list"></a> <!-- / End new buttons --> Download This modification is archived and cannot be downloaded. Screenshots
|
Similar Mods
Miscellaneous Hacks split postbit_legacy buttons into a seperate cell | vBulletin 3.6 Template Modifications |