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
- add below code to admin.php
- place massmail folder in /modules/massmail/
- 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>
|