+ Reply to Thread
Page 9 of 18 FirstFirst ... 7 8 9 10 11 ... LastLast
Results 81 to 90 of 177

Thread: The New MobileMe "MobileCube"

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

    Default

    Quote Originally Posted by phireware View Post
    Can you explain more on where I can find the place this code works? Screenshots? I just haven't found where this code comes into any use.
    Screenshot is attached... I circled the expand arrow in red, when that is clicked the box below opens and the headers are shown inline. I just pulled the code straight from the original mail.css in the default profile, I adjusted the height of the arrows and that was it....
    Attached Images

  2. #82
    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 internalkernel View Post
    Screenshot is attached... I circled the expand arrow in red, when that is clicked the box below opens and the headers are shown inline. I just pulled the code straight from the original mail.css in the default profile, I adjusted the height of the arrows and that was it....
    Great, thanks I'll add it in. All the beta updates are in sourceforge to let you know. View all files and choose 3.1.0 beta. Hopefully you won't mind testing as you have been a great help so far! Thanks.

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

    Default

    First and most important - Thanks so much for this wonderful skin!!!

    I've had my eye on Mobilecube for some time now and finally decided to give it a go on my test server tonight. Thus far I am very impressed. I did however find a couple problems to pass along, but hey it is a Beta after all right

    The first issue is that I can't seem to find a way to display more than the first 40 contacts. Either I'm an idiot (highly possible) or there just isn't any way to move to a 2nd page. As you can see in the first attachment I can only see contacts 1-40 of 69.

    The second issue is pretty straight forward. I use the managesieve plugin and it appears that Mobilecube doesn't support it (yet?). See the second screenshot. I don't know if you plan to support this plugin in the future but chalk up one vote for for it (I would of course be happy to provide testing).

    The third issue I found was specific to IE8 (which I normally never use). The "Compact" and "Empty" buttons at the bottom left don't display correctly. See the third screenshot.

    I'm presently running Roundcube 3.1 with Mobilecube 3.1.0 beta.

    The first two issues were confirmed in Firefox 3.5 running on 64-bit VistaSP2, IE8 running on 64-bit Vista SP2, and Firefox 3.6 running on 32-bit Arch Linux on my netbook.

    The third issue was only present under IE8.

    Hope this helps and thanks again for this excellent skin!

    Martian
    Attached Images

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

    Default

    Quote Originally Posted by Martian View Post
    The first issue is that I can't seem to find a way to display more than the first 40 contacts.
    In your Preferences, under Interface there's a setting called Rows per Page, change that to whatever - the default is 200.

    That's defined in main.inc.php:
    $rcmail_config['max_pagesize'] = 200;

    The managesieve plugin tab was actually just added, yesterday... So, there's still some work to be done there. I don't know the specifics of Managesieve, I use the SieveRules plugin (different plugin). The functionality is there, it's just the layout needs some tweaking.

  5. #85
    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
    First and most important - Thanks so much for this wonderful skin!!!

    I've had my eye on Mobilecube for some time now and finally decided to give it a go on my test server tonight. Thus far I am very impressed. I did however find a couple problems to pass along, but hey it is a Beta after all right

    The first issue is that I can't seem to find a way to display more than the first 40 contacts. Either I'm an idiot (highly possible) or there just isn't any way to move to a 2nd page. As you can see in the first attachment I can only see contacts 1-40 of 69.

    The second issue is pretty straight forward. I use the managesieve plugin and it appears that Mobilecube doesn't support it (yet?). See the second screenshot. I don't know if you plan to support this plugin in the future but chalk up one vote for for it (I would of course be happy to provide testing).

    The third issue I found was specific to IE8 (which I normally never use). The "Compact" and "Empty" buttons at the bottom left don't display correctly. See the third screenshot.

    I'm presently running Roundcube 3.1 with Mobilecube 3.1.0 beta.

    The first two issues were confirmed in Firefox 3.5 running on 64-bit VistaSP2, IE8 running on 64-bit Vista SP2, and Firefox 3.6 running on 32-bit Arch Linux on my netbook.

    The third issue was only present under IE8.

    Hope this helps and thanks again for this excellent skin!

    Martian
    I'm glad you enjoy the theme! Was your first problem fixed with internalkernel suggestion? If it does deal with the config file I have no control over what goes on in that part of roundcube. Your second problem needs a fix as it seems there are several plugins doing this. I hope this can be fixed soon. Lastly, your third problem has been an issue for some time now, it is just IE that creates this problem but again, there will be a fix for it sometime in the future. DClark and I have been working on this theme and I thought he had found a solution, but I'll check it out. Again, I'm glad you enjoy the theme so much and thanks alot for giving feedback! We really enjoy it.

  6. #86
    ABerglund is offline Registered User
    Join Date
    Sep 2007
    Location
    Eugene, Oregon, USA
    Posts
    335
    Downloads
    7
    Uploads
    0

    Default

    The choice to increase the number of items per page is only a workaround, not a cure, and will only help if you set the number higher than the number of your contacts. For those of us who have large address books (frequently the case with global LDAP books), that is not really feasible.

    Compare these two screenshots to see the problem. The first is with the default skin. Note the controls to flip between pages when the number of contacts exceeds the number set in the preferences, and the lack of controls in MobileCube.



    Last edited by ABerglund; 05-21-2010 at 08:50 PM.
    Arne Berglund
    SysAdmin, Internet Services
    Lane Education Service District
    Eugene, OR, USA

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

    Default

    Your to-do list regarding "things that need to be fixed" seems to be growing... And on that note, let me add one more thing to it.

    I noticed this today... that certain messages wrap text properly and others don't. I compared to the default theme and found this was indeed something in MobileCube. I then compared the default mail.css with MobileCube's tried several kludges but couldn't figure it out. I'll try to come back to it this evening when I have more time.

    But for now I attached screen shots - the first one is the default theme and the second is the same email in MobileCube. Notice the lack of text wrapping...

    I'm pretty sure that's controlled in:
    Code:
    div.message-part div.pre {
            margin: 0px;
            padding: 0px;
            white-space: -moz-pre-wrap !important;
            white-space: pre;
            font-size: 13px;
            font-family: Helvetica,Arial,sans;
            line-height: 18px;
    }
    But, I'm not sure exactly what to change to make it wrap properly.
    Attached Images

  8. #88
    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 ABerglund View Post
    The choice to increase the number of items per page is only a workaround, not a cure, and will only help if you set the number higher than the number of your contacts. For those of us who have large address books (frequently the case with global LDAP books), that is not really feasible.

    Compare these two screenshots to see the problem. The first is with the default skin. Note the controls to flip between pages when the number of contacts exceeds the number set in the preferences, and the lack of controls in MobileCube.



    I'll look into that, can be an easy fix and I will include it in the next build of beta 3.1.0.

    Quote Originally Posted by internalkernel View Post
    Your to-do list regarding "things that need to be fixed" seems to be growing... And on that note, let me add one more thing to it.

    I noticed this today... that certain messages wrap text properly and others don't. I compared to the default theme and found this was indeed something in MobileCube. I then compared the default mail.css with MobileCube's tried several kludges but couldn't figure it out. I'll try to come back to it this evening when I have more time.

    But for now I attached screen shots - the first one is the default theme and the second is the same email in MobileCube. Notice the lack of text wrapping...

    I'm pretty sure that's controlled in:
    Code:
    div.message-part div.pre {
            margin: 0px;
            padding: 0px;
            white-space: -moz-pre-wrap !important;
            white-space: pre;
            font-size: 13px;
            font-family: Helvetica,Arial,sans;
            line-height: 18px;
    }
    But, I'm not sure exactly what to change to make it wrap properly.
    I'll look into it and let you know what I find out. I noticed this when I got messages from Facebook that they would not word wrap properly. So if I find a fix I will let you know. There should be an easy fix somewhere.

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

    Default

    Quote Originally Posted by phireware View Post
    I'll look into it and let you know what I find out. I noticed this when I got messages from Facebook that they would not word wrap properly. So if I find a fix I will let you know. There should be an easy fix somewhere.
    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;
    }

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

    Default

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

    Last edited by Sandino; 02-24-2010 at 10:45 PM.

+ Reply to Thread
Page 9 of 18 FirstFirst ... 7 8 9 10 11 ... 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