On Thu, 16 Oct 2003, p dont think wrote: > > > Hmm, so maybe it's something with the "js" part of the > optpage_block. > > > Try changing newmail/setup.php, around line 83 from this: > > > > > > 'js' => TRUE > > > > > > to this > > > > > > 'js' => FALSE > > > > Bingo! That brings the newmail plugin back. What other info can I > give > > you? > > So it sounds like there is a problem with your javascript > auto-detection. Or you actually do have javascript turned off in your > browser. Change it back to TRUE and try in different browsers, > different computers. You can verify by placing a debug line in > src/options.php:
So far I'm using Opera 7.11, and the latest Safari on OS-X. Both have javascript enabled. > Around line 358, you'll see something like this: > > $optpage_blocks = array_merge($reg_optpage_blocks, $js_optpage_blocks); > > before that line, insert this: > > echo "<hr>javascript_on = $javascript_on<br>js_optpage_blocks =<br>"; > sm_print_r($js_optpage_blocks); > echo "<HR>"; Opera gives the following results: javascript_on = NULL js_optpage_blocks = Array ( ) Since my last update (so sorry to drag this out so long), I have upgraded to SM 1.4.2 and I'm running the latest Safari. Safari now works properly, as does IE/Mac. I don't have any windows boxes to check out. Can you reproduce with Opera/Linux (I'm running it under emulation on FreeBSD, but same browser)? Thanks, Charles > - paul > > > > ------------------------------------------------------- > This SF.net email is sponsored by: SF.net Giveback Program. > SourceForge.net hosts over 70,000 Open Source Projects. > See the people who have HELPED US provide better services: > Click here: http://sourceforge.net/supporters.php > -- > 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 > ------------------------------------------------------- This SF. Net email is sponsored by: GoToMyPC GoToMyPC is the fast, easy and secure way to access your computer from any Web browser or wireless device. Click here to Try it Free! https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl -- 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
