The Arcive of vBulletin Modifications Site. |
|
'My Threads' in Quick Links menu. Details »»
|
|||||||||||||||||||||||||||
|
'My Threads' in Quick Links menu.
Developer Last Online: Mar 2007
This one is really simple, but a useful means of members quickly following their own threads on the forum without having to go into their profile first.
It takes about 2 minutes to install. One template edit. Installation Open up the 'navbar' template under 'Navigation/Breadcrumb Templates' Find: Code:
<tr><td class="vbmenu_option"><a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a></td></tr> Code:
<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=process&showposts=0&starteronly=1&exactname=1&searchuser=$bbuserinfo[username]">My Threads</a></td></tr> Could be added anywhere else in the Quick Links menu if you so wish.I've uploaded a copy of the installation instructions in case you like to keep them on your computer like I do. Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Nice, I like it and will use it
![]() To show 'My Posts' I use this: Code:
<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=process&showposts=1&starteronly=0&exactname=1&searchuser=$bbuserinfo[username]">My Posts</a></td></tr> |
|
#3
|
|||
|
|||
|
Thank You.
|
|
#4
|
|||
|
|||
|
Thanks.
How do I make 'New Threads' appear in the translated language on the forum? |
|
#5
|
|||
|
|||
|
Quote:
Admin CP > Languages & Phrases > Phrase Manager > Add New Phrase Phrase Type: GLOBAL Product: vBulletin Varname: mythreads Text: My Threads And then type in the different translations of 'My Threads' for each language in the translations boxes. Save. Now, you need to replace 'My Threads' in the code with '$vbphrase[mythreads]'. |
|
#6
|
||||
|
||||
|
Installed, but adjusted the search to show ALL posts made by a member and added a phrase for $vbphrase[my_posts]
![]() Code:
<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=finduser&u=$bbuserinfo[userid]">$vbphrase[my_posts]</a></td></tr>
|
|
#7
|
|||
|
|||
|
doesnt work for me...
nothing shows up |
|
#8
|
|||
|
|||
|
Given this is a simple template modification I don't see why it shouldn't if it has been installed properly. Are you referring to the phrase?
|
|
#9
|
|||
|
|||
|
i agree with you, but nothing is showing up
|
|
#10
|
|||
|
|||
|
here is what i have
Quote:
|
![]() |
|
|