Author Topic: umich skin  (Read 57555 times)

Offline uschinator

  • Jr. Member
  • **
  • Posts: 16
HTML-Editor Bug
« Reply #30 on: February 07, 2009, 08:41:28 AM »
Hello again,


when I select the default skin I can switch between the Text-Editor and the HTML-Editor to create a new message -> works fine!

when I select the umich-skin I am able to switch between the two editors, but when I select the HTML-Editor, then the Interface with the format-tags in the header of the Textbox won't appear.

I think it is caused by upgrading to the new 0.2stable version. I never had problems with switching the editors in the 0.2beta version.

Can somebody fix this bug?

thanks

Offline Julius Caesar

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 498
    • http://www.de-keizer.net/
umich skin
« Reply #31 on: February 07, 2009, 10:07:11 AM »
Quote from: uschinator;16890
Hi,

the first screenshot of this thread is showing different icons for "Drafts", "Inbox" etc. than my configuration does right now. I just get an icon for the Inbox (see attachment). All Other Folders have the blue standard icon for the folders. How can i get the icons work which are saved in "skins\umich\images\icons". I Checked the path and they are in this directory.

I don't understand, why there are shown the blue folder icons instead of the icons which are defined in the mail.css?

Can somebody help?


Did you select the special folders in the 'Personal Settings' ?
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he

Offline uschinator

  • Jr. Member
  • **
  • Posts: 16
umich skin
« Reply #32 on: February 09, 2009, 06:08:15 AM »
yes, of course. when i login for the first time, i configured the main.inc.php that the special folders will be created. they are also defined in the preferences under "special folders"....

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
umich skin
« Reply #33 on: February 09, 2009, 06:54:50 AM »
If you define your special folders f.e.

$rcmail_config['default_imap_folders'] = array('INBOX', 'Drafts', 'Sent', 'Junk', 'Trash');

and ...

$rcmail_config['junk_mbox'] = 'junk';

... then you won't get the right icon for the junk box, because it is case sensitive. Check if your special folders on the IMAP server have the same case as defined in main.inc.php !
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline uschinator

  • Jr. Member
  • **
  • Posts: 16
umich skin
« Reply #34 on: February 09, 2009, 01:03:11 PM »
I checked the entries and the spelling is almost right... that's really strange :D

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
umich skin
« Reply #35 on: February 09, 2009, 01:32:57 PM »
Well, English is not my native language ... you say "almost" ... the definitions must be "exactly" the same!
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline uschinator

  • Jr. Member
  • **
  • Posts: 16
umich skin
« Reply #36 on: February 11, 2009, 02:13:16 AM »
hehe... you're right. i mean "exactly" :-)!
« Last Edit: March 26, 2009, 02:04:18 PM by uschinator »

Offline uschinator

  • Jr. Member
  • **
  • Posts: 16
umich skin
« Reply #37 on: February 22, 2009, 05:00:14 AM »
Quote from: uschinator;16891
Hello again,


when I select the default skin I can switch between the Text-Editor and the HTML-Editor to create a new message -> works fine!

when I select the umich-skin I am able to switch between the two editors, but when I select the HTML-Editor, then the Interface with the format-tags in the header of the Textbox won't appear.

I think it is caused by upgrading to the new 0.2stable version. I never had problems with switching the editors in the 0.2beta version.

Can somebody fix this bug?

thanks

Hi,

I fixed this problem by customizing the compose.html to get the html-editor working with the umich-skin on the RoundCube version 0.2stable.
I added
Code: [Select]
editorid="compose-body" like in the default skin and it works fine. So the code for compose.html should look like this in line 140:

Code: [Select]

« Last Edit: February 22, 2009, 03:00:51 PM by uschinator »

Offline uschinator

  • Jr. Member
  • **
  • Posts: 16
umich skin
« Reply #38 on: February 22, 2009, 07:46:39 AM »
Quote from: uschinator;16890
Hi,

the first screenshot of this thread is showing different icons for "Drafts", "Inbox" etc. than my configuration does right now. I just get an icon for the Inbox (see attachment). All Other Folders have the blue standard icon for the folders. How can i get the icons work which are saved in "skins\umich\images\icons". I Checked the path and they are in this directory.

the mail.css of the skin looks like that and i think this should be all right as well:

Code: [Select]
#mailboxlist li.inbox
{
  background-image: url(images/icons/folder-inbox.png);
}

#mailboxlist li.draftsrcfolder
{
  background-image: url(images/icons/folder-drafts.png);
}

#mailboxlist li.sentrcfolder
{
  background-image: url(images/icons/folder-sent.png);
}

#mailboxlist li.junkrcfolder
{
  background-image: url(images/icons/folder-junk.png);
}

