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);
Code: Select all
$sort_days = request_var('st', 7);