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.
yeah, that would be really nice.
Someone once had a mod for this... not sure what it was though...
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 :)
yes and the pulg in menu... It will be sweet!
i've almost made it but got hung up in the post section.... heheheh i'll try to see that later :D
I'm hoping for a nice result :)
looking good :D
keep it up :)
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.'/';
}
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
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
The link is broken now, any news on the plugin/skin chooser?
Best Regards
Marc
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.
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