Roundcube Community Forum

 

MobileMe

Started by kreal, July 20, 2008, 11:16:39 PM

Previous topic - Next topic

bpat1434

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

mercator

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

Alex3

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!

cednoise

damn downloadlink is corrupt.
Looks verry nice, but still cant download it after 3 day's:
Server didn't responding error.

molsted

#19
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;

edisoninfo

#20
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.

proxydev

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

kush

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!

gjr

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!

henn1nk

#24
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.

horfic

Will this skin also work with roundcube 0.2 stable?

jaredyeo

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.

Alex3

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.

jaredyeo

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.

Alex3

It worked perfectly, thanks very much!