![]() |
|
|
|||||||
For more information about the ads and why they're here, please see the FAQ
![]() |
|
|
LinkBack (8) | Thread Tools | Display Modes |
#1
|
|||
|
|||
|
UPDATE: Fixed overlapping folders, plus optimized it for Safari. the new version is now 1.1 Made this MobileMe skin for RoundCube, since I use MobileMe on a daily basic for private and RoundCube for business, and didn't really feel like using two difference webmail clients. Just be aware that apple might not like me using there icons, so only use it privately. Here is the readme of what needs to be done for optimal viewing pleasure. And you can download version 1.0 here Config requirements: Code:
$rcmail_config['list_cols'] = array('cg', 'from', 'subject', 'date', 'size');
$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Trash', 'Junk');
$rcmail_config['skin_path'] = 'skins/MobileMe/';
$rcmail_config['preview_pane'] = TRUE;
FIND this.button_sel = function(command, id) CHANGE: Code:
if (img && button.sel) img.src = button.sel; Code:
if (img && button.sel) {
img.src = button.sel;
if (command == "delete" || command == "reply" || command == "reply-all" || command == "forward" || command == "checkmail" || command == "compose" || command == "viewsource" || (command == "add" && id != "rcmbtn108") || command == "edit" || command == "export")
img.parentNode.style.backgroundImage = "url(skins/MobileMe/images/buttons/buttonbg_press.png)";
else if (command != "firstpage" && command != "previouspage" && command != "nextpage" && command != "lastpage" && command != "firstmessage" && command != "previousmessage" && command != "nextmessage" && command != "lastmessage" && command != "add-attachment" && id != "rcmbtn108")
img.parentNode.style.backgroundImage = "url(skins/MobileMe/images/buttons/buttonbgblue_press.png)";
else if (id == "rcmbtn113" || id == "rcmbtn114")
img.parentNode.style.backgroundImage = "url(skins/MobileMe/images/buttons/buttonbgblue_press.png)";
}
CHANGE: Code:
if (img && button.act) img.src = button.act; Code:
if (img && button.act) {
img.src = button.act;
if (command == "delete" || command == "reply" || command == "reply-all" || command == "forward" || command == "checkmail" || command == "compose" || command == "viewsource" || (command == "add" && id != "rcmbtn108") || command == "edit" || command == "export")
img.parentNode.style.backgroundImage = "url(skins/MobileMe/images/buttons/buttonbg.png)";
else if (command != "firstpage" && command != "previouspage" && command != "nextpage" && command != "lastpage" && command != "firstmessage" && command != "previousmessage" && command != "nextmessage" && command != "lastmessage" && command != "add-attachment" && id != "rcmbtn108")
img.parentNode.style.backgroundImage = "url(skins/MobileMe/images/buttons/buttonbgblue.png)";
else if (id == "rcmbtn113" || id == "rcmbtn114")
img.parentNode.style.backgroundImage = "url(skins/MobileMe/images/buttons/buttonbgblue.png)";
}
"/program/steps/mail/func.inc" CHANGE: Code:
$standard_headers = array('subject', 'from', 'organization', 'to', 'cc', 'bcc', 'reply-to', 'date');
Code:
$standard_headers = array('from', 'subject', 'date', 'to', 'organization', 'cc', 'bcc', 'reply-to');
And some screenshots: ![]() ![]() ![]() View mail Compose Compose HTML Contacts Settings Last edited by kreal; 07-29-2008 at 05:23 AM. |
|
#2
|
|||
|
|||
|
That looks amazing!
If only themes could be altered in the 'personal settings' link. I've got access to RoundCube through my hosting package but don't have access to the config files. It's taken me a while to notice the roundcube webmail optionbut I'm glad I have it now! I will continue the hunt to change the logo in the top left of the screen - I have several domains with webmail and it'd be easy to distinguish the different browser tabs if I could change the logo per domain. One day all that functionality will be built in. I can only marvel at the great work being done on the project so far. |
|
#3
|
|||
|
|||
|
thank you very much man! this is really f*king great!
![]() (and i just signed up here to post this message) ![]() cheers to denmark ps: but theres sth wrong if u have some subfolders in a normal folder... it overlaps them. Last edited by knut_; 07-23-2008 at 03:56 PM. |
|
#4
|
|||
|
|||
|
@kreal damn et lękkert skin du har strikket sammen dér, ved godt at det jo bare er taget fra mobileme, men det ser piv-lękkert ud..
henter det med det samme
|
|
#5
|
||||
|
||||
|
Wooooow! This loooks ..... WOOOOOOW!
|
|
#6
|
||||
|
||||
|
Ok, I found a bug.
Check this attachment :S The folder list has some problems, and the icons at the bottom. Latest Roundcube SVN and applied all code changes. |
|
#7
|
||||
|
||||
|
This is a fantastic skin you've made. Unfortunately, like most others, I'm on shared hosting so I can't use it. But I am currently in the works of making a home server, so I may be able to use it later on. Thanks and keep up the excellent work!
|
|
#8
|
|||
|
|||
|
Quote:
If anyone wants to try it out and has Gmail, just go to http://rc.brian.recchia.name and log in with your Gmail name and password (don't worry, it doesn't store any of your stuff on my server; it just stores any settings you set and your Gmail username) and if you want to thank me, just read http://brian.recchia.name (there's no ads, I promise. I just want my website to be more popular.) If this is considered spamming, I'm sorry. |
|
#9
|
||||
|
||||
|
Quote:
|
|
#10
|
|||
|
|||
|
Awesome skin, I've installed it without modifying any config files and it is functionally working. I do see some overlap on a few fields that I'm sure would be fixed by editing the config files as you mention above. My question before doing so: will adjusting these files affect other skins installed in roundcube negatively? My users are still on the default skin until I can find a stable and maintained 3rd party skin that is well liked. If I make the adjustments you laid out, will it screw up the default skin?
|
![]() |
| Tags |
| apple, mac, mobileme, pretty, skin |
LinkBacks (?)
LinkBack to this Thread: http://www.roundcubeforum.net/8-themes-styling/28-theme-releases/3283-mobileme.html
|
||||
| Posted By | For | Type | Date | |
| Links | This thread | Refback | 10-10-2009 09:03 AM | |
| Johannes Troeger ? MobileMe - RoundCube Webmail Forum ? myON-ID | This thread | Refback | 09-28-2009 09:31 PM | |
| Johannes Troeger ? Inhalte ? myON-ID | This thread | Refback | 08-24-2009 01:08 PM | |
| RoundCube Webmail :: Welcome to RoundCube Webmail | This thread | Refback | 08-06-2009 04:55 PM | |
| RoundCube Webmail :: Welcome to RoundCube Webmail | This thread | Refback | 07-24-2009 06:25 PM | |
| RoundCube Webmail :: Welcome to RoundCube Webmail | This thread | Refback | 07-16-2009 09:44 PM | |
| MobileMe - RoundCube Webmail Forum | This thread | Refback | 06-13-2009 11:19 PM | |
| Links | This thread | Refback | 05-16-2009 04:55 AM | |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|