The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Can anyone help me? simple request
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. |
#2
|
|||
|
|||
In navbar template
FIND: <!-- user cp tools menu --> scroll down to the point where you want the link to appear and INSERT: Code:
<tr> <td class="vbmenu_option"><a href="search.php?do=finduser&u=$bbuserinfo[userid]">My Posts</a></td> </tr> |
#3
|
|||
|
|||
Allrighty...thanks..
Will try it now. --------------- Added [DATE]1201367968[/DATE] at [TIME]1201367968[/TIME] --------------- 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. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|