Quote:
Originally Posted by borbole
You can change that on a forum per forum basis at Forum Manager-Edit Forum and the option you need is:
Default View Age, And set it to show all threads.
Or you can change them for all the forums in one fell swoop at the phpmyadmin in the cp of your host by running the following queries:
To show threads from the begin:
Code:
UPDATE forum SET daysprune = -1
If your db tables have a prefix you should include that as well in the query. Hope it helps.
|
thanks Borbole ....very helpful mate!!!!! appreciate it :up: