How to search all new threads (like search all New Posts)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Basketmen
    Senior Member
    • Oct 2006
    • 195
    • 3.6.x

    [Any Version] How to search all new threads (like search all New Posts)

    We can search for all new post by clicking New Posts link, but why there is no all New threads link or Unanswered Threads link?

    in forums.digitalpoint.com i can search for new threads, the link is in they Quick links after login first, screenshot :

    vbulletin support says it is not vbulletin default code, so we need to create it by our self









    to create New Threads link, add this code in your navbar template 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&replyless=1&replylimit=100&exclude=0&nocache=0&sortby=threadstart">New Threads</a></td>






    to create Unanswered Threads link, add this code in your navbar template 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&replyless=1&replylimit=0&exclude=0&nocache=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>
    Last edited by Basketmen; Tue 9 Oct '12, 6:11am. Reason: add image screenshot
    Build community is not easy, its a very long game
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...