Roundcube Community Forum

 

New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme

Started by youds, May 12, 2008, 11:21:32 AM

Previous topic - Next topic

youds

[size=+1]Theme is now compatible with IE6, IE7, Safari, Opera, Firefox and all other Gecko engine browsers[/size]

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:
if(w>0) width = w+'px';
if(h>0) height = h+'px';

[size=-3]The lines should of originally looked like:
          if(w) width = w+'px';
          if(h) height = h+'px';
[/size]

EDIT: 17/5/08 mvision2_en.zip Applied fixes for Opera / Safari and added support for choosing default view in config options


.

bpat1434

I think some of your additions would be better outside the theme.  Like importing an address book should be plugin, not included with the theme.  Just my $0.02.
 
 

firemail

Hi,
I like your theme, lot's of hard work I'm sure.
I figured when I noticed the foldername (mvision_en) that there would be compatibility issues with other languages.

The themes works fine, except for the buttons, which are all in english, is this something you plan on moding?

Should I  tweak it myself or do you have plans for future updates?

Alex

Nemesis02

another small problem with the theme, the text at the bottom where it shows layout, disk usage, etc. expands beyond the background bar itself.

Great work btw!


mromero

Hmm can anybody else download this? When I go to download I get: "mromero, you do not have permission to access this page. This could be due to one of several reasons:..."

bpat1434

When he updated the file, it went into moderation again.  I approved it, so it should be downloadable again ;)
 
 

mromero

Quote from: bpat1434;12082When he updated the file, it went into moderation again.  I approved it, so it should be downloadable again ;)

Ahh thanks.

youds

:D

Bpat1434: When it's all finished, I should (should??) be able to make sections of it portable into additional plugins. I presume as long as they're released under GNU I should be ok.

Many thanks


bioly

Ups
bioly, you do not have permission to access this page. This could be due to one of several reasons:

Chebe

Hum ... it looks really good can't wait to try it ... but (there's alaways a but), I can't get to download the file :(

you do not have permission to access this page. This could be due to one of several reasons:

   1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
   2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

oldschool


bpat1434

 
 

teddy86

hi folks,

found two bugs:

1.) if the horizontal view is selected as default, the messagelist is displayed incorrect in firefox (width not 100%).  After switching to vertical view and then back to horizontal view it works fine. where is the problem?

2.)firefox 3 messes up the header

greetz
ted

ps: the header butons are displayed in english only, do you wanna fix this as well ? is it possible to get the psd file forsome small changes?