Roundcube Community Forum

 

The New MobileMe "MobileCube"

Started by phireware, December 28, 2009, 02:52:16 PM

Previous topic - Next topic

Sandino

#90
for mailboxes with "unlimited space" there is no image. The word "unlimited" is ontop of the "select all" buttons at the bottom.


Sandino

Quote from: phireware;24268
"MobileCube" 3.0.0 Now Available!

-----------------------------------------------
Project Page (Visit for ScreenShots):
PhireWare - Projects - MobileCube

What's New?
-Spiced Up Contacts a little bit.
-Calendar is now built in with plugin! (Thanks "Roundcube Calendar")
-Settings Adjusted
-Minor other fixes
-----------------------------------------------

*Thanks to DClark for helping the project begin again, hopefully we will keep it alive and make it become a great theme!*
*Thanks ABerglund for helping us find the errors and testing with us!*

Quote from: internalkernel;25762This seemed to fix the way the text wrapped. Changed the lines from my post above to read:

div.message-part pre,
div.message-htmlpart pre,
div.message-part div.pre
{
        margin: 0px;
        padding: 0px;
        white-space: -moz-pre-wrap !important;
        white-space: pre-wrap !important;
        white-space: pre;
        font-size: 13px;
        font-family: Helvetica,Arial,sans;
        line-height: 18px;
}

awesome! i was investigating that too. thanks for this post worked perfectly.

phireware

3.1.0 Beta Build #030110A is on Sourceforge now! I'll have another one soon hopefully...

qevodude

I made the following change to mail.css to correct this problem:

Changed:
#quotadisplay
{
  position:absolute;
  display: block;
  float: left;
 left: 110px;
  height: 12px;
  padding: 0;
  margin-right: 2px;
  margin-bottom: 1px;
  color: #666666;
  font-size: 11px;
}

to:

#quotadisplay
{
  position:absolute;
  display: block;
  float: left;
 left: 210px;
  height: 12px;
  padding: 0;
  margin-right: 2px;
  margin-bottom: 1px;
  color: #666666;
  font-size: 11px;
}

qevodude

Quote from: Sandino;25804for mailboxes with "unlimited space" there is no image. The word "unlimited" is ontop of the "select all" buttons at the bottom.


I made the following change to mail.css to correct this problem:

Changed:
#quotadisplay
{
position:absolute;
display: block;
float: left;
left: 110px;
height: 12px;
padding: 0;
margin-right: 2px;
margin-bottom: 1px;
color: #666666;
font-size: 11px;
}

to:

#quotadisplay
{
position:absolute;
display: block;
float: left;
left: 210px;
height: 12px;
padding: 0;
margin-right: 2px;
margin-bottom: 1px;
color: #666666;
font-size: 11px;
}

qevodude

#95
Quote from: DClark;25664To fix the above all you need to do is open up mail.css find the following section


#messagelist tr.unread
{
  font-weight: bold;
  background-color: #FFFFFF;
}


and change it to


#messagelist tr.unread,
#messagelist tr.unread td a
{
  font-weight: bold;
  background-color: #FFFFFF;
}


this will make it bold the subject title when it is unread. I didn't think it required everyone to re-download the code again.

Regarding the plugins not showing up on the settings page, this is due to the plugin.html code from the default theme not being included in the theme at this moment.

I had noticed, but don't really use any plugins so it was at the bottom of the list to fix but should be easy to include.


The problem with this fix is that when highlighted (message selected) the white background doesn't look right.  Instead I made the following change:

#messagelist tr.unread a
{
  font-weight: bold;
}


at line 608.

phireware

Quote from: qevodude;26055The problem with this fix is that when highlighted (message selected) the white background doesn't look right.  Instead I made the following change:

#messagelist tr.unread a
{
  font-weight: bold;
}


at line 608.

This is fixed in the upcoming version 3.1.0 and is available as a beta release now on SourceForge.

Martian

Hey Phireware,

