Change days for Active Topics
Posted: 26 Jul 2011, 20:48
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:
Change the number 7 to what you prefer.
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);