Roundcube Community Forum

 

MVISION - Updated and Upgraded!! v2

Started by youds, May 10, 2008, 11:12:02 PM

Previous topic - Next topic

youds

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:
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

.

youds

#1
Screenshots






youds

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)

bpat1434

If you can add this to the downloads section, that'd be great ;)
 
 

you2wire

#5
Its seems the alignmentof the word personal seeting is off see screen shot

Screen shot of the version IE used

youds

Quote from: you2wire;11945Its 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

you2wire

I delete browsing history and refresh the IE but still it look funny. email me at [email protected] and i give you a email address so you can test.

Marvin

you2wire

downloaded the skin again and delete the old files and reloaded the new skin and its work Prefect .

apache38

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 .

Nemesis02

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.

youds

#11
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.

youds

Also I notice there are problems with Safari too in Vertical view. I'll sort these out as well.

Webalistic

Love this theme but it needs collapsing folders.
Please add to your (ever growing) list if possible.

youds

I wouldn't say it needs collapsing folders, but I agree it would be nice.