Roundcube Community Forum

Release Support => Older Versions => 0.1 Beta 1 => Topic started by: trolley on June 29, 2006, 11:33:59 AM

Title: Chooseable themes
Post by: trolley on June 29, 2006, 11:33:59 AM
I think it'd be pretty sweet if in the Preferences I could see a list of the installed themes and pick which one I'd like to use, like Squirrelmail allows.
Title: Re: Chooseable themes
Post by: flosoft on June 29, 2006, 11:52:06 AM
yeah, that would be really nice.
Title: Re: Chooseable themes
Post by: bpat1434 on June 29, 2006, 01:27:17 PM
Someone once had a mod for this... not sure what it was though...
Title: Re: Chooseable themes
Post by: Prasad1337 on June 29, 2006, 04:35:36 PM
data loss really goes deep down, doesnt it ?
anyway we'll make up for the loss im sure.
until then, its only a matter of time before all such requests get fulfilled by volunteers and experienced individuals.

nice feature request btw :)
Title: Re: Chooseable themes
Post by: SKaero on July 04, 2006, 03:40:29 PM
yes and the pulg in menu... It will be sweet!
Title: Re: Chooseable themes
Post by: simoesp on July 06, 2006, 10:46:12 AM
i've almost made it but got hung up in the post section.... heheheh i'll try to see that later :D
Title: Re: Chooseable themes
Post by: flosoft on July 06, 2006, 10:53:04 AM
I'm hoping for a nice result :)
Title: Re: Chooseable themes
Post by: igeoffi on July 06, 2006, 02:49:37 PM
looking good :D
keep it up :)
Title: Re: Chooseable themes
Post by: Twirp on July 06, 2006, 04:59:01 PM
Quote from: simoesp
i've almost made it but got hung up in the post section.... heheheh i'll try to see that later :D
How do you do something like that...?
I just took the easy way out.
I have a list on the login page for the skins, the user can select one, and it will set a cookie.
Then in my main.inc.php I put:
Code: [Select]
$skins = array('default','BlueTabby');
$skin = $_COOKIE['skin'];
if($skin==""||!in_array($skin,$skinsim)){
$rcmail_config['skin_path'] = 'skins/default/';
}else{
$rcmail_config['skin_path'] = 'skins/'.$skin.'/';
}
Title: Re: Chooseable themes
Post by: simoesp on July 07, 2006, 06:38:54 AM
Quote from: Twirp
Quote from: simoesp
i've almost made it but got hung up in the post section.... heheheh i'll try to see that later :D
How do you do something like that...?
I just took the easy way out.
I have a list on the login page for the skins, the user can select one, and it will set a cookie.
Then in my main.inc.php I put:
Code: [Select]
$skins = array('default','BlueTabby');
$skin = $_COOKIE['skin'];
if($skin==""||!in_array($skin,$skinsim)){
$rcmail_config['skin_path'] = 'skins/default/';
}else{
$rcmail_config['skin_path'] = 'skins/'.$skin.'/';
}

no it's database side not cookie

it listes the directories in skins folder and updates the database... like the language part does
Title: Re: Chooseable themes
Post by: simoesp on July 07, 2006, 10:14:04 AM
SVN Rev. 273 With Choosable Skin
Download (http://www.savefile.com/files/5160434)
Test Details here (http://roundcubeforum.net/index.php?topic=95.0)
NOTE: SAME AS SVN REV 273
NOTE: You need to APPLY SQL PATCHES see mysql.update.sql
Title: Re: Chooseable themes
Post by: daslicht on April 13, 2008, 08:00:11 PM
The link is broken now, any news on the plugin/skin chooser?

Best Regards
Marc
Title: Re: Chooseable themes
Post by: bpat1434 on April 13, 2008, 08:47:23 PM
That's an old version of RC it worked with. Maybe there's a better one with 0.1 stable they're working on? I'm not sure. If in a few days nothing has happend, I'll see if I can't create a patch for this and I'll post it here as well as submit it to the devs for inclusion.
Title: Re: Chooseable themes
Post by: daslicht on April 14, 2008, 06:15:22 AM
Quote from: Brett
That's an old version of RC it worked with. Maybe there's a better one with 0.1 stable they're working on? I'm not sure. If in a few days nothing has happend, I'll see if I can't create a patch for this and I'll post it here as well as submit it to the devs for inclusion.

Ok not that important since I liked the orginal skin most at teh moment :)
the improved Addressbook(with folders and mailing groups with multiple recipients) would be more interesting, and collapsible folders in the main windows :-)

Thank you for reading!
Marc