Hi,
Im wondering if it would be possible to add a button to let users view their own threads from the navbar? Like so:
Ive seen a similar hack posted on these forums (
https://vborg.vbsupport.ru/showthread.php?t=198592) which allows you to do this from the Search menu, but I dont think thats quite as obvious or convenient.
I looked at the link code from that hack;
Code:
<a href="'.$vbulletin->options['bburl'].'/search.php?'.$session['sessionurl'].'do=finduser&u='.$vbulletin->userinfo['userid'].'&starteronly=1">'.$vbphrase['ms_view_all_your_threads'].'</a>
Which I tried adding, but gives an error. Im a complete newbie to this stuff, would anyone be able to help me out. Or let me know if such a hack already exists.
Thanks.