![]() |
'My Threads' in Quick Links menu.
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> I've uploaded a copy of the installation instructions in case you like to keep them on your computer like I do. |
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> |
Thank You.
|
Thanks.
How do I make 'New Threads' appear in the translated language on the forum? |
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]'. |
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> |
doesnt work for me...
nothing shows up |
Quote:
|
i agree with you, but nothing is showing up
|
here is what i have
Quote:
|
Quote:
|
yes...nothing there.
|
ok, Are you using custom Styles? I have custom style on my site, and some style templates need to be edited seperatly.
|
You forgot this before what you have <if condition="$vboptions['enablesearches']">
[QUOTE<tr><td class="vbmenu_option"><a href="search.php?$session[sessionurl]do=process&showposts=0&starteronly=1&e xactname=1&searchuser=$bbu serinfo[username]">My Threads</a></td></tr> <td class="vbmenu_control"><a href="forumdisplay.php?$session[sessionurl]do=markread" rel="nofollow">$vbphrase[mark_forums_read]</a></td>[/QUOTE] |
thaks for the great help
working great now!! |
np, Glad I could help.
|
Quote:
|
thanks...... works fine on 3.6.8 :)
|
Installed and working ok. Thanks!
|
Great ... Installed :)
|
Perfect! Thanks :)
|
Perfect!!
How about showing stickies first? is it possible? Thanks |
All times are GMT. The time now is 07:14 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|