first of all .. has anyone tested this mod on the php-nuke + php port ? ... i think i am close to making it work .. i got everything in the admin panel working fairly easily .. but i cant seem to get the mass_email.php file to work ..
i have all the permissions set in the admin panel ... but i still dont see anywhere to send mass email ...
now this may be a dumb question ... but is there supposed to be a check box .. or radio button in the usergroup section to allow mass email? ... if so .. i am not seeing that ..
then i tried to call the mass_email file directly ... and i get these errors ...
- Code: Select all
Warning: Missing argument 3 for session_pagestart() in /home/bradcochran/www/modules/Forums/includes/sessions.php on line 216
Warning: Cannot add header information - headers already sent by (output started at /home/bradcochran/www/modules/Forums/includes/sessions.php:216) in /home/bradcochran/www/modules/Forums/includes/sessions.php on line 204
Warning: Cannot add header information - headers already sent by (output started at /home/bradcochran/www/modules/Forums/includes/sessions.php:216) in /home/bradcochran/www/modules/Forums/includes/sessions.php on line 205
Warning: Failed opening 'footer.php' for inclusion (include_path='.:/usr/local/share/pear:/usr/local/lib/php') in /home/bradcochran/www/modules/Forums/includes/page_tail.php on line 69
i suspect that i need to edit the mass_email.php file .. but not sure what to change ... or maybe i am missing a step or have another problem .. is there a working example of how this should look ... ?? i am still unsure of how the users will actually send the mass email .. ? do i have to add a direct link or not?
thank you for your time ...
griz


