Change days for Active Topics

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

Change days for Active Topics

Post by Stoker »

Change days for Active Topics
Written by Stoker

As default phpBB3 is displaying Active topics as topics that has been active the last 7 days.
You increase or decrease this easily.

Open search.php
Find:

Code: Select all

$sort_days = request_var('st', 7);
Change the number 7 to what you prefer.