+ Reply to Thread
Page 1 of 4 1 2 3 ... LastLast
Results 1 to 10 of 34

Thread: New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme

  1. #1
    youds is offline Registered User
    Join Date
    Oct 2007
    Posts
    84
    Downloads
    10
    Uploads
    4

    Default New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme

    Theme is now compatible with IE6, IE7, Safari, Opera, Firefox and all other Gecko engine browsers


    New Features:
    • Additional CSS work done on mail view
    • Support added for Sub Folders
    • Added additional Support for Preview Pane
    • Preview Pane now supports "Microsoft 3 Column View" and Horizontal View
    • With additional User Control Options for switching between Vertical and Horizontal View
    • Configure the Default View - Either Vertical / Horizontal
    • Automatic screen size detect and auto-adjustments
    • Graceful page loading

    Config requirements:
    • $rcmail_config['list_cols'] = array('subject', 'from', 'date');
    • $rcmail_config['preview_pane'] = TRUE;
    • $rcmail_config['preview_pane_vertical/horizontal'] = TRUE;

    Please note the new Config Option
    In order to specify which layout should be loaded as default, you must specify a new config option. Due to a lack of knowledge/RoundCube seemingly only allowing boolean checks in the template files, this was the only way I could offer the option to choose the default layout. So for Vertical, you would simply set:
    $rcmail_config['preview_pane_vertical'] = TRUE;

    Please note: be careful using Horizontal as the default view for high-volume web sites, the view requires a refresh of the mailbox when it's selected for Internet Explorer users. This is for IE only, however until they are no longer the market leader this probably has to be taken into consideration.

    Please note: For Internet Explorer Users
    In order to prevent errors being thrown in Internet Explorer, do the following:
    Change file "program/js/common.js" Line 250 & Line 251 too:
    Code:
    if(w>0) width = w+'px';
    if(h>0) height = h+'px';
    The lines should of originally looked like:
    if(w) width = w+'px';
    if(h) height = h+'px';


    EDIT: 17/5/08 mvision2_en.zip Applied fixes for Opera / Safari and added support for choosing default view in config options


    .
    Last edited by youds; 05-19-2008 at 09:43 PM.

  2. #2
    bpat1434's Avatar
    bpat1434 is offline Administrator
    Join Date
    Jun 2006
    Location
    Maryland, USA
    Posts
    667
    Downloads
    18
    Uploads
    0

    Default

    I think some of your additions would be better outside the theme. Like importing an address book should be plugin, not included with the theme. Just my $0.02.


  3. #3
    firemail is offline Registered User
    Join Date
    Apr 2007
    Posts
    9
    Downloads
    0
    Uploads
    0

    Default Any Plans for localization compatibility?

    Hi,
    I like your theme, lot's of hard work I'm sure.
    I figured when I noticed the foldername (mvision_en) that there would be compatibility issues with other languages.

    The themes works fine, except for the buttons, which are all in english, is this something you plan on moding?

    Should I tweak it myself or do you have plans for future updates?

    Alex

  4. #4
    Nemesis02's Avatar
    Nemesis02 is offline Registered User
    Join Date
    May 2008
    Location
    Little Rock, AR
    Posts
    30
    Downloads
    7
    Uploads
    1

    Default

    another small problem with the theme, the text at the bottom where it shows layout, disk usage, etc. expands beyond the background bar itself.

    Great work btw!

  5. #5
    youds is offline Registered User
    Join Date
    Oct 2007
    Posts
    84
    Downloads
    10
    Uploads
    4

  6. #6
    mromero's Avatar
    mromero is offline Subscriber
    Join Date
    Apr 2008
    Location
    Lubbock, TX
    Posts
    20
    Downloads
    1
    Uploads
    1

    Default

    Hmm can anybody else download this? When I go to download I get: "mromero, you do not have permission to access this page. This could be due to one of several reasons:..."

  7. #7
    bpat1434's Avatar
    bpat1434 is offline Administrator
    Join Date
    Jun 2006
    Location
    Maryland, USA
    Posts
    667
    Downloads
    18
    Uploads
    0

    Default

    When he updated the file, it went into moderation again. I approved it, so it should be downloadable again


  8. #8
    mromero's Avatar
    mromero is offline Subscriber
    Join Date
    Apr 2008
    Location
    Lubbock, TX
    Posts
    20
    Downloads
    1
    Uploads
    1

    Default

    Quote Originally Posted by bpat1434 View Post
    When he updated the file, it went into moderation again. I approved it, so it should be downloadable again
    Ahh thanks.

  9. #9
    youds is offline Registered User
    Join Date
    Oct 2007
    Posts
    84
    Downloads
    10
    Uploads
    4

    Default



    Bpat1434: When it's all finished, I should (should??) be able to make sections of it portable into additional plugins. I presume as long as they're released under GNU I should be ok.

    Many thanks

  10. #10
    youds is offline Registered User
    Join Date
    Oct 2007
    Posts
    84
    Downloads
    10
    Uploads
    4

+ Reply to Thread
Page 1 of 4 1 2 3 ... LastLast

LinkBacks (?)

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