Topic: Active topics link - how to get rid of those 24h
Howdy you all,
PunBB is great, yes, but what I do not like on that is the Active topics link, which shows the topics not older than 24 hours, and that seems to me too few for the older posts may by easily overlooked. So I would like to demonstrate this way how to change this option. Instruction is mainly geared towards the less skilled.
In search.php find intval($_GET['value'])
Number after that signify number of seconds
Case in point: if you want to set two weeks just replace it by 1209600
Done
Afterwards you can open lang folder and its particular subfolder (English)
In common.php find Active topics title and modify the following text
The same do with search.php on the row Recently active topics
Done