PDA

View Full Version : all threads not appearing!?



Lpspider
Thu 18th May '06, 11:50pm
Okay, I just converted from phpbb to vbulletin. however, not all the threads seemed to come. In forumhome under threads you'll have 14, posts 48. When viewing the forum, 4 threads adn 13 posts. This happened in almost every forum. I'm in need of urgent help.

Thank you for any assistance.

Lpspider
Thu 18th May '06, 11:57pm
Okay, I've confirmed that the posts ARE there in the forum ( I can see them if I find all posts by XX user). However, if I view the actual forum, most do not display.

Steve Machol
Fri 19th May '06, 3:41am
In the Forum Manager set the Default View Age to 'Show All Threads'.

Admin CP -> Forums & Moderators -> Forum Manager -> Edit Forum -> Default View Age -> Show All Threads

Or 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