>            I have already added the lines that you mentioned in my
> setup.php file, however, in the options page, I still do not
> see an option for auto response.

What version of PHP and what web server and OS are you running?

Keeping my previous changes in place, try changing this:

    $GLOBALS['squirrelmail_plugin_hooks']['optpage_register_block']
            ['autorespond'] = 'autorespond_options';

to this:

    $squirrelmail_plugin_hooks['optpage_register_block']['autorespond'] =
'autorespond_options';

and also change this:

    $GLOBALS['optpage_blocks'][] = array(

to this:

    $optpage_blocks[] = array(

Also, please don't post HTML messages to the mailing list.

Thanks,

  Paul



-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id78&alloc_id371&op=click
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to