mVision 2.3 Now Available
posted by RoundCube Themes @ 5:25pm, Friday 2 July 2010.
- Loads so much faster there's no need for the spinning circle
- Entirely new graphics and much enhanced CSS styling
- Fully supports all the features of RoundCube 0.4
- Email thread support, flag messages, address book groups
- Resizable displays throughout - with memory
Screenshots




- Internet Explorer 6
- Internet Explorer 7
- Internet Explorer 8
- Google Chrome - new
- Safari
- Opera - new
- Firefox
mVision 2.3 for RoundCube 0.4-beta Screenshots
posted by RoundCube Themes @ 5:56pm, Friday 18 June 2010.
- Loads so much faster there's no need for the spinning circle
- Entirely new graphics and much enhanced CSS styling
- Fully supports all the features of RoundCube 0.4
- Email thread support, flag messages, address book groups
- Resizable displays throughout - with memory
Screenshots
MVISION v2.2 - With IE 8 Support
posted by RoundCube Themes @ 4:21am, Friday 8 May 2009.
Three Pane Liquid Layout with Horizontal or Vertical support in all A-Grade browsers including Internet Explorer 8
- 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
At this moment in time, not all the available RoundCube 0.2 features are available in this theme. Work is planned on this when possible.
Please post a comment with the amount paid and reference, and if necessary, what feature you are particularly hoping for.
Supported Browsers (and screenshots)
- 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)
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.
Click here to download (.zip)
Click here to download (.tar.gz)
Installing from command line
wget https://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
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)
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:
width=w.toString().match(/\%$/)?w:w+"px";
}
if(h>0){
height=h.toString().match(/\%$/)?h:h+"px";
}
The original code would of appeared like:
width=w.toString().match(/\%$/)?w:w+"px";
}
if(h){
height=h.toString().match(/\%$/)?h:h+"px";
}