Re: [SM-USERS] Alternative Themes
Hi, > SquirrelMail 1.4.x is not designed to have the kind of "skins" you are > implying. By default, you can play with color schemes and fonts (via > "CSS file"). Start the configuration tool and choose "5. Themes" to > see what is possible without modifying the source. Ah, I see. I was going to follow up with DavoNZ's post and ask if his skin was compatible with 1.4, but I think this you have answered my question here. >> I've gone through most of what's available by default, but looking for >> something more modern and visually appealing by those who would use >> outlook in the first place. Maybe a gmail template? Simple white and >> blue outline would be just fine! > > Then by all means, create such a skin and submit it! Yes, I have some ideas, and hopefully the customer will approve moving forward, and I'll then put some real resources behind it. I'll sure try the Preview Pane theme for now! Thanks again, Alex -- ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] Alternative Themes
On Mon, Jun 21, 2010 at 5:40 AM, Alex wrote: > Hi, > >> SquirrelMail 1.4.x is not designed to have the kind of "skins" you are >> implying. By default, you can play with color schemes and fonts (via >> "CSS file"). Start the configuration tool and choose "5. Themes" to >> see what is possible without modifying the source. > > Ah, I see. I was going to follow up with DavoNZ's post and ask if his > skin was compatible with 1.4, but I think this you have answered my > question here. > >>> I've gone through most of what's available by default, but looking for >>> something more modern and visually appealing by those who would use >>> outlook in the first place. Maybe a gmail template? Simple white and >>> blue outline would be just fine! >> >> Then by all means, create such a skin and submit it! > > Yes, I have some ideas, and hopefully the customer will approve moving > forward, and I'll then put some real resources behind it. > > I'll sure try the Preview Pane theme for now! IIRC, I have yet to release the newest code for that plugin, which contains some fixes and updates. Ask me off list and I'll be happy to send what I have. -- Paul Lesniewski SquirrelMail Team Please support Open Source Software by donating to SquirrelMail! http://squirrelmail.org/donate_paul_lesniewski.php -- ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
[SM-USERS] File manager displays blank page
Hi, I've installed the latest file manager plugin on a very recent SVN snapshot, and when clicking on the file manager link, it displays a blank page. I've gone through the configuration, created a sample user, and read the README, but no luck. The left frame is displayed, while the right is completely blank. Looking at the logs, I see only this: 192.168.1.212 - - [21/Jun/2010:15:51:06 -0400] "GET /webmail/plugins/file_manager/file_manager.php HTTP/1.1" 200 5 I edited the $sharedDirectoryQuotas variable in config.php, and set it to a valid path: $sharedDirectoryQuotas = array( '/var/shared' => '10GB', ); It's writable by the group of the apache daemon user. How can I troubleshoot this? Perhaps it's somehow conflicting with another plugin? I do have the compatibility plugin enabled. Thanks, Alex -- ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] File manager displays blank page
On Mon, Jun 21, 2010 at 12:57 PM, Alex wrote: > Hi, > > I've installed the latest file manager plugin on a very recent SVN > snapshot, and when clicking on the file manager link, it displays a > blank page. I've gone through the configuration, created a sample > user, and read the README, but no luck. The left frame is displayed, > while the right is completely blank. Looking at the logs, I see only > this: > > 192.168.1.212 - - [21/Jun/2010:15:51:06 -0400] "GET > /webmail/plugins/file_manager/file_manager.php HTTP/1.1" 200 5 Wrong log file. Try the error log file. If there's nothing there, you need to increase your logging verbosity. See: http://squirrelmail.org/docs/admin/admin-11.html#blankpage > I edited the $sharedDirectoryQuotas variable in config.php, and set it > to a valid path: > > $sharedDirectoryQuotas = array( > '/var/shared' => '10GB', > ); > > It's writable by the group of the apache daemon user. > > How can I troubleshoot this? Perhaps it's somehow conflicting with > another plugin? I do have the compatibility plugin enabled. That's the problem. See: http://squirrelmail.org/wiki/CompatibilityDependencies The plugin needs to be updated. -- Paul Lesniewski SquirrelMail Team Please support Open Source Software by donating to SquirrelMail! http://squirrelmail.org/donate_paul_lesniewski.php -- ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] File manager displays blank page
Hi, >> How can I troubleshoot this? Perhaps it's somehow conflicting with >> another plugin? I do have the compatibility plugin enabled. > > That's the problem. See: > > http://squirrelmail.org/wiki/CompatibilityDependencies Okay, I downloaded v1.3, released back in 2004, and it now works, but it breaks everything else :-) Perhaps I didn't understand correctly the link you sent me. I'm using the latest v1.4 SVN stable with quite a few plugins. Is compatibility-v1.3 the proper one to be using? Thanks, Alex -- ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] File manager displays blank page
On Mon, Jun 21, 2010 at 2:00 PM, Alex wrote: > Hi, > >>> How can I troubleshoot this? Perhaps it's somehow conflicting with >>> another plugin? I do have the compatibility plugin enabled. >> >> That's the problem. See: >> >> http://squirrelmail.org/wiki/CompatibilityDependencies > > Okay, I downloaded v1.3, released back in 2004, and it now works, but > it breaks everything else :-) > > Perhaps I didn't understand correctly the link you sent me. I'm using > the latest v1.4 SVN stable with quite a few plugins. Is > compatibility-v1.3 the proper one to be using? The answer to your question is already given on that page: "Unfortunately, you cannot run both the 1.x and 2.x versions of Compatibility at the same time..." I think I hacked File Manager to work with Compatibility 2.x but I didn't test it very much. If you want me to send you what I have, you can ask me off list. -- Paul Lesniewski SquirrelMail Team Please support Open Source Software by donating to SquirrelMail! http://squirrelmail.org/donate_paul_lesniewski.php -- ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users