Author Topic: Chooseable themes  (Read 30113 times)

Offline trolley

  • Jr. Member
  • **
  • Posts: 19
Chooseable themes
« 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.

Offline flosoft

  • Sr. Member
  • ****
  • Posts: 349
    • http://flosoft.biz
Re: Chooseable themes
« Reply #1 on: June 29, 2006, 11:52:06 AM »
yeah, that would be really nice.

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: Chooseable themes
« Reply #2 on: June 29, 2006, 01:27:17 PM »
Someone once had a mod for this... not sure what it was though...
 
  

Offline Prasad1337

  • Global Moderator
  • Full Member
  • *****
  • Posts: 114
Re: Chooseable themes
« Reply #3 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 :)

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,873
    • SKaero - Custom Roundcube development
Re: Chooseable themes
« Reply #4 on: July 04, 2006, 03:40:29 PM »
yes and the pulg in menu... It will be sweet!

Offline simoesp

  • Jr. Member
  • **
  • Posts: 46
Re: Chooseable themes
« Reply #5 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
--------------------------------------------------------
 **                       S.I.M.O.E.S.P.                       **
--------------------------------------------------------

Offline flosoft

  • Sr. Member
  • ****
  • Posts: 349
    • http://flosoft.biz
Re: Chooseable themes
« Reply #6 on: July 06, 2006, 10:53:04 AM »
I'm hoping for a nice result :)

Offline igeoffi

  • Jr. Member
  • **
  • Posts: 27
Re: Chooseable themes
« Reply #7 on: July 06, 2006, 02:49:37 PM »
looking good :D
keep it up :)

Offline Twirp

  • Newbie
  • *
  • Posts: 3
Re: Chooseable themes
« Reply #8 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.'/';
}

Offline simoesp

  • Jr. Member
  • **
  • Posts: 46
Re: Chooseable themes
« Reply #9 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
--------------------------------------------------------
 **                       S.I.M.O.E.S.P.                       **
--------------------------------------------------------

Offline simoesp

  • Jr. Member
  • **
  • Posts: 46
Re: Chooseable themes
« Reply #10 on: July 07, 2006, 10:14:04 AM »
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.                       **
--------------------------------------------------------

Offline daslicht

  • Newbie
  • *
  • Posts: 3
Re: Chooseable themes
« Reply #11 on: April 13, 2008, 08:00:11 PM »
The link is broken now, any news on the plugin/skin chooser?

Best Regards
Marc

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
Re: Chooseable themes
« Reply #12 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.
 
  

Offline daslicht

  • Newbie
  • *
  • Posts: 3
Re: Chooseable themes
« Reply #13 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