Quote:
Originally Posted by bo0oost
Ah, I thought there was a postbit part to show what group you belong to.
Getting this into your profile would be awesome as well.
|
oh, i see what you mean, you're referring to
Quote:
now in your "postbit/postbit_legacy template find:
HTML Code:
<if condition="$show['pmlink']">
<tr><td class="vbmenu_option"><a href="private.php?$session[sessionurl]do=newpm&u=$post[userid]" rel="nofollow"><phrase 1="$post[username]">$vbphrase[send_private_message_to_x]</phrase></a></td></tr>
</if>
and above that add:
HTML Code:
<if condition="$post[userid]">
<tr><td class="vbmenu_option"><a href="/groups/viewgroups.php?$session[sessionurl]u=$post[userid]">View $post[username]'s Groups</a></td></tr>
</if>
|