how to retrieve new posts within a particular forum.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rnarani
    New Member
    • Jan 2005
    • 13

    how to retrieve new posts within a particular forum.

    /Forums/search.php?do=getnew
    will get the new posts in all forums in site.

    Can we just get new posts in a particualr forum/category only?

    While browsing a category, want to get new posts in that category only.
    Can we do that?
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    You can add:

    Code:
    &exclude=X,Y,Z
    ...to the end of the URL. Where X,Y,Z is a comma separated list of forumids to exclude. Currently there is no "include" feature.

    Comment

    • rnarani
      New Member
      • Jan 2005
      • 13

      #3
      Will you be adding this 'include' feature in next release ?

      Comment

      • Jake Bunce
        Senior Member
        • Dec 2000
        • 46598
        • 3.6.x

        #4
        Originally posted by rnarani
        Will you be adding this 'include' feature in next release ?
        I am told it will be included in the next major version.

        Comment

        Related Topics

        Collapse

        Working...