NOTE: I tried posting this to your site, but it gave me permission denied, and a 404.
On Wed, 1 Feb 2006 11:05:58 -0500, jason@tenny.org wrote:
It seemed like the dev list was more appropriate for this then the user list, so here goes. Having done theme work in the past on a verity of applications I decided to give RoundCube a go. I very much enjoy using RoundCube webmail but was looking for a more playful look. I decided to take the popular Thunderbird theme "iCandy Jr." and use it to skin RoundCube. So far I have gotten a good response and wanted to share it with you.
Nice work Jason, thanks for your efforts. My only suggestion would be to create a new directory for your skin so as not to overwrite the default skin, then just select yours via the config/main.inc.php file. I would assume eventually this would be toggled under 'Preferences' tab within the GUI. Steps:
<code>Change to the base of your Roundcubemail directory # cd skins # cp -Rp default tenny.org # cd tenny.org # wget http://www.tenny.org/files/images.zip # unzip -o images.zip # vi ../../config/main.inc.php
Change this line: $rcmail_config['skin_path'] = 'skins/default/';
to this:
$rcmail_config['skin_path'] = 'skins/tenny.org/';</code>
Also, nice HOWTO on your site to install Roundcube, I have a similar one here: http://fak3r.com/articles/2005/11/15/howto-install-roundcube-webmail-from-cv...
http://fak3r.com - you don't have to kick it