Quote:
Originally Posted by chadi
I just installed, manually ran scheduled task "emailreminders" and for some reason it only sent to about 20 people. I have 7,300 members and many have not logged in for a long time. How can this be?
|
it send emails out in small batches which can be amended in the options
Quote:
Originally Posted by rezapci
thanks for hack, but dude, how this ting works? I just installed it, what should I do next?
I cant find any Option on vbOption!
|
it's there.
Quote:
Originally Posted by rezapci
god, someone tell how to fix this, it keep sending this to all memmbers as:
We've noticed that you've not been active on mished for quite some time now, and we miss you!
Could we not tempt you back?
If you don't remember your password, you can request it here: http://www.mished.co.uk/forum/login.php?do=lostpw
We hope to see you soon
Kindest Regards
YOURSITE
What a unprofessional Hack Installations Directions
what the world you don't explain right to all user step by step what the heck we should do man.!
crab
|
I've given what i thought are ample instructions. upload, import, edit options. tell ya what - write you're own then eh?
Quote:
Originally Posted by djbaxter
Would this do it?
Find:
Code:
$result = $vbulletin->db->query_read("SELECT * FROM " . TABLE_PREFIX . "user WHERE lastactivity < '$datetime[lastpost]' AND emailDate < '$datetime[lastemail]' LIMIT $quantity");
$vbulletin->db->query_write("UPDATE " . TABLE_PREFIX . "user SET emailDate = '$now' WHERE lastactivity < '$datetime[lastpost]' AND emailDate < '$datetime[lastemail]' LIMIT $quantity");
Change to:
Code:
$result = $vbulletin->db->query_read("SELECT * FROM " . TABLE_PREFIX . "user WHERE lastactivity < '$datetime[lastpost]' AND . TABLE_PREFIX . "usergroup != 20 AND emailDate < '$datetime[lastemail]' LIMIT $quantity");
$vbulletin->db->query_write("UPDATE " . TABLE_PREFIX . "user SET emailDate = '$now' WHERE lastactivity < '$datetime[lastpost]' AND . TABLE_PREFIX . "usergroup != 20 AND emailDate < '$datetime[lastemail]' LIMIT $quantity");
|
that is something i never thought of - i will update that in the php later today. cheers