Roundcube Community Forum

Themes & Styling => Theme Releases => Topic started by: kreal on July 20, 2008, 11:16:39 PM

Title: MobileMe
Post by: kreal on July 20, 2008, 11:16:39 PM
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:

Code: [Select]
$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: [Select]
if (img && button.sel)
  img.src = button.sel;
TO:
Code: [Select]
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: [Select]
if (img && button.act)
  img.src = button.act;
TO:
Code: [Select]
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: [Select]
$standard_headers = array('subject', 'from', 'organization', 'to', 'cc', 'bcc', 'reply-to', 'date');

TO:
Code: [Select]
$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)
Title: Amazing!
Post by: craggles on July 21, 2008, 09:59:28 PM
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.
Title: Thanks
Post by: kreal on July 21, 2008, 11:32:19 PM
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.
Title: yeah
Post by: knut_ on July 23, 2008, 11:38:30 AM
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.
Title: MobileMe
Post by: Jimmy Rittenborg on July 25, 2008, 07:55:42 PM
@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 :)
Title: MobileMe
Post by: flosoft on July 26, 2008, 08:01:51 AM
Wooooow! This loooks ..... WOOOOOOW!
Title: MobileMe
Post by: flosoft on July 26, 2008, 08:19:09 AM
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.
Title: MobileMe
Post by: kreal on July 26, 2008, 10:29:00 PM
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_
Title: MobileMe
Post by: dj2 on July 27, 2008, 03:14:02 PM
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!
Title: MobileMe
Post by: brianrecchia on July 29, 2008, 01:11:41 AM
Quote from: dj2;13102
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 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.
Title: MobileMe
Post by: dj2 on July 29, 2008, 10:39:42 AM
Quote from: brianrecchia;13136
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.

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.
Title: MobileMe
Post by: knuckles on August 01, 2008, 05:26:38 AM
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?
Title: MobileMe
Post by: simphax on August 30, 2008, 06:22:11 PM
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
Title: MobileMe
Post by: NiTr0 on September 03, 2008, 10:32:03 AM
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
Title: MobileMe
Post by: tobix on September 15, 2008, 11:01:19 AM
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
Title: MobileMe
Post by: bpat1434 on September 15, 2008, 12:23:53 PM
Quote from: craggles;12997
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.


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 ;)
Title: MobileMe
Post by: mercator on September 19, 2008, 06:35:42 PM
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
Title: MobileMe
Post by: Alex3 on September 23, 2008, 06:14:06 PM
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!
Title: MobileMe
Post by: cednoise on December 31, 2008, 12:21:08 PM
damn downloadlink is corrupt.
Looks verry nice, but still cant download it after 3 day's:
Server didn't responding error.
Title: MobileMe
Post by: molsted on January 06, 2009, 05:27:39 PM
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;
Title: MobileMe
Post by: edisoninfo on January 21, 2009, 09:24:26 AM
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.
Title: no proview pane
Post by: proxydev on February 13, 2009, 01:10:37 PM
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
Title: MobileMe
Post by: kush on March 01, 2009, 09:44:07 PM
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!
Title: MobileMe
Post by: gjr on March 03, 2009, 03:48:45 PM
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!
Title: MobileMe
Post by: henn1nk on March 06, 2009, 05:01:42 AM
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.
Title: MobileMe
Post by: horfic on March 06, 2009, 06:18:43 AM
Will this skin also work with roundcube 0.2 stable?
Title: MobileMe
Post by: jaredyeo on April 01, 2009, 05:05:43 AM
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.
Title: MobileMe
Post by: Alex3 on April 01, 2009, 02:26:21 PM
Could you clarify that Jared? I think you mean line 84

Code: [Select]
this.p1.style.width = Math.floor(this.pos - this.p1pos.x - this.layer.width / 2) + 'px';

I changed it to read

Code: [Select]
this.p1.style.width =50;

but it didn't seem to make a difference.
Title: MobileMe
Post by: jaredyeo on April 03, 2009, 05:24:33 AM
Quote from: Alex3;18184
Could you clarify that Jared? I think you mean line 84

Code: [Select]
this.p1.style.width = Math.floor(this.pos - this.p1pos.x - this.layer.width / 2) + 'px';

I changed it to read

Code: [Select]
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.
Title: MobileMe
Post by: Alex3 on April 03, 2009, 11:50:35 AM
It worked perfectly, thanks very much!
Title: MobileMe
Post by: Alex3 on April 04, 2009, 07:42:47 AM
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?
Title: MobileMe
Post by: kendokar on April 23, 2009, 01:05:18 AM
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..
Title: MobileMe
Post by: Alex3 on April 23, 2009, 03:20:46 AM
Quote from: kendokar;18632
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..


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!).
Title: MobileMe
Post by: esteghlal on April 24, 2009, 07:47:36 AM
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
Title: MobileMe
Post by: Alex3 on May 24, 2009, 08:24:23 AM
Quote from: Alex3;18257
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?


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.
Title: MobileMe
Post by: ct2k7 on May 30, 2009, 01:00:45 PM
I've probably missed something, but is the theme not compatible for the latest release branch 0.2?
Title: MobileMe
Post by: acid on August 17, 2009, 10:35:53 AM
could it be, that the links are down?

