mVision 2.3 Now Available
posted by RoundCube Themes @ 5:25pm, Friday 2 July 2010.
mVision 2.3 Pre Release
Go straight to http://store.roundcubethemes.net to buy
Features
- 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
For a complete set of screenshots, click here.




Compatibility
The theme is compatible with:
- Internet Explorer 6
- Internet Explorer 7
- Internet Explorer 8
- Google Chrome - new
- Safari
- Opera - new
- Firefox
To purchase this theme, please visit http://store.roundcubethemes.net. The theme is priced at £19 with bulk purchase options.
Support
Please do not post support requests as comments. There is a knowledge base here and support is being provided via emails sent to support at roundcubethemes.net
mVision 2.3 for RoundCube 0.4-beta Screenshots
posted by RoundCube Themes @ 5:56pm, Friday 18 June 2010.
mVision2 is being re-released for Roundcube 0.4
Recoded and restyled from the ground up
Features
- 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
Compatibility
The theme is compatible with Internet Explorer 6, Internet Explorer 7, Internet Explorer 8 (and the up and coming Internet Explorer 9), Safari, Google Chrome and Firefox.
License
The theme is going to be re-released under a commercial license at a proposed price of £9 per license. This will be released as mVision 2.3. The previous version, 2.2, will be released as 2.2.1 using the code from the previous project, with RoundCube 0.4 support.
Release Date
RoundCube 0.4 is still in beta stage and there is no release date as of yet and nobody is willing to make a rough guess at when the release date will be. Because of this, I'm not going to hold back release of 2.3.0 and instead will provide free updates with the license until Roundcube 0.4-stable is released.
Feedback
Feedback is very much welcome, if you have questions or comments use the links below.
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
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
RoundCube Features
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.
Supported Browsers (and screenshots)
Requirements
Click here to download (.zip)
Click here to download (.tar.gz)
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
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
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
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
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)
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;
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:
if(w>0){
width=w.toString().match(/\%$/)?w:w+"px";
}
if(h>0){
height=h.toString().match(/\%$/)?h:h+"px";
}
width=w.toString().match(/\%$/)?w:w+"px";
}
if(h>0){
height=h.toString().match(/\%$/)?h:h+"px";
}
The original code would of appeared like:
if(w){
width=w.toString().match(/\%$/)?w:w+"px";
}
if(h){
height=h.toString().match(/\%$/)?h:h+"px";
}
width=w.toString().match(/\%$/)?w:w+"px";
}
if(h){
height=h.toString().match(/\%$/)?h:h+"px";
}