a quick edit, i would like to make an If statement so that if they dont have a user page this link doesnt show up, but i cant seem to get that to work, so here u go
this adds a link in the postbit menu, (so users viewing a post can use the dropdown to get to the users page)
Find
PHP Code:
<if condition="$post['userid'] AND $show['member']">
<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&userlist=buddy&u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr>
</if>
BELOW Add
PHP Code:
<tr><td class="vbmenu_option"><a href="userpage.php?do=main&userid=$post[userid]">View My User Page</a></td></tr>
u must do this in postbit and postbit_legacy