PDA

View Full Version : Somebody pls do this SIMPLE modification


Sarthek
09-14-2006, 02:48 PM
Hi,

I miss very much in vBulletin forums, that there is no link "my posts" in navbar.

Can somebody pls do this little mod.

Now everytime when we log into forums, we must do search by user (me), to find our threads.

Wired1
09-14-2006, 02:56 PM
can't remember the exact code, but the lin would be something like:

https://vborg.vbsupport.ru/search.php?do=finduser&u=<INSERT USER ID VAR HERE>

You can just grab the code from the memberinfo template.

.Tim
09-14-2006, 11:09 PM
Put this where you want it to show up:

<if condition="$show[member]"><td class="vbmenu_control"><a href="$vboptions[bburl]/search.php?do=finduser&u=$bbuserinfo[userid]">My Posts</a></td></if>