utw-Mephisto
12-06-2005, 10:00 PM
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 :D
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
<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>
Above that
<!-- 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 -->
See Screenshot attached what I mean :D
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
<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>
Above that
<!-- 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 -->