Hi
Thanks for the mod, looks great.
Just a couple of questions.
First, I think theres a small hic up in the code in memberindex.php when calculating the months top posters
Quote:
// Month's Top Posters
if ($vbulletin->options[micromembers_month] == '1') {
$timelimit = time() - 30 * 7 * 24 * 60 * 60;
|
Is the $timelimit being set to 30 lots of a week? should it not be 30*24*60*60 ie 30 days of 24 hours etc rather than 30 weeks of 7 days....
Secondly, I have four levels of mods on my forum, but can only have two listed, can I add another 2 groups by simply 'copying' the code for the second block and amending were needed, ie ...admin2, admin3 etc.
Would this cause problems with your copyright etc?
Tony