> please help me setup plugin for squirrelmail
> i can't run conf.pl from web browser.

assuming you followed all the other directions for installing the plugin
and have unpacked it and placed it in the plugins directory, this is how
you can avoid using conf.pl to enable it using FTP:

1. get a copy of the file config/config.php
2. edit that file, looking for a line such as
       $plugins[0] = 'squirrelspell';
   note that the plugin name (in this case, squirrelspell)
   does not matter.  if you find a line like this, jump
   to step 5
3. if you do not find any such lines, look for a line such as:
       $theme_css = '';
4. above that line, insert this:
      $plugins[0] = 'plugin_name';
   where "plugin_name" is the *exact* same as the directory where
   you unpacked the plugin in the plugins directory.  you're done
   (skip step 5)
5. find the last line that looks like the line you found in step
   2, and add a new one below it such as:
        $plugin[11] = 'plugin_name';
   where "plugin_name" is the *exact* same as the directory where
   you unpacked the plugin in the plugins directory.  make sure
   that the number (in this example, 11) is correct.






-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
--
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