How Do I - get all threads to display.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Rajaxx
    New Member
    • Dec 2005
    • 10
    • 3.5.x

    How Do I - get all threads to display.

    I recently imported my phpBB forum to vBulletin. And it has the Display Options about threads. (Example from the last month, last year etc) how do I disable or make it so all post show?
  • TheMusicMan
    Senior Member
    • Oct 2002
    • 2140
    • 3.7.x

    #2
    You need to go to:

    AdminCP > Forum & Modersators > Forum Manager > hit Edit Forum - Go button for specifed forum > Default View Age > choose whatever setting you need from the drop down menu > Save
    John

    Comment

    • dakar
      New Member
      • Mar 2006
      • 2

      #3
      Does this need to done for all forums individually or is there a default setting that can be set for the entire board?

      Comment

      • Steve Machol
        Former Customer Support Manager
        • Jul 2000
        • 154488

        #4
        To update them all at once, run this query (assuming no table prefix is being used):

        UPDATE forum SET daysprune=-1;

        After running that query, update the forum counters:

        Admin CP -> Maintenance -> Update Counters -> Rebuild Forum Information
        Steve Machol, former vBulletin Customer Support Manager (and NOT retired!)
        Change CKEditor Colors to Match Style (for 4.1.4 and above)

        Steve Machol Photography


        Mankind is the only creature smart enough to know its own history, and dumb enough to ignore it.


        Comment

        • dakar
          New Member
          • Mar 2006
          • 2

          #5
          SQL hacks are much easier...Thanks!

          Comment

          widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
          Working...