Print Topic - Archive

E-Blah Community  /  Mod Requests and Support  /  Change time duration
Posted by: rickng, March 5, 2003, 7:12pm
Justin, at the bottom of the message board where it says

Users browsing the board over the past 15 minutes

Is it possible to change the time duration from 15 minutes to xx minutes?

Thanks,
Rick
Posted by: Justin, March 6, 2003, 5:36pm; Reply: 1
Yes.  You'd have to change it in Routiens ...


Search for:
Code
if($math < 900 && lc($luser) ne lc($buser)) { print FILE "$al\n"; }


Change $math < 900 to $math < AMMOUNT OF TIME TO LOG

The time is counted in SECONDS.  So you need to do minutes*60 to find out how many seconds that is.  ;)


Also, you will need to modify Languages/English/BoardIndex.lng (change the 15 to some other number).




- Justin
Posted by: rickng, March 7, 2003, 12:38am; Reply: 2
Thanks Justin :)
Print page generated: January 9, 2009, 5:22pm