> IMAP Server: not sure > > > PHP: not sure > > > Web server: not sure > > > Platform: Unix > > > SquirrelMail version: 1.4.0 > > > Plugins: I can not get in to verify the plugin versions I am brand new to > SquirrelMail, great app!! > > > I apologize for the lack of useable information above. I will get this > information ASAP. In the meantime here is what I was doing: > > 1. I was logged in as an administrator > 2. I was using the 'Message of the Day' plugin which worked fine until > I wanted to add a link > 3. I added this string to the message like this: "<a > href="http://www.leadminepond.com/tutorials/outlook">Setup Email in > Outlook</a>" in hopes of it displaying properly. Probably should have used > php tags in retrospect... 4. I submitted the changes > 5. Tried to login to test the changes and the login disappeared. The > php loads fine, no errors but the page is blank > > ( <http://mail.leadminepond.com/webmail/src/login.php> > http://mail.leadminepond.com/webmail/src/login.php) > > > I have tried restarting the mail server but that did not fix anything. > > > This is my first email to this mailing list and I am not sure if I am > using the right address. If not please forgive me I will figure it out.
edit config.php and remove text from $motd setting. Line should look $motd = ""; administrator plugin does not escape double quotes. Prepend slashes to each quote symbol \"<a href=\"some-url\">Setup Email in Outlook</a>\" ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
