![]() |
|
|
|||||||
| For more information about the ads and why they're here, please see the FAQ |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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.
|
|
#2
|
||||
|
||||
|
yeah, that would be really nice.
|
|
#3
|
||||
|
||||
|
Someone once had a mod for this... not sure what it was though...
__________________
![]()
|
|
#4
|
|||
|
|||
|
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 ![]() |
|
#5
|
|||
|
|||
|
yes and the pulg in menu... It will be sweet!
|
|
#6
|
|||
|
|||
|
i've almost made it but got hung up in the post section.... heheheh i'll try to see that later
__________________
--------------------------------------------------------<br /> ** S.I.M.O.E.S.P. **<br />-------------------------------------------------------- |
|
#7
|
||||
|
||||
|
I'm hoping for a nice result
![]() |
|
#8
|
|||
|
|||
|
looking good
![]() keep it up ![]()
__________________
Don't click here!! |
|
#9
|
|||
|
|||
|
Quote:
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.'/';
}
|
|
#10
|
|||
|
|||
|
Quote:
it listes the directories in skins folder and updates the database... like the language part does
__________________
--------------------------------------------------------<br /> ** S.I.M.O.E.S.P. **<br />-------------------------------------------------------- |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
| For more information about the ads and why they're here, please see the FAQ |