The Arcive of vBulletin Modifications Site. |
|
My Posts & Threads in navbar Details »»
|
|||||||||||||||||||||||||
Port from: https://vborg.vbsupport.ru/showthread.php?t=118306
This adds a "My Posts" link to your navbar with a drop down menu for threads. Now you can easily find your recent topics and post with one click ![]() Installation is easy and should take no more than a few minutes. Please click install if you use this, thank you. **** Due to unethical actions by vBulletin Solutions I can no longer support this modification **** Supporters / CoAuthors Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
**** Due to unethical actions by vBulletin Solutions I can no longer support this modification ****
|
|
#3
|
||||
|
||||
|
Nice one. good idea
*Installed* |
|
#4
|
||||
|
||||
|
do you know if theres anyway to show my threads from a specific forum ?
|
|
#5
|
|||
|
|||
|
great little mod, thanks!
I've changed it around a bit to Include those options along with the UserCP Here's what mine now looks like, |
|
#6
|
|||
|
|||
|
I like that alkatraz, nice addition.
|
|
#7
|
|||
|
|||
|
how did ya do that alkatraz? great idea triple.
|
|
#8
|
|||
|
|||
|
Quote:
- I did the mod as instructed first - then I moved the part that goes beside "New Posts" so it was beside "UserCP" ah screw it, here's the bits of code you can figure it out it's pretty easy =) basicaly I replaced the bits within the USERCP <td>'s with: Code:
<a href="usercp.php$session[sessionurl_q]">My Account</a> <span id="navbar_myposts"><script type="text/javascript"> vbmenu_register("navbar_myposts"); </script></span>
Code:
<!-- My Posts Menu --> <div class="vbmenu_popup" id="navbar_myposts_menu" style="display:none"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">My Account</td> </tr> <tr> <td class="vbmenu_option"><a href="usercp.php$session[sessionurl_q]">My Account Settings</a></td> </tr> <tr> <td class="vbmenu_option"><a href="search.php?do=finduser&u=$bbuserinfo[userid]">View My Posts</a></td> </tr> <tr> <td class="vbmenu_option"><a href="search.php?do=process&showposts=0&starteronly=1&exactname=1&searchuser=$bbuserinfo[username]">View My Threads</a></td> </tr> <tr> <td class="vbmenu_option"><a href="member.php?u=$bbuserinfo[userid]">View My Profile</a></td> </tr> </table> </div> <!-- / My Posts Menu --> |
|
#9
|
|||
|
|||
|
alkatraz.... i am having some difficulties understanding what exactly you did. Is the edit in the navbar template?
|
|
#10
|
||||
|
||||
|
Quote:
|
![]() |
|
|