+ Reply to Thread
Page 10 of 18 FirstFirst ... 8 9 10 11 12 ... LastLast
Results 91 to 100 of 177

Thread: The New MobileMe "MobileCube"

  1. #91
    Sandino is offline Roundcube Newcomer
    Join Date
    Feb 2010
    Posts
    2
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by phireware View Post

    "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 Originally Posted by internalkernel View Post
    This seemed to fix the way the text wrapped. Changed the lines from my post above to read:

    Code:
    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.

  2. #92
    phireware's Avatar
    phireware is offline Registered User
    Join Date
    Dec 2008
    Location
    USA
    Posts
    68
    Downloads
    0
    Uploads
    0

    Default

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

  3. #93
    qevodude is offline Roundcube Newcomer
    Join Date
    Mar 2010
    Posts
    2
    Downloads
    0
    Uploads
    0

    Default Need to change mail.css

    Quote Originally Posted by Sandino View Post
    for 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;
    }

  4. #94
    qevodude is offline Roundcube Newcomer
    Join Date
    Mar 2010
    Posts
    2
    Downloads
    0
    Uploads
    0

    Default Maybe a better fix...

    Quote Originally Posted by DClark View Post
    To fix the above all you need to do is open up mail.css find the following section

    Code:
    #messagelist tr.unread
    {
      font-weight: bold;
      background-color: #FFFFFF;
    }
    and change it to

    Code:
    #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:

    Code:
    #messagelist tr.unread a
    {
      font-weight: bold;
    }
    at line 608.
    Last edited by qevodude; 03-08-2010 at 05:04 PM.

  5. #95
    phireware's Avatar
    phireware is offline Registered User
    Join Date
    Dec 2008
    Location
    USA
    Posts
    68
    Downloads
    0
    Uploads
    0

    Default

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

    Code:
    #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.

  6. #96
    Martian is offline Registered User
    Join Date
    Feb 2010
    Posts
    35
    Downloads
    0
    Uploads
    0

    Default

    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

  7. #97
    phireware's Avatar
    phireware is offline Registered User
    Join Date
    Dec 2008
    Location
    USA
    Posts
    68
    Downloads
    0
    Uploads
    0

    Default

    Quote Originally Posted by Martian View Post
    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
    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)

  8. #98
    phireware's Avatar
    phireware is offline Registered User
    Join Date
    Dec 2008
    Location
    USA
    Posts
    68
    Downloads
    0
    Uploads
    0

    Default

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

  9. #99
    LIV2 is offline Roundcube Newcomer
    Join Date
    Jun 2008
    Posts
    5
    Downloads
    0
    Uploads
    0

    Default

    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.

  10. #100
    internalkernel's Avatar
    internalkernel is offline Registered User
    Join Date
    Jan 2010
    Posts
    25
    Downloads
    4
    Uploads
    0

    Default

    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

+ Reply to Thread
Page 10 of 18 FirstFirst ... 8 9 10 11 12 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts