Quote:
Originally Posted by MicroHellas
Stupid me  Open memberindex.php
Find:
Code:
if ($vbulletin->options[micromembers_month] == '1') {
$timelimit = time() - 30 * 7 * 24 * 60 * 60;
Replace with:
Code:
if ($vbulletin->options[micromembers_month] == '1') {
$timelimit = time() - 30 * 24 * 60 * 60;
Mary
|
Thanks for taking the time to help me out,.- I've did that previously befored ever writing you and the calculations are still wrong- like I said though in my last post, I think it's because I have a sub-forum set up to not count post,.- and your mod is counting them in one section but not the other. It's no biggie I don't want you to trouble yourself,.- it's more my problem then your's. Once again thanks for a great mod,.- and for being apart of vb.org.