Roundcube Community Forum

 

Chooseable themes

Started by trolley, June 29, 2006, 11:33:59 AM

Previous topic - Next topic

trolley

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.

flosoft

yeah, that would be really nice.

bpat1434

Someone once had a mod for this... not sure what it was though...
 
 

Prasad1337

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 :)

SKaero

yes and the pulg in menu... It will be sweet!

simoesp

i've almost made it but got hung up in the post section.... heheheh i'll try to see that later :D
--------------------------------------------------------
**                       S.I.M.O.E.S.P.                       **
--------------------------------------------------------

flosoft

I'm hoping for a nice result :)

igeoffi


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:
$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.'/';
}

simoesp

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:
$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
--------------------------------------------------------
**                       S.I.M.O.E.S.P.                       **
--------------------------------------------------------

simoesp

SVN Rev. 273 With Choosable Skin
Download
Test Details here
NOTE: SAME AS SVN REV 273
NOTE: You need to APPLY SQL PATCHES see mysql.update.sql
--------------------------------------------------------
**                       S.I.M.O.E.S.P.                       **
--------------------------------------------------------

daslicht

The link is broken now, any news on the plugin/skin chooser?

Best Regards
Marc

bpat1434

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.
 
 

daslicht

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