The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
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 |
#22
|
||||
|
||||
This is a nice addition! Thanks! I have 3.6.4 and had no problems finding the edits and I have over 10 mods installed.
|
#23
|
|||
|
|||
Thanks for this! - wonderful addition to a great modification. :up:
Quote:
|
#24
|
|||
|
|||
Thanks works good in version 3.6.3 with the 3.6.4 security patch.
Phil. |
#25
|
|||
|
|||
I was wondering.
Someone mentioned recently that the "My Posts" formatting is not quite as appealing as the Advanced Search "Username" results. Does anyone know if it's possible to get the same look and feel as the Advanced search with the "My Posts" addon? |
#26
|
|||
|
|||
I assume you're talking about the fact that the link doesn't 'drop down' like the search and 'quick links' links unless you click the arrow instead of the words "my posts"?
I noticed this too, and it was a bit confusing at first since click 'my posts' took me directly to that section. But, then I clicked the arrow to receive the drop down menu. Is there a way to easily make the words part of the advanced link also? Oh, and this is a great mod that's working wonderfully - thank you!!! |
#27
|
|||
|
|||
Quote:
That will show you a list with all the threads you have posted in, ordered by the last post in it. You can use this string to replace the one in "my posts": Code:
search.php?do=process&showposts=0&starteronly=0&exactname=1&searchuser=$bbuserinfo[username] A better way to do it IMO would be to add the extra feature like mentioned above (threads I posted in) in the drop down menu: FIND in navbar: Code:
<tr> <td class="vbmenu_option"><a href="search.php?do=process&showposts=0&starteronly=1&exactname=1&searchuser=$bbuserinfo[username]">My Threads</a></td> </tr> Code:
<tr> <td class="vbmenu_option"><a href="search.php?do=process&showposts=0&starteronly=0&exactname=1&searchuser=$bbuserinfo[username]">Threads I Posted in</a></td> </tr> -my posts (YOUR posts, listed as posts) -my threads (threads YOU started, listed as threads) -threads I posted in (threads you DIDN'T neccecairly start, but containing your posts, listed as threads) Hope this makes sense to you |
#28
|
|||
|
|||
Quote:
In navbar FIND: Code:
<td class="vbmenu_control"><a href="search.php?do=finduser&u=$bbuserinfo[userid]" accesskey="2">My Posts</a> <span id="navbar_myposts"><script type="text/javascript"> vbmenu_register("navbar_myposts"); </script></span></td> Code:
<td id="navbar_myposts" class="vbmenu_control"><a href="$show[nojs_link]#navbar_myposts">My Posts</a><script type="text/javascript">vbmenu_register("navbar_myposts");</script></td> |
#29
|
|||
|
|||
Good idea
|
#30
|
|||
|
|||
The search cache gives a problem with the View my threads stuff, sadly. When you Write new threads, you can risk that View my threads is'n updated for over an hour, as the search is cached....
|
#31
|
|||
|
|||
Nice mod, I'll see how people like it and if it needs to be spiffed up like some here have done.
One note though - shouldn't the accesskey be something other than '2'? I bet 99.9% of people would never use that, but since 2 is already the accesskey for New Posts, it will probably confuse some browsers. Thanks for writing it though! I'm sure people will enjoy it. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|