PDA

View Full Version : "My Assistant" in navbar?


TaMpE
09-15-2009, 01:24 AM
Hi, I'm looking to create an additional dropdown menu in the navbar but I'm having trouble with finding the correct URL for "My Posts" (show results in thread mode). Could someone please help me get a link that will shows all my posts shown in "thread" mode, not in post mode? I want it to look something like phpBB's "View your posts" link.

Best regards,
TaMpE

HMBeaty
09-15-2009, 01:31 AM
I THINK you might be looking for this code:
<a href="search.php?$session[sessionurl]do=finduser&amp;u=$userinfo[userid]&amp;starteronly=1" rel="nofollow"><phrase 1="$prepared[username]">$vbphrase[find_all_threads_started_by_x]</phrase></a>

TaMpE
09-15-2009, 01:47 AM
I THINK you might be looking for this code:
<a href="search.php?$session[sessionurl]do=finduser&amp;u=$userinfo[userid]&amp;starteronly=1" rel="nofollow"><phrase 1="$prepared[username]">$vbphrase[find_all_threads_started_by_x]</phrase></a>

Hi, I don't quite follow ya. Where can I put that link? Could you please explain me in this kind of format?

ie. This link sends me to all threads made by me but again I don't know how to make the startonly with a variable as I grabbed this link direct off my "Profile" page on the forum.
http://mysite.com/search.php?do=finduser&u=1&starteronly=1