RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Downloads > Themes & Skins

For more information about the ads and why they're here, please see the FAQ

Navigation
Main | Category Tree | Stats | Search
Downloads [Download MVISION v2 :: MVISION vs. Outlook 3 Column Theme]
File Name: MVISION v2 :: MVISION vs. Outlook 3 Column Theme (460.3 KB) Download
Author: Unknown (Uploaded by youds)
Date Added: 05-12-2008
Downloads: 10761
Grade: A+
Description
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

Courtesy of http://www.youds.com
.
Images
MVISION v2 :: MVISION vs. Outlook 3 Column Theme by youds on 05-12-2008
MVISION v2 :: MVISION vs. Outlook 3 Column Theme by youds on 05-12-2008
MVISION v2 :: MVISION vs. Outlook 3 Column Theme by youds on 05-12-2008
MVISION v2 :: MVISION vs. Outlook 3 Column Theme by youds on 05-12-2008
MVISION v2 :: MVISION vs. Outlook 3 Column Theme by youds on 05-12-2008
MVISION v2 :: MVISION vs. Outlook 3 Column Theme by youds on 05-12-2008
MVISION v2 :: MVISION vs. Outlook 3 Column Theme by youds on 05-12-2008
MVISION v2 :: MVISION vs. Outlook 3 Column Theme by youds on 05-12-2008
Downloads [Download MVISION v2 :: MVISION vs. Outlook 3 Column Theme]


Comments
russionix
05-22-2008 at 10:00 PM
MVision 2 looks great. Can you place it in the download section so we can have access to it? The link in the forum has permission problems.

Thanks.
davidcollantes
05-29-2008 at 05:13 PM
It will not render a message list. It will give the spinning wheel, endlessly and will never print the message list, on any folder.

Try it on FF2, FF3, IE6/7. Same results, two different machines.
barkermn01
05-30-2008 at 04:29 PM
How do i install this if i have the round cube theme in from install i can find any thing in the settings to change the theme directory
AndyW
05-31-2008 at 06:01 AM
Hey, Installed and love it. Except after login get an error "Administrator: You have not set the new config requirements". But I have already added to main.inc.php

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

What more needs to be done.
barkermn01
05-31-2008 at 12:56 PM
i had the same error when i install Roundcube from sratch with this theme and i cant install it into roundcube after install coz i cant change the theme directory and renaming the default to old and the msv... to default it errors
austingecko
06-03-2008 at 10:51 PM
I get the spinning wheel when trying to render the message list in FireFox2 also. When I flip over to IE6 I see the message list but no preview pane. Checked options to make sure checkbox for preview was checked and also made config changes as stated above. HELP!!!
mrtuzi
06-04-2008 at 10:21 PM
@AndyW
Change $rcmail_config['preview_pane_vertical/horizontal'] = TRUE; to either $rcmail_config['preview_pane_vertical'] = TRUE; or $rcmail_config['preview_pane_horizontal'] = TRUE;

@barkermn01 & @austingecko
Change $rcmail_config['skin_path'] = 'skins/default/'; to $rcmail_config['skin_path'] = 'skins/mvision2_en/';
Obviously, you must move the unzipped mvision2_en.zip folder to the skins folder.

I'm running FF2 on Linux and I'm running the latest RoundCube version 0.1.1.

The preview pane is not auto adjusting. The message listings are set at a static size. I can provide screen shots if it will help, or whatever else you require to figure this out.

Your screen shots on the discussion page display a spell checker in the composition page, but I don't have one. Can you tell me how you set that up?

Again, I will do whatever I can do to help. Just ask.
bitman
06-12-2008 at 11:59 PM
@mrtuzi
Enable spell-check in your main.inc.php file:
$rcmail_config['enable_spellcheck'] = TRUE;

@youds
Awesome awesome awesome! I love it!

If you're taking suggestions, I offer the below. I'm running Firefox 2.0.0.14 under Windows XP.

* BUG: The preview pane cannot be disabled. The horizontal/vertical setting is required even if preview_pane is FALSE, and once set, the preview pane is always visible regardless of the setting of horizontal/vertical.

* BUG: On the Settings page, on the Folders tab, the Messages column is only wide enough for the numbers. The heading "Messages" overlaps the "Subscribed" heading.

* All different datatypes are supported in the config file. For example, there's this line:
$rcmail_config['message_sort_order'] = 'DESC';
which

* I don't like the way Roundcube "hides" the Send button on the compose page. I think it needs to stand out more. For MVISION, I'd suggest simply inserting a gap between "Send the Message" and "Check Spelling" so that it looks like a separate button.
bitman
06-13-2008 at 12:02 AM
^^ I meant "regardless of the setting of preview_pane." I can't delete the message for some reason.
splitti
06-17-2008 at 09:35 AM
I have one problem with the theme.