I don't mean to nag, just wondering it there was any news on Mobilecube?  I really love this theme and hope you are still working on it as it is by far the best theme availabe for roundcube right now.

I've just upgrabed my personal server from dual p3 933's to a more modern Core 2 Duo setup and plan to replace Squirrelmail with Roundcube + Mobilecube on the new server!

Martian

phireware

Quote from: Martian;26199Hey Phireware,

I don't mean to nag, just wondering it there was any news on Mobilecube?  I really love this theme and hope you are still working on it as it is by far the best theme availabe for roundcube right now.

I've just upgrabed my personal server from dual p3 933's to a more modern Core 2 Duo setup and plan to replace Squirrelmail with Roundcube + Mobilecube on the new server!

Martian

Oh yes I am still working on it! I love the theme as well. I've just been very busy the past week or two and I am also updating our personal website (phireware.com) with a whole new look. The 3.1.0 beta is on Sourceforge too if you want to see plugin support (needs alot of work though)

phireware

Everytime I reply to someone it doesn't go through but I'm still here, just been busy updating phireware.com

LIV2

Any plans to add generic Plugin support? I'm using a plugin for mail filtering and can't use this theme when I want to edit my rules.

internalkernel

Just out of curiosity... since you don't seem to have enough on your plate as it is  ;)  

Any thought on building in support for the next release 0.4 - there is a rumor they will be merging the message threading branch into 0.4 which should be going beta in the next few months... I tested the message threading last night and currently MobileCube doesn't handle it.

thanks

ABerglund

Quote from: LIV2;26231Any plans to add generic Plugin support? I'm using a plugin for mail filtering and can't use this theme when I want to edit my rules.

Quote from: internalkernel;26232Any thought on building in support for the next release 0.4...I tested the message threading last night and currently MobileCube doesn't handle it.
These are examples of reasons why our organization has—somewhat reluctantly—settled on staying with the default skin only. While we do think there is room for interface improvements, Roundcube development is too rapid, and the plugin architecture allows too many possibilities for skin problems. We don't want to settle on an alternative skin only to have skin issues the next time RC is updated or patched. We'd rather have a webmail system that works 100% than one with an attractive or more refined interface.
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA

phireware

Quote from: LIV2;26231Any plans to add generic Plugin support? I'm using a plugin for mail filtering and can't use this theme when I want to edit my rules.

Working on it, but not enough time in the day! 0.3.1 beta works with some plugins and we're going to see if we can it be successful for 0.3.1 release.

Quote from: internalkernel;26232Just out of curiosity... since you don't seem to have enough on your plate as it is  ;)  

Any thought on building in support for the next release 0.4 - there is a rumor they will be merging the message threading branch into 0.4 which should be going beta in the next few months... I tested the message threading last night and currently MobileCube doesn't handle it.

thanks

I will being working with it when I have access to 0.4. Is it out for testing now or when will it be?

Quote from: ABerglund;26235These are examples of reasons why our organization has—somewhat reluctantly—settled on staying with the default skin only. While we do think there is room for interface improvements, Roundcube development is too rapid, and the plugin architecture allows too many possibilities for skin problems. We don't want to settle on an alternative skin only to have skin issues the next time RC is updated or patched. We'd rather have a webmail system that works 100% than one with an attractive or more refined interface.

I understand and I'm sorry that MobileCube didn't meet the standards necessary to pass as the default theme.

ABerglund

Quote from: phireware;26262I understand and I'm sorry that MobileCube didn't meet the standards necessary to pass as the default theme.
Not your fault. You've done some outstanding work on this, and it has come a lot farther than I expected in a short period of time.

The problem is that with so many people using the SVN versions, building and maintaining a good, comprehensive skin is like chasing a moving target. Plus skins for RC are very complex, and the plugin architecture adds to the complexity. This makes skin development VERY difficult.
Arne Berglund
SysAdmin, Internet Services
Lane Education Service District
Eugene, OR, USA