RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Release Support > Older Versions > 0.1 Beta 1

For more information about the ads and why they're here, please see the FAQ
Reply
  #1  
Old 06-29-2006, 04:33 PM
Registered User
 
Join Date: Jun 2006
Posts: 19
Downloads: 0
Uploads: 0
Default Chooseable themes

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 06-29-2006, 04:52 PM
flosoft's Avatar
Administrator
 
Join Date: Jun 2006
Location: Brussels, Belgium
Posts: 349
Downloads: 1
Uploads: 0
Send a message via ICQ to flosoft Send a message via AIM to flosoft Send a message via MSN to flosoft
Default Re: Chooseable themes

yeah, that would be really nice.
__________________
New VPS for just 9,99!
Flosoft.biz
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 06-29-2006, 06:27 PM
bpat1434's Avatar
Administrator
 
Join Date: Jun 2006
Location: Maryland, USA
Posts: 597
Downloads: 14
Uploads: 0
Send a message via ICQ to bpat1434 Send a message via AIM to bpat1434 Send a message via MSN to bpat1434 Send a message via Yahoo to bpat1434 Send a message via Skype™ to bpat1434
Default Re: Chooseable themes

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

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 06-29-2006, 09:35 PM
Super Moderator
 
Join Date: Jun 2006
Posts: 111
Downloads: 0
Uploads: 0
Send a message via MSN to Prasad007
Default Re: Chooseable themes

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 07-04-2006, 08:40 PM
Super Moderator
 
Join Date: Jun 2006
Posts: 431
Downloads: 0
Uploads: 0
Send a message via ICQ to skaero Send a message via AIM to skaero Send a message via MSN to skaero Send a message via Yahoo to skaero
Default Re: Chooseable themes

yes and the pulg in menu... It will be sweet!
__________________
[size=8pt]SKaero.com <br />&nbsp; [/size]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 07-06-2006, 03:46 PM
Registered User
 
Join Date: Jul 2006
Posts: 46
Downloads: 0
Uploads: 0
Send a message via MSN to simoesp
Default Re: Chooseable themes

i've almost made it but got hung up in the post section.... heheheh i'll try to see that later
Attached Images
File Type: png eeek_almost.png (64.7 KB, 6 views)
__________________
--------------------------------------------------------<br /> **&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; S.I.M.O.E.S.P.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; **<br />--------------------------------------------------------
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 07-06-2006, 03:53 PM
flosoft's Avatar
Administrator
 
Join Date: Jun 2006
Location: Brussels, Belgium
Posts: 349
Downloads: 1
Uploads: 0
Send a message via ICQ to flosoft Send a message via AIM to flosoft Send a message via MSN to flosoft
Default Re: Chooseable themes

I'm hoping for a nice result
__________________
New VPS for just 9,99!
Flosoft.biz
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 07-06-2006, 07:49 PM
Registered User
 
Join Date: Jun 2006
Posts: 27
Downloads: 0
Uploads: 0
Default Re: Chooseable themes

looking good
keep it up
__________________
Don't click here!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 07-06-2006, 09:59 PM
Registered User
 
Join Date: Jul 2006
Posts: 3
Downloads: 0
Uploads: 0
Default Re: Chooseable themes

Quote:
Originally Posted by simoesp
i've almost made it but got hung up in the post section.... heheheh i'll try to see that later
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:
$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.'/';
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 07-07-2006, 11:38 AM
Registered User
 
Join Date: Jul 2006
Posts: 46
Downloads: 0
Uploads: 0
Send a message via MSN to simoesp
Default Re: Chooseable themes

Quote:
Originally Posted by Twirp
Quote:
Originally Posted by simoesp
i've almost made it but got hung up in the post section.... heheheh i'll try to see that later
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:
$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
__________________
--------------------------------------------------------<br /> **&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; S.I.M.O.E.S.P.&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; **<br />--------------------------------------------------------
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

For more information about the ads and why they're here, please see the FAQ

All times are GMT. The time now is 10:11 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright © 2006-2008 RoundCube Webmail Community