I am trying to add a link to the postbit popup vbmenu (click on the username in postbit) that will take me to the user profile edit.
I have tried the following, but the link tells me there was no user selected, so I suppose the link does not realize the userid.
Code:
<tr><td class="vbmenu_option"><a href="moderator.php?$session[sessionurl]do=useroptions&u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></td></tr>
Any ideas on how I can make this work?
Thanks!