RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Themes & Styling > Theme Releases

For more information about the ads and why they're here, please see the FAQ
Reply
  #1  
Old 05-11-2008, 04:12 AM
Registered User
 
Join Date: Oct 2007
Posts: 69
Downloads: 6
Uploads: 1
Default MVISION - Updated and Upgraded!! v2

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

.
Attached Files
File Type: zip mvision_en.zip (557.2 KB, 458 views)
File Type: zip mvision2_en.zip (561.6 KB, 938 views)

Last edited by youds; 05-19-2008 at 09:44 PM. Reason: Updating
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 05-11-2008, 04:15 AM
Registered User
 
Join Date: Oct 2007
Posts: 69
Downloads: 6
Uploads: 1
Default

Screenshots





Last edited by youds; 05-11-2008 at 04:17 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 05-11-2008, 04:18 AM
Registered User
 
Join Date: Oct 2007
Posts: 69
Downloads: 6
Uploads: 1
Default

Screenshots




IE7 in Vertical View
http://webmail.youds.com/images/Picture7.png

IE7 in Horizontal View
http://webmail.youds.com/images/Picture8.png
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 05-11-2008, 04:20 AM
Registered User
 
Join Date: Oct 2007
Posts: 69
Downloads: 6
Uploads: 1
Default

How to enable preview pane in RC2

Quote:
Originally Posted by 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)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 05-11-2008, 06:25 AM
bpat1434's Avatar
Administrator
 
Join Date: Jun 2006
Location: Maryland, USA
Posts: 597
Downloads: 14
Uploads: 0
Send a message via ICQ to bpat1434 Send a message via AIM to bpat1434 Send a message via MSN to bpat1434 Send a message via Yahoo to bpat1434 Send a message via Skype™ to bpat1434
Default

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

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 05-12-2008, 02:48 AM
Registered User
 
Join Date: Apr 2008
Posts: 5
Downloads: 7
Uploads: 0
Default

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

Screen shot of the version IE used
Attached Images
File Type: png Personal setting ICON not aligned.PNG (29.4 KB, 337 views)
File Type: png IE VERSION.PNG (29.4 KB, 261 views)

Last edited by bpat1434; 05-12-2008 at 02:53 AM. Reason: Double posting
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 05-12-2008, 11:24 AM
Registered User
 
Join Date: Oct 2007
Posts: 69
Downloads: 6
Uploads: 1
Default

Quote:
Originally Posted by you2wire View Post
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
Attached Images
File Type: png Picture 1.png (73.7 KB, 201 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 05-12-2008, 12:16 PM
Registered User
 
Join Date: Apr 2008
Posts: 5
Downloads: 7
Uploads: 0
Default

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 05-12-2008, 04:00 PM
Registered User
 
Join Date: Apr 2008
Posts: 5
Downloads: 7
Uploads: 0
Default Fix now

downloaded the skin again and delete the old files and reloaded the new skin and its work Prefect .
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 05-12-2008, 08:52 PM
Registered User
 
Join Date: May 2008
Posts: 1
Downloads: 0
Uploads: 0
Default

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 .
Attached Images
File Type: png snapshot1.png (89.1 KB, 305 views)
File Type: png snapshot2.png (57.2 KB, 173 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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

All times are GMT. The time now is 08:11 PM.


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