My settings:
$rcmail_config['skin_path'] = 'skins/mvision2_en/';
$rcmail_config['list_cols'] = array('subject', 'from', 'date');
$rcmail_config['preview_pane'] = TRUE;
$rcmail_config['preview_pane_horizontal'] = TRUE;

In the mainview, the messagelsit is not over the full width. If I chnage the layout (with the link at the bottom) to vertical and back to horizontal, the message lsit is correct over the full width?!

Greets
splitti
mrtuzi
06-18-2008 at 07:59 PM
@bitman
I have enabled spell-check in my main.inc.php file, but the icon to spell-check replies and compositions is greyed out. No ability to check spelling.

@splitti
I had the same problem. It was answered by nobleclem here:
http://www.roundcubeforum.net/showpo...6&postcount=36

Quote:
edit the horizontal.css file:
find #messagelist {...

remove: display: table;table-layout: fixed;

Shift refresh and your width problems should be gone.
Reply With Quote
mercator
06-23-2008 at 07:18 PM
First of all: GREAT TEMPLATE, THANKS A LOT!

Im am running 0.2-alpha-1 and things look fine under Mac running Firefox as well as Safari. However, things do not look so great when using IE: In horizontal mode, middle and right pane are OK, but when I have subfolders, things look messy in the left hand pane: Folders show ONE folder icon left to the, subfolders show TWO, subsubfolders show THREE, ... not so nice. Anyone having the same experience?

Thanks,
mercator
Webalistic
06-26-2008 at 04:11 PM
Hi,
Great theme - just the job but ...

.... is there any way that the folder tree could be collapsible?
jlmilla
07-17-2008 at 11:14 PM
Some problems with IE 6.0 - RoundCube 0.1.1 with MVision vs. template. Outlook Column 3 Theme
1 .- Inbox not load correctly
Preview shows distorted or click a logo mail top.
2.-Select envoys, erased in the left hand punching the two options is not to mark each
3.-By clicking on the header mail page and refreshes the hidden page (the window closes)
4 .- By clicking the sender (name) me to write an e-mail address

Please help to correct these problems with IE.
Bernd Glasstetter
07-21-2008 at 11:05 AM
I would need to have this theme in german. Is there any possibility to download the Photoshop files to be able to translate it? I would share the translation here.
mattoo
07-21-2008 at 03:54 PM
bravo for this amazing work, I do love this theme. And therefore, I want it to be my default theme, but...

...same bug for me : impossible to disable the preview pane, making response time much longer.

thanks for your support
MadTux_
08-12-2008 at 06:24 PM
The images translated to Brazilian Portuguese is in link below:

http://rapidshare.com/files/136826753/images_pt-br.zip

Thx
oyetola
08-17-2008 at 09:55 PM
Hi
Could somebody tell if there is French images for Mvision?
thks.
Oyetola
oyetola
08-17-2008 at 09:58 PM
Hi
I have a problem with horizontal (if it 's set by default) preview when using IE7
thks
Oyetola
dwpegues
10-11-2008 at 11:22 AM
i got this working, and it works like a champ. excellent work my friend. excellent.
dwpegues
10-11-2008 at 11:23 AM
by the way, i am using the latest .2 beta and it works flawlessly on all web browsers.
The Godfather
11-04-2008 at 01:17 PM
Does anyone know how to install the collapsible folders on this theme.

I am sure it is the same javascript file as those on the default theme. I have posted this request on the main them site, but no response as yet.

Anyone's help is much appreciated.


creeble
11-06-2008 at 10:37 PM
I'm apparently doing something wrong.

I'm using .2 beta, and when I configure everything as above, I get a "SERVICE NOT CURRENTLY AVAILABLE Error no 0x01F5" screen on the browser.

Also, the httpd/error_log shows:

File does not exist: /var/www/roundcubemail-0.2-beta/program/style.css

which indeed it doesn't. Any clues anyone? I've tried both skin_path=skins/mvision2_en and just skin=mvision2_en in the config file.

tfyisupportteam
11-25-2008 at 05:32 PM
how do i tell roundcube to use this theme, also where should i put the code

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

Thanks
JDiel
11-28-2008 at 07:16 PM
@tfyisupportteam:

Edit your config file (config/main.inc.php) and search for $rcmail_config['skin_path']; Change it to:

$rcmail_config['skin_path'] = 'skins/mvision_en/';


or what ever you named that skin.

Regards, Jeroen.


DownloadsII 5.0.8 by CyberRanger & Jelle
Based on ecDownloads 4.1 © Ronin

All times are GMT. The time now is 05:17 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Copyright © 2006-2008 RoundCube Webmail Community