Author Topic: MVISION - Updated and Upgraded!! v2  (Read 87362 times)

Offline youds

  • Full Member
  • ***
  • Posts: 93
MVISION - Updated and Upgraded!! v2
« on: May 10, 2008, 11:12:02 PM »
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: [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: July 10, 2016, 11:14:05 AM by youds »

Offline youds

  • Full Member
  • ***
  • Posts: 93
MVISION - Updated and Upgraded!! v2
« Reply #1 on: May 10, 2008, 11:15:17 PM »
Screenshots




« Last Edit: May 10, 2008, 11:17:38 PM by youds »

Offline youds

  • Full Member
  • ***
  • Posts: 93
MVISION - Updated and Upgraded!! v2
« Reply #2 on: May 10, 2008, 11:18:22 PM »

Offline youds

  • Full Member
  • ***
  • Posts: 93
MVISION - Updated and Upgraded!! v2
« Reply #3 on: May 10, 2008, 11:20:50 PM »
How to enable preview pane in RC2

Quote from: Gendhor
Ok, for enabling the preview pane with RC2 I did the following:

1.) I connected to the database with phpMyAdmin.
2.) I selected the table "user".
3.) I edited the field "preferences" for the row carrying the desired user_id.

This field contains some sort of mapping. In this mapping you can read something like

"preview_pane";b:0

4.) I changed the value 0 to 1.

Done.


Please note: the above only applies to people running the old version of RoundCube (RC2)

Offline bpat1434

  • Administrator
  • Hero Member
  • *****
  • Posts: 673
MVISION - Updated and Upgraded!! v2
« Reply #4 on: May 11, 2008, 01:25:11 AM »
If you can add this to the downloads section, that'd be great ;)
 
  

Offline you2wire

  • Newbie
  • *
  • Posts: 5
MVISION - Updated and Upgraded!! v2
« Reply #5 on: May 11, 2008, 09:48:44 PM »
Its seems the alignmentof the word personal seeting is off see screen shot

Screen shot of the version IE used
« Last Edit: May 11, 2008, 09:53:30 PM by bpat1434 »

Offline youds

  • Full Member
  • ***
  • Posts: 93
MVISION - Updated and Upgraded!! v2
« Reply #6 on: May 12, 2008, 06:24:20 AM »
Quote from: you2wire;11945
Its seems the alignmentof the word personal seeting is off see screen shot

Screen shot of the version IE used


I suggest you clear your cache, do "ALT+T" and then "Delete Browsing History"

If you don't want to clear everything, on the page that looks funny press and hold "CTRL" then  press "F5"

See attached

Offline you2wire

  • Newbie
  • *
  • Posts: 5
MVISION - Updated and Upgraded!! v2
« Reply #7 on: May 12, 2008, 07:16:08 AM »
I delete browsing history and refresh the IE but still it look funny. email me at marvin@rahtidfm.com and i give you a email address so you can test.

Marvin

Offline you2wire

  • Newbie
  • *
  • Posts: 5
Fix now
« Reply #8 on: May 12, 2008, 11:00:01 AM »
downloaded the skin again and delete the old files and reloaded the new skin and its work Prefect .

Offline apache38

  • Newbie
  • *
  • Posts: 1
MVISION - Updated and Upgraded!! v2
« Reply #9 on: May 12, 2008, 03:52:22 PM »
Hi People

This skin is very good , but I also has a problems with correct page view.
I'm using FreeBSD 7.0 i386 and tried Opera 9.27 & Konqueror 3.5.8, screen resolution 1024x768 - result the same: message pane is too narrow. See attached screens.
P.S. Cache & History are fully cleaned in Browsers .

Offline Nemesis02

  • Jr. Member
  • **
  • Posts: 30
MVISION - Updated and Upgraded!! v2
« Reply #10 on: May 12, 2008, 08:42:28 PM »
Looks like an awsome skin, but i seem to be having problems with it.  Running in Kubuntu 8.04 under 1280x1024 resolution and it looks like the attached image.

Offline youds

  • Full Member
  • ***
  • Posts: 93
MVISION - Updated and Upgraded!! v2
« Reply #11 on: May 13, 2008, 04:43:45 AM »
OK - can you both post screenshots of the Horizontal view too? Go to the bottom of the page and click the "Horizontal" link. I'm expecting it will render fine because the built in RoundCube method of generating the css styles seems to behave oddly for vertical view, but not horizontal.
I may have to hard code the required styles into JS as well as the style sheets. I don't currently have FreeBSD installed but I do have Kubuntu, will download the ISO now. Once I have everything set up I'll come in this weekend and make the theme cross platform as well as cross browser.
« Last Edit: May 13, 2008, 04:47:45 AM by youds »

Offline youds

  • Full Member
  • ***
  • Posts: 93
MVISION - Updated and Upgraded!! v2
« Reply #12 on: May 13, 2008, 04:44:48 AM »
Also I notice there are problems with Safari too in Vertical view. I'll sort these out as well.

Offline Webalistic

  • Newbie
  • *
  • Posts: 9
MVISION - Updated and Upgraded!! v2
« Reply #13 on: May 13, 2008, 09:33:11 AM »
Love this theme but it needs collapsing folders.
Please add to your (ever growing) list if possible.

Offline youds

  • Full Member
  • ***
  • Posts: 93
MVISION - Updated and Upgraded!! v2
« Reply #14 on: May 13, 2008, 09:44:49 AM »
I wouldn't say it needs collapsing folders, but I agree it would be nice.