hello i installed this mod
https://vborg.vbsupport.ru/showthread.php?t=194834 but looks like the support has dropped so i'm hoping to get help through this avenue
my question is actually more of a general question anyways related to the navbar
i am trying to add 2 new options in the User CP drop down menu
My Posts
My Threads
here is what i added in the navbar_usercp_menu template
Code:
<tr><td class="vbmenu_option" align="left"><a href="search.php?$session[sessionurl]do=finduser&u=$userinfo[userid]" >My Posts</a></td></tr>
Code:
<tr><td class="vbmenu_option" align="left"><a href="search.php?$session[sessionurl]do=finduser&u=$userinfo[userid]&starteronly=1">My Threads</a></td></tr>
both show up and work
BUT only when you are currently on your
profile page. if you try to execute the new options while say on the home page, it wont work. this error shows up:
Invalid User specified. If you followed a valid link, please notify the administrator
can anyone kindly provide any guidance on how to get this to work regardless of what page you are trying to access these options from
thanks in advanced