View Full Version : Default View Age - Set All Forums To "Since Beginning"?
trevelyn1015
01-26-2005, 04:32 PM
how can i go in and make every forum show topics since the beginning, instead of having to go in one by one and do the individually...
Andreas
01-26-2005, 04:47 PM
Execute the following query
UPDATE forum SET daysprune=-1
Then gto to ACP / Import & Maintenance / Update Counters and select Rebuild Forum Information
trevelyn1015
01-26-2005, 08:11 PM
An error occurred while attempting to execute your query. The following information was returned.
error number: 1146
error desc: Table 'forum2.forum' doesn't exist
Andreas
01-26-2005, 08:13 PM
Then you are using a table prefix and must change the query accordingly.
trevelyn1015
01-26-2005, 08:16 PM
how do i do that? sorry, i don't know about this..
Andreas
01-26-2005, 08:27 PM
And I don't know what your table prefix is :)
Just put it in front of forum, so if your table prefix is vb3_ it would be
UPDATE vb3_forum SET daysprune = -1
trevelyn1015
01-28-2005, 01:19 PM
i just ran that, and it didn't do it... great...
what did that query do, then...
b/c it worked, i put my table prefix in there, but the actul changing of the forum views didn't change... did i mess something up running that query?
UPDATE forum2_forum SET daysprune = -1
it said it affected 43 rows, but nothing changed...
Marco van Herwaarden
01-28-2005, 01:38 PM
The user you used for testing if anything had changed, dies he have a default set in his profile?
AN-net
01-28-2005, 01:43 PM
i thought if you set cut off date to 1,000 days the forum will automatically select "since the beginning"
trevelyn1015
01-28-2005, 03:08 PM
The user you used for testing if anything had changed, dies he have a default set in his profile?
no... set to default...
some forums are one month.. some are beginning, some are one day...
i dunno why...
ok, for some reason, now it is all set at beginning... maybe it just took time? i dunno
thanks alot, it is all set, now... :)
Andreas
01-28-2005, 03:40 PM
Then go to ACP / Import & Maintenance / Update Counters and select Rebuild Forum Information
Did you do that as well?
Otherwise the forumcache wasn't updated.
trevelyn1015
01-28-2005, 03:44 PM
i never updated my counters ;)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.