Login     Sign up
Mass Email to members
Philip Rees (@piprees)
Join date: Dec 8th 2010
Community posts: 98
View Profile
Send Message

Is there a way for admin to send out mass email to its sites members?

164 months ago
emjhie Bahrink (@emjhie)
Join date: Sep 27th 2010
Community posts: 91
View Profile
Send Message

read thread [url]http://community.jcow.net/forums/viewthread/502[/url]

164 months ago
Philip Rees (@piprees)
Join date: Dec 8th 2010
Community posts: 98
View Profile
Send Message

Thankyou

164 months ago
Philip Rees (@piprees)
Join date: Dec 8th 2010
Community posts: 98
View Profile
Send Message

Followed the instructions

Getting these errors.

Warning: Unexpected character in input: ''' (ASCII=39) state=1 in /home/p1pr33s/public_html/dealtowntoolbar.com/dealsocial/modules/admin/admin.php on line 35

Parse error: syntax error, unexpected '<' in /home/p1pr33s/public_html/dealtowntoolbar.com/dealsocial/modules/admin/admin.php on line 35

164 months ago
Eino (@eino)
Join date: Oct 15th 2010
Community posts: 56
View Profile
Send Message

The same problem for me :D

164 months ago
Philip Rees (@piprees)
Join date: Dec 8th 2010
Community posts: 98
View Profile
Send Message

OK managed to get the module installed, but cant find where in admin.php to put this code.

<br />'.url('admin/blacklist',t('Black List')).'</div>

    <div class="ai_items">'
    .url('massmail','<img src="'.uhome().'/files/icons/admin/comments.gif" />').
    '<br />'.url('massmail',t('Mass Mail')).'</div>

As per these instructions from the read me text.

To setup

  1. add below code to admin.php
  2. place massmail folder in /modules/massmail/
  3. enter site as admin setup massmail in modules admin when page refreshes it should be seen on dashboard menu where it's nice and easy to get at.

add to admin under line : '<br />'.url('admin/blacklist',t('Black List')).'</div>

    <div class="ai_items">'
    .url('massmail','<img src="'.uhome().'/files/icons/admin/comments.gif" />').
    '<br />'.url('massmail',t('Mass Mail')).'</div>
164 months ago
AL (@switch48)
Join date: Sep 1st 2010
Community posts: 450
View Profile
Send Message

yeah I think this was for version 3.3 or maybe 4.1 but admin.php has changed so you might might to get in touch with mod maker and see if he can help...

164 months ago