#mailboxlist li.trashrcfolder
{
  background-image: url(images/icons/folder-trash.png);


I don't understand, why there are shown the blue folder icons instead of the icons which are defined in the mail.css?

Can somebody help?


I changed the entries in the mail.css and the icons are now displayed!
For every entry, you have to delete the "rcfolder"-string, for example:
"#mailboxlist li.junkrcfolder -> #mailboxlist li.junk"

The Code without the "rcfolder"-strings should then look like this:
Code: [Select]
#mailboxlist li.inbox
{
  background-image: url(images/icons/folder-inbox.png);
}

#mailboxlist li.drafts
{
  background-image: url(images/icons/folder-drafts.png);
}

#mailboxlist li.sent
{
  background-image: url(images/icons/folder-sent.png);
}

#mailboxlist li.junk
{
  background-image: url(images/icons/folder-junk.png);
}

#mailboxlist li.trash
{
  background-image: url(images/icons/folder-trash.png);

Offline pgy

  • Newbie
  • *
  • Posts: 4
umich skin
« Reply #39 on: February 27, 2009, 04:51:09 AM »
I can not see the the disk usage, your screen shot looks great, how you make the disk usage shown? could you share with us?

Quote from: tiagomr;15466
Great job man, but where disk usage? I like this feature and I like a lot your skin, and now, how I get this.

Wow, Now okay, I make the thing work


Offline tiagomr

  • Newbie
  • *
  • Posts: 5
Quota display
« Reply #40 on: February 27, 2009, 02:35:25 PM »
Quote from: workservice;16866
How did you manage to turn it on?


Quote from: pgy;17360
I can not see the the disk usage, your screen shot looks great, how you make the disk usage shown? could you share with us?


I modify the file

vi skins/umich/templates/mail.html

and add the quota in div checkMail-container:

from:


       


[COLOR="Navy]to[/COLOR]



[COLOR="#000080]






[/COLOR]
       



now in skins/umich/mail.css

add  or modify  the linein blue:

#checkMail-container {
        position: absolute;
        top: 121px;
        left: 12px;
        background: #eff5ff;
[COLOR="#000080]        height: 50px;[/COLOR]
        width: 178px;
        border-left: 1px solid #c0bdb2;
        border-right: 1px solid #c0bdb2;
        padding-left: 12px;
       text-align: center;
}

#mailboxlist-container
{
  position: absolute;
 top: 170px;
  left: 12px;
  width: 190px;
  bottom: 43px;
  border: 1px solid #c0bdb2;
  background-color: #ffffff;
  overflow: auto;
  /* css hack for IE */
  height: expression((parseInt(document.documentElement.clientHeight)-188)+'px');
}

#quotadisplay
{
  color: #666666;
  font-size: 11px;
 text-align: center;
}

 I think that's all, whether I forgot something, please tell me!!!

(I tried to remove the smile icon, but unsucessfully, I don't know how to)
« Last Edit: February 27, 2009, 02:39:55 PM by tiagomr »

Offline lovelord

  • Newbie
  • *
  • Posts: 1
umich skin
« Reply #41 on: March 11, 2009, 04:35:26 PM »
Hi all,

i've followed all threads, installed all fixed 'till here, but there is something strange with my umich skin, in firefox all is pretty good, smooth and fine, when trying to open it with internet explorer 7.0.5730.13 version I can login correctly but after this i can see only header with roundcube_logo.png in left corner, username logged in , taskbar on right and all is unclickable.... :eek:

What could be? Can I post something to help you in troubleshooting?

Update: Upper fixed, wrong commented line

PS: There is no way to reduce attached images over 1024x768 into thumbnail and to manage spam/not spam messages?
« Last Edit: March 12, 2009, 05:39:43 AM by lovelord »

Offline mattoo

  • Newbie
  • *
  • Posts: 7
umich skin
« Reply #42 on: March 18, 2009, 08:11:28 AM »
nice work !!:)

Reload

  • Guest
umich skin
« Reply #43 on: March 19, 2009, 05:23:04 PM »
Nice theme!

With Chromium (chrome) no problem, but with IE 8.0 Final the message list is to long for
the page. Only with compatibility enabled the message list is displayed correctly...

Offline HawtDogFlvrWtr

  • Jr. Member
  • **
  • Posts: 38
umich skin
« Reply #44 on: April 01, 2009, 12:20:09 PM »
To fix the IE issue with the message list box overlapping at the bottom... Change the following in  mail.css under #mailcontframe.
Change:
Code: [Select]
height: expression((parseInt(document.documentElement.clientHeight)-110)+'px');To:
Code: [Select]
height: expression((parseInt(document.documentElement.clientHeight)-200)+'px');
That should fix it for you.

Quote from: Reload;17887
Nice theme!

With Chromium (chrome) no problem, but with IE 8.0 Final the message list is to long for
the page. Only with compatibility enabled the message list is displayed correctly...
« Last Edit: April 01, 2009, 12:23:26 PM by HawtDogFlvrWtr »