![]() |
|
Geek Gazette GAZ is a community newsletter management system. |
Advertisement | |
This is an HTML example. Isn't it just wonderful?!?!
|
|
Learn how to remove ads |
![]() |
|
Thread Tools | Display Modes |
#11
|
||||
|
||||
![]() okay, I know it's been a while since I've been here but I have this question again
what does this setting do? admincp > gaz > tools >subscription tools > Subscribe all users > yes doesn't it subscribe all users to the newsletter? thx ps.. I ran the query's and only show 30 subscribers when I sent an email out earlier this week, it was 1800 or so How can I get these 1800 setup on the newsletter? thx
__________________
..get off my lawn
Last edited by Loco; 06-22-2010 at 06:41 PM.. |
#12
|
||||
|
||||
![]() Subscribe all users does this:
Code:
if ($action == 'savesubscriptiontools') { $vbulletin->input->clean_array_gpc('p', array( 'formatall' => TYPE_UINT, 'subscribeall' => TYPE_ARRAY_BOOL )); $format = $vbulletin->GPC['formatall']; $subscribe = $vbulletin->GPC['subscribeall']; if ($format) { $db->query_write("UPDATE " . TABLE_PREFIX . "gaz_subscriptions SET emailformat = " . intval($format)); } if (count($subscribe)) { foreach($subscribe AS $newsletterid => $value) { $newsletterid = intval($newsletterid); $db->query_write("UPDATE " . TABLE_PREFIX . "gaz_subscriptions SET newsletter$newsletterid = 1"); } } redirect('tools', 'gaz_saved'); }
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. ![]() ![]() While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Does not send out Email to users | nuvar | Geek Gazette | 0 | 03-29-2010 09:58 AM |
Use for French Users | OlijO | Geek Gazette | 6 | 05-28-2008 04:49 PM |
How can Users subscribe? | Julian | Geek Gazette | 8 | 05-23-2007 07:52 AM |
EG - Donation links for users | mac27 | Add-ons | 2 | 05-10-2007 05:49 PM |
Users Other Articles | Lizard King | Geek Article and Review System | 0 | 11-17-2005 05:40 AM |