+ Reply to Thread
Results 1 to 3 of 3

Thread: New File Added: MVISION v2.1 New Release - Internet Explorer 8 Update

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

    Default New File Added: MVISION v2.1 New Release - Internet Explorer 8 Update

    Downloads: A new file has been added by youds:

    MVISION v2.1 New Release - Internet Explorer 8 Update

    Three Pane Liquid Layout with Horizontal or Vertical support in all A-Grade browsers including Internet Explorer 8
    Features

    * Three Pane Liquid Layout
    * Fully supports Horizontal and Vertical layout views
    * Additional configuration for either Horizontal or Vertical layout
    * End user support for dynamically switching between Horizontal and Vertical layouts
    * Friendly looking theme with nice graphics


    Supported Browsers

    * Internet Explorer 6 (horizontal / vertical)
    * Internet Explorer 7 (horizontal / vertical)
    * Internet Explorer 8 (horizontal / vertical)
    * Firefox 2 (horizontal / vertical)
    * Firefox 3 (horizontal / vertical)
    * Safari (horizontal / vertical)
    * Opera (horizontal / vertical)

    See http://www.roundcubethemes.net for screenshots

    Requirements

    * A working installation of RoundCube WebMail
    * You should upgrade to the latest version of RoundCube WebMail due to a security vulnerability found in older versions. Older versions are however supported; the latest version at the time of writing this article is roundcubemail-0.2-stable.tar.gz which is fully supported by this theme.

  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.1.tar.gz
    tar -zxf mvision2.1.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-1.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!
    Last edited by youds; 01-24-2009 at 06:29 PM.

  3. #3
    bbnet is offline Registered User
    Join Date
    Jul 2009
    Posts
    2
    Downloads
    0
    Uploads
    0

    Default

    Useful infomation, thanks so much for sharing.

+ Reply to Thread

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