greetings
Title: MobileMe
Post by: bpat1434 on August 17, 2009, 09:31:47 PM
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.
Title: Hunter
Post by: hunterhdolan on August 20, 2009, 05:04:50 PM
The links are dead could someone please upload them, or could Kreal post a new link. I REALLY NEED TO MEET A DEADLINE.
Title: MobileMe
Post by: harsha on August 24, 2009, 03:41:40 AM
Can you repost the archive ?
Title: Help!!!!!
Post by: hunterhdolan on August 25, 2009, 09:15:58 PM
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)
Title: MobileMe
Post by: Wake on August 26, 2009, 01:44:06 PM
OTIMO TEMA, bom mesmo
Title: MobileMe
Post by: Tamer on August 27, 2009, 05:43:45 AM
http://tamer.su/files/rc/ (http://tamer.in/files/rc/)

PS^ it requires version 0.2, also based on older version of .me
Title: MobileMe
Post by: Julius Caesar on August 27, 2009, 05:49:29 AM
Quote from: Tamer;20794
http://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
Title: MobileMe
Post by: harsha on August 27, 2009, 08:11:41 AM
If you are taking MobileMe1.1.zip, note that no changes required in JS/app.js on latest RC.
Title: MobileMe
Post by: hunterhdolan on August 28, 2009, 05:17:01 PM
Thank-you so much
Title: MobileMe
Post by: gjrweb on November 12, 2009, 04:29:16 AM
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!
Title: MobileMe
Post by: Alex3 on November 12, 2009, 04:39:11 AM
Quote from: gjrweb;23033
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!


THis theme hasn't been touched in a looooong time!
Title: MobileMe
Post by: gjrweb on November 12, 2009, 04:42:35 AM
the theme however looks great, nobody working on it? Does it still apply to Roundcube version 0.3.1?
Title: MobileMe
Post by: Alex3 on November 12, 2009, 04:44:17 AM
Quote from: gjrweb;23036
the 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.
Title: MobileMe
Post by: gjrweb on November 12, 2009, 05:22:35 AM
ok, thanks for the fast responses! :) I will keep an eye on it...
Title: MobileMe
Post by: DClark on December 23, 2009, 01:17:25 PM
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.
Title: MobileMe
Post by: jmorrow on December 23, 2009, 09:52:07 PM
You sir rock! I was planning on doing this and you saved me the trouble!
Title: Nice 2.0! I fixed a problems I found.
Post by: phireware on December 25, 2009, 01:17:57 AM
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
Title: MobileMe
Post by: ABerglund on December 25, 2009, 02:39:46 PM
Quote from: phireware;24224
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!
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 -
Title: Problems with 2.1
Post by: phireware on December 25, 2009, 10:40:01 PM
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.
Title: MobileMe
Post by: ABerglund on December 25, 2009, 10:55:01 PM
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.
Title: MobileMe
Post by: phireware on December 25, 2009, 11:23:14 PM
Quote from: ABerglund;24229
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. 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
Title: MobileMe
Post by: DClark on December 26, 2009, 02:16:19 PM
Quote from: jmorrow;24204
You sir rock! I was planning on doing this and you saved me the trouble!


Not a problem jmorrow glad you liked it.
Title: MobileMe
Post by: DClark on December 26, 2009, 02:42:18 PM
Quote from: phireware;24224
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!

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;24227
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

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;24229
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. 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.
Title: MobileMe
Post by: phireware on December 26, 2009, 02:58:49 PM
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?!
Title: MobileMe
Post by: DClark on December 27, 2009, 10:43:52 AM
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.
Title: MobileMe
Post by: phireware on December 27, 2009, 08:00:50 PM
Quote
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.


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.

Quote
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


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!
Title: MobileCube 2.1.1
Post by: phireware on December 28, 2009, 02:30:14 AM
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)
Title: MobileMe
Post by: DClark on December 28, 2009, 10:26:16 AM
Quote from: phireware;24252
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.


Thanks this done the trick, I knew I was missing something.
Title: MobileMe
Post by: phireware on December 28, 2009, 02:45:51 PM
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)
Title: MobileMe
Post by: phireware on December 31, 2009, 12:06:53 PM
Quote from: knuckles;13181
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?


Try the new version of the MobileMe theme. MobileCube.