PDA

View Full Version : Can anyone help me? simple request


nyunyu
01-26-2008, 02:32 PM
Hi, I need some help.

As you may know, when you click on "my profile" under "quick links", you will see on the profile page a link for you to see all posts made by the user.

http://www.site.com/forum/search.php?do=finduser&u=<userid>

What I want is to add the link (View my posts) under "quick links" OR "user cp". So, when I click on the link, it will show me all the posts I made without me having to go to my profile page.

How can I do that?

**I am still using 3.6.8 PL2.

Eq4bits
01-26-2008, 03:00 PM
In navbar template
FIND: <!-- user cp tools menu -->
scroll down to the point where you want the link to appear and INSERT:
<tr>
<td class="vbmenu_option"><a href="search.php?do=finduser&u=$bbuserinfo[userid]">My Posts</a></td>
</tr>
woops, give me a few minutes... there's another place to put it...

nyunyu
01-26-2008, 03:10 PM
Allrighty...thanks..
Will try it now. :)

--------------- Added 1201367968 at 1201367968 ---------------

Done like what you said but instead of usercp, I add it under quick links.
I use the usercp mod (like the one vb.org is using now), so still cannot figure out how to add an option there.