> > Not sure.  I agree that this is very odd, but the only code that
would
> > disable the plugin is where it checks for those "broken"
browsers.....
> > at least that I can see.  And since those two are some of the only
ones
> > that do that check and they are exactly the ones that are
disappearing
> > for you, this is probably where the problem is located.
> 
> > You can do a little more investigating by opening the file
> > functions/plugin.php
> 
> > You can just put "return 0;" at the top of the function so it always
> > displays the plugin (disables this functionality).  Or before the
> > "return 1;" you can insert something like
> 
> I tried both methods, and apparently it has no problem with my
browser.
> 
> Additionally, at the bottom of that file, I inserted the following to
see
> if "newmail" and "squirrelspell" were in the active plugin list:
> 
> /*************************************/
> /*** MAIN PLUGIN LOADING CODE HERE ***/
> /*************************************/
> 
> /* On startup, register all plugins configured for use. */
> if (isset($plugins) && is_array($plugins)) {
>     foreach ($plugins as $name) {
> print "$name<br>\n";
>         use_plugin($name);
>     }
> }
> 
> I see both squirrelspell and newmail listed when I do that.  Is there
> anything else I can look at?  Just a reminder, I did look at the page
> source to make sure that for some reason my browser was not displaying
> them.  And I can make them come back by deleting all my userprefs...

Pretty strange.  You can go into the setup.php file for each plugin,
locate the line that has this:

if ( !soupNazi() ) {

and put debug statements before and after that line, to see if it is
doing something weird there.  also, you could just remove that if
statement... it's not the end of the world to do so.

  - paul



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to