[Any Version] How to search all new threads (like search all New Posts)
65 Views Published 4 months, 2 weeks ago in vBulletin TipsWe can search for all new post by clicking New Posts link, but why there is no all New threads link?
in digitalpoint forum i can search for new threads, the link is in they Quick links after login first, vbulletin support says its not vbulletin default code, so we need to create it by our seld
to create New Thread link, add this code in your navbar anywhere you like, change vbulletin.com/forum with your own forum url
if you want to add it after New Posts link, in navbar, add above code below this
credit to sockwater
Tags: vb, vbulletin, wp
in digitalpoint forum i can search for new threads, the link is in they Quick links after login first, vbulletin support says its not vbulletin default code, so we need to create it by our seld
to create New Thread link, add this code in your navbar anywhere you like, change vbulletin.com/forum with your own forum url
HTML Code:
<td class="vbmenu_control"><a href="http://www.vbulletin.com/forum/search.php?do=process&exactname=1&starteronly=0&forumchoice[]=0&prefixchoice[]=&childforums=1&titleonly=0&showposts=0&searchdate=0&beforeafter=after&sortby=lastpost&sortorder=descending&replyless=1&replylimit=0&searchthreadid=0&saveprefs=1&quicksearch=0&searchtype=1&nocache=0&ajax=0&userid=0& ">New Threads</a></td>if you want to add it after New Posts link, in navbar, add above code below this
HTML Code:
<td class="vbmenu_control"><a href="search.php?do=getnew" accesskey="2">New Posts</a></td>credit to sockwater
Search
About This Entry
- You’re currently reading “[Any Version] How to search all new threads (like search all New Posts),” an entry on The Staff Lounge
- Published at 8.18.08 / 7pm
Related Entries
- [vB 3.7] How to Make Notices Stand-out More… - vBulletin Tips
- Small Afterdark Skin update - vBStyles
- vBa Links Directory v3.0.0 (”Gold”) Now Available! - vBadvanced
Recent Entries
- Video-Directory Remixed - vBulletin 3.7 Add-onsvBulletin Add-ons
- Invision Power Board License and Conversion Sale - Invision Power Board
- Weblog Tools Collection: WordPress Theme Releases for 01/05 - Wordpress
Popular Resources
- Phorum-5.2.9a released (6 replies) - 12514 Views
- Phorum-5.2.8 final released (13 replies) - 5785 Views
- Phorum-5.2.9 released! Security Upgrade! (1 reply) - 2855 Views







No Responses to “[Any Version] How to search all new threads (like search all New Posts)”
Please Wait
Leave a Reply