I need to modify the Todays Posts search...AND FAST

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • TheGLForum
    Senior Member
    • Jul 2014
    • 338
    • 5.0.X

    I need to modify the Todays Posts search...AND FAST

    In my forum I have an Off-Topic subforum and with all of the political posts right now I am about to lose a LOT of my members because the OTs show up in the Todays Posts.

    I have tried modifying the search string before, per Wayne's suggestion, but always get bad results. Below is the current search string:

    https://www.theglforum.com/search?searchJSON={%22last%22%3A{%22from%22%3A%22lastDay%22}%2C%22view%22%3A%22topic%22%2C %22starter_only%22%3A+1%2C%22sort%22%3A{%22lastcontent%22%3A%22desc%22}%2C%22exclude_type% 22%3A[%22vBForum_PrivateMessage%22%2C%22vBForum_VisitorMessage%22%2C%22vBForum_Report%22%2C%22vB Forum_Redirect%22]}

    The Node ID for the subforum to remove from the search is 59813

    How can I re-write the search to filter out posts from that forum?

    Thanks for any assistance.

  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 74172

    #2
    You can try adding the following string directly in front of the last } in the URL;

    Code:
    %2C%22exclude%22%3A%5B59813%5D
    I am uncertain if this excludes all children of a channel though.
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    Related Topics

    Collapse

    Working...