![]() |
I only want to email to usergroup ID 2 and 3. How can I set this up?
|
Quote:
@C Braithwaite- I'm not sure the cron job is running, it doesn't show in the log even though logging is enabled. It runs manually when you push the run button, but nothing in the log indicates it ran. I set it to run every ten minutes for 1 hour every night 100 mails per (just till it catches up with the 1500 or so inactive members, then will set it to run once weekly). Also noticed there is no title, description, or log phrase listed in the scheduled task. It may be running without making any log entries, I don't know. Thanx again, once the bugs are ironed out, this will be extremely useful to a ton of peeps. |
Quote:
Can you tell me what the parsing error was? What did it object to? Quote:
|
unexpected t string error in line 19.
|
what i hope to do is create a list of usergroups and let you select which you send to.
i hope to iron out all bug, and ill look into the cron to see if it is running. |
installed tody and already got one lost member back good job
|
Quote:
Code:
$result = $vbulletin->db->query_read("SELECT * FROM " . TABLE_PREFIX . "user WHERE lastactivity < '$datetime[lastpost]' AND ". TABLE_PREFIX . "usergroup != 20 AND ". TABLE_PREFIX . "usergroup != 23 AND emailDate < '$datetime[lastemail]' LIMIT $quantity"); My head hurts - any SQL gurus here? |
cool.. uninstalled and re-installed the new version, looks a lot better :)
|
Thanks for the update. :)
|
I took a look at your code - now I uninstalled this Mod. The frequency which can be set in the admincp is a lie.
Frequenzy just inceases the Time when the Email will be send again. It doesnt mean for "1" that it only will be send 1 time, but thats how you wrote it... That means Inactive Users will receive the email every X days of not posting when Y days are over. Also you ever thought about one thing: 15 Days Inactivity, Frequenzy 1, Emails Send: 50. 15*50 = 750 That means in this Period only 750 Inactive Users get the email, after this OTHER inactive users are not effected by this rule, instead the Users which allready received emails will receive email AGAIN. You should work on the logic for that. regards |
All times are GMT. The time now is 11:50 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|