Author Topic: New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme  (Read 23970 times)

Offline youds

  • Full Member
  • ***
  • Posts: 93
[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:
Code: [Select]
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


.
« Last Edit: May 19, 2008, 04:43:01 PM by youds »

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
« Reply #1 on: May 13, 2008, 12:26:49 PM »
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.
 
  

Offline firemail

  • Newbie
  • *
  • Posts: 9
Any Plans for localization compatibility?
« Reply #2 on: May 13, 2008, 12:54:39 PM »
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

Offline Nemesis02

  • Jr. Member
  • **
  • Posts: 30
New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
« Reply #3 on: May 13, 2008, 01:01:02 PM »
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!

Offline youds

  • Full Member
  • ***
  • Posts: 93

Offline mromero

  • Jr. Member
  • **
  • Posts: 20
New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
« Reply #5 on: May 17, 2008, 03:58:53 PM »
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:..."

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
« Reply #6 on: May 17, 2008, 10:26:42 PM »
When he updated the file, it went into moderation again.  I approved it, so it should be downloadable again ;)
 
  

Offline mromero

  • Jr. Member
  • **
  • Posts: 20
New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
« Reply #7 on: May 18, 2008, 09:46:23 AM »
Quote from: bpat1434;12082
When he updated the file, it went into moderation again.  I approved it, so it should be downloadable again ;)


Ahh thanks.

Offline youds

  • Full Member
  • ***
  • Posts: 93
New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
« Reply #8 on: May 19, 2008, 04:32:01 AM »
: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

Offline youds

  • Full Member
  • ***
  • Posts: 93

Offline bioly

  • Newbie
  • *
  • Posts: 4
New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
« Reply #10 on: May 20, 2008, 01:33:57 AM »
Ups
bioly, you do not have permission to access this page. This could be due to one of several reasons:

Offline Chebe

  • Newbie
  • *
  • Posts: 5
New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
« Reply #11 on: May 20, 2008, 03:23:01 AM »
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.

Offline oldschool

  • Sr. Member
  • ****
  • Posts: 406
New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
« Reply #12 on: May 20, 2008, 05:47:14 AM »
The same here... No DL!


Rgds.

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
« Reply #13 on: May 20, 2008, 11:20:02 AM »
DL now....
 
  

Offline teddy86

  • Newbie
  • *
  • Posts: 5
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?