+ Reply to Thread
Page 1 of 9 1 2 3 ... LastLast
Results 1 to 10 of 87

Thread: New File Added: MVISION v2.2 - Horizontal / Vertical Layout

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

    Exclamation New File Added: MVISION v2.2 - Horizontal / Vertical Layout

    Downloads: A new file has been added by youds:

    MVISION v2.2 - Horizontal / Vertical Layout

    User layout changes now stored in cookies!

    MVISION v2 allowed the user to switch between Horizontal or Vertical layout, but the default choice had to be made by the administrator. Now, MVISION v2.2 stores layout changes on the users computer and remembers the choice made between page visits.

    Additional Features

    * Horizontal / Vertical Layout choice now stored in cookie
    * Refresh the page and the last used layout will be displayed
    * User can log out then log back in and the choice will be remembered


    No changes required to installation and configuration - see INSTALL file in the download
    Tested with roundcubemail-0.2-stable.tar.gz in IE6/7/8 F1/2 Opera and Safari (WebKit)
    See http://www.roundcubethemes.net for more screenshots of the different layouts

    Courtesy of http://www.youds.com
    Attached Images
    Last edited by youds; 01-25-2009 at 12:09 PM.

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

    Default

    Installing from command line
    Code:
    cd skins
    wget http://www.roundcubethemes.net/downloads/mvision2.2.tar.gz
    tar -zxf mvision2.2.tar.gz
    vi ../config/main.inc.php
    # make configuration file changes as directed below
    Installing via FTP
    Code:
    Go to the "skins" directory in the RoundCube base path
    Unzip the "mvision2-2.zip" file
    Return back to the RoundCube base path
    Go to the "config" directory and edit the "main.inc.php" file as directed below
    Configuration file changes (main.inc.php)
    Code:
       1) $rcmail_config['skin'] = 'mvision2_en';
       2) $rcmail_config['list_cols'] = array('subject', 'from', 'date', 'attachment'); // remove "size" and "flag" (flag will still appear however)
       3) $rcmail_config['preview_pane'] = TRUE;
       4) Additional configuration line required; $rcmail_config['preview_pane_vertical'] = TRUE;

    For Users with Microsoft Script Debugger
    When changing between "Vertical" and "Horizontal" users will see an error message.
    To correct this, alter file program/js/common.js to reflect changes below:
    Code:
    if(w>0){
    width=w.toString().match(/\%$/)?w:w+"px";
    }
    if(h>0){
    height=h.toString().match(/\%$/)?h:h+"px";
    }
    The original code would of appeared like:
    Code:
    if(w){
    width=w.toString().match(/\%$/)?w:w+"px";
    }
    if(h){
    height=h.toString().match(/\%$/)?h:h+"px";
    }
    You need to add >0 to the if(w) and if(h) lines

    Good luck!

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

    Default

    To get the HTML editor working, you need to add the line seen below to program/js/editor.js
    Code:
     textAreaId='compose-body';
    After the lines (#65/66/67)
    Code:
    // switch html/plain mode
    function rcmail_toggle_editor(ishtml, textAreaId, flagElement)
    {
    (roundcube0.2-stable)
    Last edited by youds; 01-25-2009 at 10:03 PM.

  4. #4
    PablitoCWB is offline Registered User
    Join Date
    Jan 2009
    Posts
    1
    Downloads
    5
    Uploads
    0

    Smile Brazilian Portuguese Translation

    Hello,

    I need this skin in pt_BR (brazilian portuguese)

    I can help u translate the words to the portuguese if u need.

    tks

    Last edited by PablitoCWB; 01-26-2009 at 01:37 PM.

  5. #5
    udi111 is offline Registered User
    Join Date
    Feb 2008
    Posts
    3
    Downloads
    2
    Uploads
    0

    Default quick search

    pressing backspace in quicksearch field deletes the message (ff3 winxp).
    don't know if it is a skin or rc bug.

  6. #6
    udi111 is offline Registered User
    Join Date
    Feb 2008
    Posts
    3
    Downloads
    2
    Uploads
    0

    Default folders list

    ..see attached image
    Attached Images

  7. #7
    flyingeagle855 is offline Registered User
    Join Date
    Jan 2009
    Posts
    1
    Downloads
    0
    Uploads
    0

    Default

    I don't get a message list when using this theme. The ajax loading icon keeps spinning and nothing. I get the list of folders and the top menu but no messages. I would really like to get this to work so if someone can tell me what I need to do that would be great.

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

    Default

    Have you refreshed your cache?
    CTRL+F5 on Windows

  9. #9
    mugurels21 is offline Registered User
    Join Date
    Feb 2009
    Posts
    1
    Downloads
    5
    Uploads
    0

    Default

    Quote Originally Posted by flyingeagle855 View Post
    I don't get a message list when using this theme. The ajax loading icon keeps spinning and nothing. I get the list of folders and the top menu but no messages. I would really like to get this to work so if someone can tell me what I need to do that would be great.
    same here.. I put ver 2.1 and it's working..

  10. #10
    aletarius is offline Roundcube Newcomer
    Join Date
    Feb 2009
    Posts
    4
    Downloads
    2
    Uploads
    0

    Default

    Yeah, it's doing the same thing for me. If you can tell me/us how to fix that it would be awesome.

+ Reply to Thread
Page 1 of 9 1 2 3 ... 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