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.

  1. In search.php find intval($_GET['value'])

  2. Number after that signify number of seconds

  3. Case in point: if you want to set two weeks just replace it by 1209600

  4. Done

  1. Afterwards you can open lang folder and its particular subfolder (English)

  2. In common.php find Active topics title and modify the following text

  3. The same do with search.php on the row Recently active topics

  4. Done

Re: Active topics link - how to get rid of those 24h

thanks,
this post also of interest on that subject

http://punbb.informer.com/forums/post/139449/#p139449