UPDATE: Fixed overlapping folders, plus optimized it for Safari. the new version is now 1.1 (http://gratiswebplads.dk/mobileme/MobileMe1.1.zip)
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 (http://gratiswebplads.dk/mobileme/MobileMe.zip)
Config requirements:$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:
if (img && button.sel)
img.src = button.sel;
TO:
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:
if (img && button.act)
img.src = button.act;
TO:
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:
$standard_headers = array('subject', 'from', 'organization', 'to', 'cc', 'bcc', 'reply-to', 'date');
TO:
$standard_headers = array('from', 'subject', 'date', 'to', 'organization', 'cc', 'bcc', 'reply-to');
--
And some screenshots:
(http://gratiswebplads.dk/mobileme/preview/login.png)
(http://gratiswebplads.dk/mobileme/preview/inbox.png)
(http://gratiswebplads.dk/mobileme/preview/inbox_view.png)
View mail (http://gratiswebplads.dk/mobileme/preview/inbox_view_mail.png)
Compose (http://gratiswebplads.dk/mobileme/preview/compose.png)
Compose HTML (http://gratiswebplads.dk/mobileme/preview/composeHTML.png)
Contacts (http://gratiswebplads.dk/mobileme/preview/contacts.png)
Settings (http://gratiswebplads.dk/mobileme/preview/settings.png)
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.
Thanks craggles, took me a good 3 days to port it.
Just notice if you use the newest RoundCube from the svn there are some errors in the design. But once the changes go public, I will update the skin as well.
Kind regards.
thank you very much man! this is really f*king great! :D
(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.
@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 :)
Wooooow! This loooks ..... WOOOOOOW!
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.
Quote from: Jimmy Rittenborg;13093@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 :)
Bare og bare :) Men tak
Getting right on it
flosoft and
knut_
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!
Quote from: dj2;13102This 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 ass 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.
Quote from: brianrecchia;13136It 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 ass 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.
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?
Quote from: Jimmy Rittenborg;13093@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 :)
Hehe. är det norskar här på forumet eller är det danskar ? :) coolt
Good skin... but there are some disadvantages:
1) No "Exit" button
2) No "Select all/select old" buttons
3) No "Quota" bar
4) Non-functional button "Source text"
5) 3rd column in options with content from internet - isn't good for LAN mail servers.
Tested on 0.2a
Great work, thank you!
But, somtimes, mail marked as read, without read the mails...
Today I deleted two mails in my inbox, using the del-button.
Both mails are moved to trash, but one of them was marked as read.
Regards, Tobi
Quote from: craggles;12997If 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.
But with the release of 0.2 stable (or the next beta) you will have personal settings to change your theme ;) If they do a SVN checkout, then you can use it now ;)
Hello,
This is a great skin. I miss one thing though: It seems not possible to change the language for the spell checker. What am I missing - or is the option missing?
Tnx,
Mercator
Just a small request to please get this compatible with 0.2 beta :) The collapsible folder and address book importing are really good features I've been looking for, and Roundcube isn't the same for me without this skin, an update would be superb!
damn downloadlink is corrupt.
Looks verry nice, but still cant download it after 3 day's:
Server didn't responding error.
To remove borders in FF, edit skin/MobileMe/common.css
Find:
img {
behavior: url('skins/mobileme/pngbehavior.htc');
}
Replace:
img {
border-width: 0px;
behavior: url('skins/MobileMe/pngbehavior.htc');
}
Hmmm, it seems the skin wont work with $rcmail_config['preview_pane'] = TRUE;
Wow! Fantastic! Like some previous posters tho my wish list:
1. Folders on the left need to support sub folders (collapsing). Your photo in your initial post shows it but I can not get to the sub folders.
2. Color of the Logout button in the upper right. Too dark, can not see it. I found it by accident!
3. Address book does not work in Google Chrome. It appears for a split second and then vanishes.
I have it working, but if I enable the preview pane, I can't click on any message, much less view any of them. All other links work, but the message pane isn't clickable.
I've checked this in Firefox and Safari (OSX).
Anyone run into this and know a fix by chance?
Thanks!
Duane
hey kreal, love the theme, simply amazing! however the files im suppose to edit i dont find the keys you say to search for, im using v1.1 and i edited the config file. the others i couldnt find, could you help me please thanks!
I was just testing my first linux based server. Based on directadmin and roundcube off course (the squirrel sucks big time)...
Just browsing for some themes and i saw this MobileMe theme! This is totally rocking. My compliments, this looks great!
I will get into roundcube themes and how to implement them. This is certainly something i would like to have on our server.
I will report any bugs when found, keep up the great work!
I can't find in /program/js/app.js:
this.button_sel = function(command, id)
etc :-(
ah.. i found it in app.js.src
but.. the adressbook is broken here... it's an empty page :/
i'm using 0.2 stable.
Will this skin also work with roundcube 0.2 stable?
this theme breaks in 0.2.
the issue is with splitter.js
two ways to fix this
1.) delete spiltter.js
2.) copy splitter.js from the default theme provided in 0.2, then change the this.p1.style.width to 50.
ok its not really a fix, its a hack.
Could you clarify that Jared? I think you mean line 84
this.p1.style.width = Math.floor(this.pos - this.p1pos.x - this.layer.width / 2) + 'px';
I changed it to read
this.p1.style.width =50;
but it didn't seem to make a difference.
Quote from: Alex3;18184Could you clarify that Jared? I think you mean line 84
this.p1.style.width = Math.floor(this.pos - this.p1pos.x - this.layer.width / 2) + 'px';
I changed it to read
this.p1.style.width =50;
but it didn't seem to make a difference.
Hmm I don't think its that line..
Heres my file. Hope it works for you.
It worked perfectly, thanks very much!
Speaking of hacks, how does this look using 0.2 on Safari 3? I'm using the Safari 4 beta and the search box has a slight problem.
(http://itiz.in/591w)
If I edit /MobileMe/includes/taskbar.html and change the quicksearchbar type to"none" instead of "seach" it looks a little better
(http://itiz.in/btvu)
but it needs bumping up a couple of pixels. Any solutions?
Great skin.. but I have problem..
when compose email, HTML editing switch don't work and address book list
is blank, theres no coloumn like in the screenshoot..
Quote from: kendokar;18632Great skin.. but I have problem..
when compose email, HTML editing switch don't work and address book list
is blank, theres no coloumn like in the screenshoot..
The theme hasn't been corrected for 0.2x by the author, so it isn't a very usable theme for the moment, just eye candy (which looks great!).
It would be great if you make these implementations and fixes:
1) Fix the contact section problem in Firefox (It's fine in ie7)
2) The login page doesn't show correctly in (ie6)
3) Prepare the registration and password recovery section based on this template.
4)Add some other features that can be implemented to roundcube other themes such as:
i) Changing password
ii) Vacation
iii) Mail Forward
iv) Calender
vi) Plugin for importing contacts
5) Removing the question part and advertisement part on the right hand side when we are going to settings.
Thanks For the Theme
Quote from: Alex3;18257Speaking of hacks, how does this look using 0.2 on Safari 3? I'm using the Safari 4 beta and the search box has a slight problem.
(http://itiz.in/591w)
If I edit /MobileMe/includes/taskbar.html and change the quicksearchbar type to"none" instead of "seach" it looks a little better
(http://itiz.in/btvu)
but it needs bumping up a couple of pixels. Any solutions?
Ah, fixed it. Go in to common.css, find #quicksearchbox, change top: 3px; to top: 0px;
Works pretty nicely for me on Safari 4 beta now. Cosmetic problems with the settings page, but that's it.
I've probably missed something, but is the theme not compatible for the latest release branch 0.2?
could it be, that the links are down?
greetings
Yes, it seems as though they are moving hosts so the file(s) aren't available.
@kreal: You could post this in the Downloads section of the site along with the screenshots to help combat this issue in the future.
The links are dead could someone please upload them, or could Kreal post a new link. I REALLY NEED TO MEET A DEADLINE.
Can you repost the archive ?
COULD SOMEONE PLEASE POST THE FILE AGAIN. I REALLY NEED IT!!!!!!!!!!!!!!
(http://www.your3dsource.com/images/headbangsoncomputer_t_01.gif)
(http://www.your3dsource.com/images/donotfalldownstairs_01.gif)
OTIMO TEMA, bom mesmo
http://tamer.su/files/rc/ (http://tamer.in/files/rc/)
PS^ it requires version 0.2, also based on older version of .me
Quote from: Tamer;20794http://tamer.su/files/rc/ (http://tamer.in/files/rc/)
PS^ it requires version 0.2, also based on older version of .me
Thanks for the link, I've attached it now to this thread
If you are taking MobileMe1.1.zip, note that no changes required in JS/app.js on latest RC.
Thank-you so much
Hi Guys,
Roundcube is it version 0.3.1 at the moment. Any updates on the MobileMe theme?
Version 1.1 is still the latest version?
Many thanks!
Quote from: gjrweb;23033Hi Guys,
Roundcube is it version 0.3.1 at the moment. Any updates on the MobileMe theme?
Version 1.1 is still the latest version?
Many thanks!
THis theme hasn't been touched in a looooong time!
the theme however looks great, nobody working on it? Does it still apply to Roundcube version 0.3.1?
Quote from: gjrweb;23036the theme however looks great, nobody working on it? Does it still apply to Roundcube version 0.3.1?
I modded it a little while ago so that it worked OK with 0.2.x, but there was some stuff that still was flakey.
It's a very nice theme indeed, but it appears that the dev has dropped it.
ok, thanks for the fast responses! :) I will keep an eye on it...
Hi Guys
I downloaded this theme in the summer and was very impressed with it, but was also a bit disappointed with alot of little things that just didn't work right (eg the way I expected it to work).
So on and off from august I have been learning a bit about css and how the theme was put together, and I have sorted lots of the little things.
Since I got the theme from this very site and the original creator hasn't updated it for a while, I thought I'd give everyone an early christmas present and post my own admendments to the theme both for roundcube 0.2 and the latest roundcube 0.3 I'm calling it MobileMe 2.0 just because I've changed too much from the original 1.1 version.
I have done this due to the need to move on from the 0.2 code base myself with working preferences, just a little disclaimer for my changes, the theme has moved away from being an exact copy of Orignal MobileMe to more of a MobileMe based them for Roundcube (also roundcube 0.3 version preferences screen is buggy but works, just refresh entire browser window after theme change).
I did this to make it easier for me as there was always one or two functions not available from the main page which I needed and I didn't want to always change page to use it.
I hope they are of some use.
You sir rock! I was planning on doing this and you saved me the trouble!
So I downloaded the MobileMe 2.0 and I was very pleased with it! Great job! There were just a few things that were still not working for me in Safari 4 so i fixed them and am going to share it. I only tried it in Safari 4 but let me know how it is!
I fixed:
Long Mail Box List
Fixed the Message Header thing in mail list
Fixed Compose Area
Fixed Search Box
Changed User Prefs Area a bit
I attached all the problems that accrued and when you download it you will be able to see that I fixed the pictured problems. I also put a picture of the new user pref style I added. Thought this would help keep the MobileMe Theme alive! Let me know if there is anything that I can do to make it better!
I called it MobileMe 2.1 :) It has only been tested on 0.3.1 stable in Safari 4!!!
Download it here: http://dl.dropbox.com/u/486610/MobileMe2.1.zip
Quote from: phireware;24224So I downloaded the MobileMe 2.0 and I was very pleased with it! Great job! There were just a few things that were still not working for me in Safari 4 so i fixed them and am going to share it. I only tried it in Safari 4 but let me know how it is!
e MobileMe Theme alive! Let me know if there is anything that I can do to make it better!
Interesting skin, very promising. I tested it in Safari 4 (Snow Leopard), Camino (Mac) and Firefox 3.5 (in XP). Here are things I noted while testing 2.1 -
- Does not support nested folders
- Does not support the 'Flagged' column in the message list
- Many common plugins not well supported, such as Contextmenu (works, but bad CSS), Password (tab not visible in Prefs), and Vacation (tab also not visible in Prefs)
- Tools button in toolbar only has 'Show Source', no dropdown with the other actions
- Line spacing in the messagelist is variable - if only a few mesages are in a mailbox they are spaced vertically to fill the window, even if there are only three or four. Looks odd.
- Login and Logout page shows Apple's copyright and probably needs to be purged of their trademarks
Some of the problems you listed would be easily fixed. I could probably fix them now. The only thing that I didn't test was plugins because I don't have any installed. So does the theme work well in all the browsers that you have? I can try to see if there are any other problems. Seems like the search bar in Safari is being a problem.
In addition to the browsers listed above, I also tried IE 8 in XP. Surprisingly, that worked pretty well also. I found one oddity in the "Compact" and "Empty" buttons, the labels are large and don't fit.
Quote from: ABerglund;24229In addition to the browsers listed above, I also tried IE 8 in XP. Surprisingly, that worked pretty well also. I found one oddity in the "Compact" and "Empty" buttons, the labels are large and don't fit. See attached.
Ya, I had that same problem in safari but I fixed it. Maybe I can try to fix I. In IE too
Posted via Mobile Device
Quote from: jmorrow;24204You sir rock! I was planning on doing this and you saved me the trouble!
Not a problem jmorrow glad you liked it.
Quote from: phireware;24224There were just a few things that were still not working for me in Safari 4 so i fixed them and am going to share it. I only tried it in Safari 4 but let me know how it is!
I fixed:
Long Mail Box List
Fixed the Message Header thing in mail list
Fixed Compose Area
Fixed Search Box
Changed User Prefs Area a bit
I attached all the problems that accrued and when you download it you will be able to see that I fixed the pictured problems. I also put a picture of the new user pref style I added. Thought this would help keep the MobileMe Theme alive! Let me know if there is anything that I can do to make it better!
Hi phireware, I have checked the problems you were having in Safari, I did check my version of the code with safari and weren't getting the problems you had with the search button, I had changed the code somewhere to disable that problem, basically the default search box in the browser was being used instead of the theme we were creating, if anybody is interested.
phireware did you mix in my changes with your existing copy of the theme? I'm just curious why you had the problems while I didn't. I tested on a mac version of safari and firefox.
I like the changes you made to the prefs and how did you get the text style bar on screen in compose, is this a plugin looks nice.
Quote from: ABerglund;24227Interesting skin, very promising. I tested it in Safari 4 (Snow Leopard), Camino (Mac) and Firefox 3.5 (in XP). Here are things I noted while testing 2.1 -- Does not support nested folders
- Does not support the 'Flagged' column in the message list
- Many common plugins not well supported, such as Contextmenu (works, but bad CSS), Password (tab not visible in Prefs), and Vacation (tab also not visible in Prefs)
- Tools button in toolbar only has 'Show Source', no dropdown with the other actions
- Line spacing in the messagelist is variable - if only a few mesages are in a mailbox they are spaced vertically to fill the window, even if there are only three or four. Looks odd.
- Login and Logout page shows Apple's copyright and probably needs to be purged of their trademarks
Hi ABerglund there are alot of bad coding in the theme causing alot of bugs from the original developer, I agree the 'Show Source' button needs to be changed to show list of functions available in the default theme. Are you able to help and correct the code for this problem?
Although the flagged column isn't supported the attachment coloumn is.
As of the copyright messages on the logon page, it was probably originally made to probably be as accurate with original mobileme logon page.
If you were getting rid of the copyright message and apple logo, you'll also have to get rid of the picture of the icons as well as they are still apple property. With keeping the apple copyright your at least acknowledging apples work.
Quote from: ABerglund;24229In addition to the browsers listed above, I also tried IE 8 in XP. Surprisingly, that worked pretty well also. I found one oddity in the "Compact" and "Empty" buttons, the labels are large and don't fit. See attached.
I don't get this error either as the text doesn't show on mine just the icons, unfortunately I can't remember where the settings to remove the text from are. It must be a configuration file for roundcube outside the theme.
DClark, I just took the CSS from the mail compose area and applied it to the User Prefs area. No plugins involved. I've never actually played with any plugins for roundcube. The problem with the search bar was only in the address book area, and I don't know why as you said you had already fixed it. I hope you don't mind other people carrying on the project. It's a great theme and deserves to continue on! By the way I used Safari 4 in Snow Leopard. Is that what you used?
ABerglund, the problems you point out can be fixed, it's just I need time to look at them. But they are all small problems.
If this project continues and you suggest the Apple Copyright, shall we rename the theme? Keep the images of course, put instead of the copyright, "Apple owns all rights to the images/icons used in this theme." Then name the theme MobileCube? For the RoundCube mail skin? :) Or MeMobile? or iMobile? New theme name or the same? Considering copyright and everything! Just a thought of course!
Attached a new "MobileCube" look?!
phireware nice job with the new logon screen changes, regarding copyright it all depends on if the theme is being used online or intranet.
With regards to the search bar problem, I had fixed it in the mail screen didn't realise that it remained in the address section, as I use Firefox as my main browser I had missed it completely, I also had tested it using the latest Safari 4.0.4.
I have no problem with the naming change with the theme, or with anybody helping correct bugs and putting in new modifications.
I'm quite glad that there's someone else interested in fixing the theme, after the thread went quiet months ago I decided to try and fix alot of things myself that were bugging me somethings still do.
I was asking about one of your pictures of the compose screen, with the text style bar in it as I don't have that bar in my copy of roundcube. Do you have to enable it in the roundcube config files?
Moving forward with this theme I do think that it maybe much better if the html code was brought upto date as alot of the files have the same code repeated in alot of other sections that could be put in one file and referenced in the others to make fixing code easier. for example the search bar problem was repeated over multiple files which all required changing seperately.
Quotephireware nice job with the new logon screen changes, regarding copyright it all depends on if the theme is being used online or intranet.
With regards to the search bar problem, I had fixed it in the mail screen didn't realise that it remained in the address section, as I use Firefox as my main browser I had missed it completely, I also had tested it using the latest Safari 4.0.4.
I have no problem with the naming change with the theme, or with anybody helping correct bugs and putting in new modifications.
I'm quite glad that there's someone else interested in fixing the theme, after the thread went quiet months ago I decided to try and fix alot of things myself that were bugging me somethings still do.
I was asking about one of your pictures of the compose screen, with the text style bar in it as I don't have that bar in my copy of roundcube. Do you have to enable it in the roundcube config files?
Moving forward with this theme I do think that it maybe much better if the html code was brought upto date as alot of the files have the same code repeated in alot of other sections that could be put in one file and referenced in the others to make fixing code easier. for example the search bar problem was repeated over multiple files which all required changing seperately.
DClark, the compose style bar has always been there. I didn't apply any themes or plugins other than the MobileMe theme. I fixed some more things, this theme is a very nice one. Is the bar you're talking about attached below?
If you go under user pref, choose composing messages in the preferences list and check off compose emails in HTML. That should make the bar appear.
QuoteInteresting skin, very promising. I tested it in Safari 4 (Snow Leopard), Camino (Mac) and Firefox 3.5 (in XP). Here are things I noted while testing 2.1 -
Does not support nested folders
Does not support the 'Flagged' column in the message list
Many common plugins not well supported, such as Contextmenu (works, but bad CSS), Password (tab not visible in Prefs), and Vacation (tab also not visible in Prefs)
Tools button in toolbar only has 'Show Source', no dropdown with the other actions
Line spacing in the messagelist is variable - if only a few mesages are in a mailbox they are spaced vertically to fill the window, even if there are only three or four. Looks odd.
Login and Logout page shows Apple's copyright and probably needs to be purged of their trademarks
ABerglund, I fixed the mail message problem when there are only a few messages in the inbox. I attached an image below. Working on flagged emails next!
Released a new version, fixed some things, added some things. Check it out! The README file is now updated as well. I hope you guys like some of the new changes, some are larger than others. I renamed it to MobileCube to avoid copyright issues and other stuff. Hope you like it!
ABerglund, I think I fixed the flagged messages to what you were talking about. If I didn't please let me know.
Download it here:
http://dl.dropbox.com/u/486610/MobileCube2.1.1.zip (http://dl.dropbox.com/u/486610/MobileCube2.1.1.zip)
Quote from: phireware;24252If you go under user pref, choose composing messages in the preferences list and check off compose emails in HTML. That should make the bar appear.
Thanks this done the trick, I knew I was missing something.
So what do you think of 2.1.1? Any better? Any problems?
I created a new thread to begin work on MobileCube:
http://www.roundcubeforum.net/8-themes-styling/28-theme-releases/6012-new-mobileme-mobilecube.html (http://www.roundcubeforum.net/8-themes-styling/28-theme-releases/6012-new-mobileme-mobilecube.html)
Quote from: knuckles;13181Awesome 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?
Try the new version of the MobileMe theme. MobileCube.