From jason@tenny.org Sat Jul 14 15:57:33 2007 From: jason@tenny.org To: dev@lists.roundcube.net Subject: RoundCube Themes/Skins Date: Wed, 01 Feb 2006 11:05:58 -0500 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1955761498894200326==" --===============1955761498894200326== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable 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 Thunde= rbird theme "iCandy Jr." and use it to skin RoundCube. So far I have gotten = a good response and wanted to share it with you. Installing the icandy jr theme to RoundCube With that said, I have looked at the product roadmap and seen that one item l= isted is "Complete customization with skins". How much work (if any) has bee= n done in this area yet and how can I get involved in helping? -Jason=20 tenny.org --===============1955761498894200326==-- From jamie@blue44.com Sat Jul 14 15:57:33 2007 From: jamie@blue44.com To: dev@lists.roundcube.net Subject: Re: RoundCube Themes/Skins Date: Thu, 02 Feb 2006 09:35:37 +0000 Message-ID: <95ef30bab34047f85987d5a47e0d8f3b@blue44.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1299895547248435914==" --===============1299895547248435914== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi Jason, love the skin! Jamie. On Wed, 1 Feb 2006 11:05:58 -0500, 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. >=20 > href=3D"http://tenny.org/blog/installing-the-icandy-jr-theme-to-roundcube">= Installing > the icandy jr theme to RoundCube >=20 > With that said, I have looked at the product roadmap and seen that one > item listed is "Complete customization with skins". How much work (if > any) has been done in this area yet and how can I get involved in helping? >=20 > -Jason > tenny.org --===============1299895547248435914==-- From roundcube@gmail.com Sat Jul 14 15:57:33 2007 From: Thomas Bruederli To: dev@lists.roundcube.net Subject: Re: RoundCube Themes/Skins Date: Thu, 02 Feb 2006 16:17:00 +0100 Message-ID: <43E2226C.6010404@gmail.com> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5261008665626706747==" --===============5261008665626706747== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi Jason I didn't see that sentence in the road map page... The basics for the RoundCube template/skin system are given and I think it works well. Of course there will be some improvements by adding more functions like for example if/else. First I intended to add a XML file mapping the templates to all specific tasks and actions (currently they file names are very static) to provide more flexibility but I think this idea is going to die. RoundCube is still under heavy development and new GUI objects like buttons, search field, etc. will be added continuously. This makes the maintenance of skins very laborious. We will add a skins-section to the project website where all skins can be downloaded but I guess it's a bit too early (alpha version). However, your skin looks nice and I'd like to see it grow along with the development of RoundCube. I'll let you know, when RoundCube officially provides a pool of skins for download. Regards, Thomas jason(a)tenny.org wrote: > It seemed like the dev list was more appropriate for this then the user lis= t, so here goes. Having done theme work in the past on a verity of applicatio= ns I decided to give RoundCube a go. I very much enjoy using RoundCube webmai= l but was looking for a more playful look. I decided to take the popular Thun= derbird theme "iCandy Jr." and use it to skin RoundCube. So far I have gotte= n a good response and wanted to share it with you. >=20 > Installing the icandy jr theme to RoundCube >=20 > With that said, I have looked at the product roadmap and seen that one item= listed is "Complete customization with skins". How much work (if any) has b= een done in this area yet and how can I get involved in helping? >=20 > -Jason=20 > tenny.org >=20 >=20 --===============5261008665626706747==-- From phil@cryer.us Sat Jul 14 15:57:33 2007 From: phil To: dev@lists.roundcube.net Subject: Re: RoundCube Themes/Skins Date: Thu, 02 Feb 2006 09:21:02 -0600 Message-ID: <167d9040d89b13a8e7d1f216398fccf1@pepe.cryer.us> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8360253993129647066==" --===============8360253993129647066== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable NOTE: I tried posting this to your site, but it gave me permission denied, an= d a 404. On Wed, 1 Feb 2006 11:05:58 -0500, 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 cre= ate a new directory for your skin so as not to overwrite the default skin, th= en just select yours via the config/main.inc.php file. I would assume eventu= ally this would be toggled under 'Preferences' tab within the GUI. Steps: 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'] =3D 'skins/default/'; to this: $rcmail_config['skin_path'] =3D 'skins/tenny.org/'; 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-cvs= -on-freebsd P -- http://fak3r.com - you don't have to kick it --===============8360253993129647066==--