RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Themes & Styling > Theme Releases

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

Reply
  8 links from elsewhere to this Post. Click to view. #1  
Old 07-21-2008, 03:16 AM
Registered User
 
Join Date: Jul 2008
Posts: 1
Post MobileMe

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;
"/program/js/app.js"

FIND this.button_sel = function(command, id)

CHANGE:
Code:
if (img && button.sel)
  img.src = button.sel;
TO:
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)";
 }
FIND: this.button_out = function(command, id)

CHANGE:
Code:
if (img && button.act)
  img.src = button.act;
TO:
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');
TO:
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 07-22-2008, 01:59 AM
Registered User
 
Join Date: Jul 2008
Posts: 1
Default Amazing!

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 07-23-2008, 03:38 PM
Registered User
 
Join Date: Jul 2008
Posts: 2
Cool yeah

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 07-25-2008, 11:55 PM
Registered User
 
Join Date: Jul 2008
Posts: 1
Default

@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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 07-26-2008, 12:01 PM
flosoft's Avatar
Administrator
 
Join Date: Jun 2006
Location: Brussels, Belgium
Posts: 349
Send a message via ICQ to flosoft Send a message via AIM to flosoft Send a message via MSN to flosoft
Default

Wooooow! This loooks ..... WOOOOOOW!
__________________
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
  #6  
Old 07-26-2008, 12:19 PM
flosoft's Avatar
Administrator
 
Join Date: Jun 2006
Location: Brussels, Belgium
Posts: 349
Send a message via ICQ to flosoft Send a message via AIM to flosoft Send a message via MSN to flosoft
Default

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.
Attached Images
File Type: jpg mobilemebug.jpg (73.7 KB, 716 views)
__________________
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
  #7  
Old 07-27-2008, 07:14 PM
dj2's Avatar
dj2 dj2 is offline
Registered User
 
Join Date: Jul 2008
Location: Ohio
Posts: 40
Default

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!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 07-29-2008, 05:11 AM
Registered User
 
Join Date: Jul 2008
Posts: 1
Default

Quote:
Originally Posted by dj2 View Post
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!
It works perfectly fine for me on 1&1's shared hosting. I had to change a few settings to install RoundCube (a magic quotes setting and also I had to tell 1&1 to use PHP5 instead of PHP4) but that involved simply editing my .htaccess and putting a php.ini in every roundcube folder (which I admit WAS a pain in the *** but that's just because I had to put it in any folder)

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 07-29-2008, 02:39 PM
dj2's Avatar
dj2 dj2 is offline
Registered User
 
Join Date: Jul 2008
Location: Ohio
Posts: 40
Default

Quote:
Originally Posted by brianrecchia View Post
It works perfectly fine for me on 1&1's shared hosting. I had to change a few settings to install RoundCube (a magic quotes setting and also I had to tell 1&1 to use PHP5 instead of PHP4) but that involved simply editing my .htaccess and putting a php.ini in every roundcube folder (which I admit WAS a pain in the *** but that's just because I had to put it in any folder)

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.
Yea, I'm not sure what error I was getting but it involved a php.ini file. I emailed support and was told that roundcube was indeed working on my email. Well, they have it installed through fantastico so right now that's the only way to get it working.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 08-01-2008, 09:26 AM
Registered User
 
Join Date: Dec 2006
Posts: 28
Default

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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

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

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



All times are GMT. The time now is 06:41 PM.


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