which column in which table tells whether or not a user has activated his/her account yet? I looked at phpbb_users but could not find it.

Regards
Wolfgang
Yes, it is working fine on 3.0.1comarzysko wrote:is this mod working on 3.0.1?
No, it showed on my forum instantly.simplistsims wrote:i've got one question. I've installed this mod, following the instructions to the tee and the template edits. I also cleared the cache, cleared teh cache on the templates and theme but it still doesnt appear. Am I to assume that I have to wait 24hours for it to appear?
Are you trying to install this on a theme other than prosilver or subsilver2?simplistsims wrote:so yea 24 hours later the mod still isnt appearing. any clues why? My post above tells you what ive already done/
Thank you very much Mickroz!!!!Mickroz wrote:open functions_ativity_stats.php ............. cut ..........inayan wrote:Hello all -
Is it okay to change the mod to show information for the last 48 hours (rather than 24) and if so, how can this be done?
Thanks! Really liking this Mod but changing it to 48 would make it perfect for us.
Highway of Life wrote: Q: Why does it sort based on Caps and can I get it to sort case insensitive?
A: Small oversight, you can get it to sort case insensitive by doing the following:
OPEN: includes/functions_activity_stats.php
FIND:REPLACE, WITH:Code: Select all
'ORDER_BY' => 'u.username',
Code: Select all
'ORDER_BY' => 'u.username_clean',