Q: Where to change the universal setting for "Display topics from last" ? The default is 30 days but i want it to be 365 days.
A: You can change the time filter in the individual forum management interface in the AdminCP. Look for an option named "Time Filter Setup", and change the value to "0,1,7,14,30,90,180,|365|".
If you want to change setting for all existing forums, you need to execute a statement to update [timefilter] in the database.
update pgd_forums set timefilter = '0,1,7,14,30,90,180,|365|' where isforum = 1
<message edited by Samuel on Wed. May 5, '10 10:52 AM>