Roundcube Community Forum

Themes & Styling => Theme Releases => Topic started by: youds on May 10, 2008, 11:12:02 PM

Title: MVISION - Updated and Upgraded!! v2
Post by: youds 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:

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

.
Title: MVISION - Updated and Upgraded!! v2
Post by: youds on May 10, 2008, 11:15:17 PM
Screenshots

(http://webmail.youds.com/images/Picture1.png)
(http://webmail.youds.com/images/Picture2.png)
(http://webmail.youds.com/images/Picture3.png)
(http://webmail.youds.com/images/Picture4.png)
Title: MVISION - Updated and Upgraded!! v2
Post by: youds on May 10, 2008, 11:18:22 PM
Screenshots

(http://webmail.youds.com/images/Picture5.png)
(http://webmail.youds.com/images/Picture6.png)

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

IE7 in Horizontal View
http://webmail.youds.com/images/Picture8.png
Title: MVISION - Updated and Upgraded!! v2
Post by: youds 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)
Title: MVISION - Updated and Upgraded!! v2
Post by: bpat1434 on May 11, 2008, 01:25:11 AM
If you can add this to the downloads section, that'd be great ;)
Title: MVISION - Updated and Upgraded!! v2
Post by: you2wire 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
Title: MVISION - Updated and Upgraded!! v2
Post by: youds 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
Title: MVISION - Updated and Upgraded!! v2
Post by: you2wire 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
Title: Fix now
Post by: you2wire 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 .
Title: MVISION - Updated and Upgraded!! v2
Post by: apache38 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 .
Title: MVISION - Updated and Upgraded!! v2
Post by: Nemesis02 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.
Title: MVISION - Updated and Upgraded!! v2
Post by: youds 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.
Title: MVISION - Updated and Upgraded!! v2
Post by: youds 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.
Title: MVISION - Updated and Upgraded!! v2
Post by: Webalistic 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.
Title: MVISION - Updated and Upgraded!! v2
Post by: youds on May 13, 2008, 09:44:49 AM
I wouldn't say it needs collapsing folders, but I agree it would be nice.
Title: MVISION - Updated and Upgraded!! v2
Post by: Nemesis02 on May 13, 2008, 12:53:41 PM
Quote from: youds;11972
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.


Horizontal layout displays just fine, its the vertical that has the problem.
Title: EXCELLENT work!
Post by: dano on May 14, 2008, 01:10:57 PM
I have always liked this skin and you've done a great job youds!

I have a habit of checking the Apache error log after doing updates just to be sure and I did run across a couple things.

In file vertical.css:
line 294 sort_asc.gif should be sort_asc.png
line 299 sort_desc.gif should be sort_desc.png

And file common.css is still calling for taskbar.gif on line 163.  I copied this file over from the default template and ended up with white space in the taskbar so I think what you meant to do was take that line out completely.  I just commented it out and everything seems to be working as it should be.

Thanks again for the nice work!

Dan
Title: MVISION - Updated and Upgraded!! v2
Post by: knuckles on May 14, 2008, 01:54:51 PM
Any possibility of getting a "Mark as Read" button since RC includes this by default now?  That would be great, thank you for your work thus far!
Title: MVISION - Updated and Upgraded!! v2
Post by: dano on May 14, 2008, 06:00:32 PM
Quote from: knuckles;12016
Any possibility of getting a "Mark as Read" button since RC includes this by default now?  That would be great, thank you for your work thus far!


I saw that this was missing too but you can click the envelope icon in the message list and it will toggle the status so I figured I could live with out it
Title: question
Post by: smali on May 14, 2008, 07:39:44 PM
Hi! I have 3 questions.

1) How can I set Horizontal pane as default to all users
2) How can I set logo on login page to center of the page
3) Where Can I find PSD files with "check mail", "new message", etc. dialogs. I need those to translate mvision

Thank's
Peter
Title: MVISION - Updated and Upgraded!! v2
Post by: knuckles on May 15, 2008, 03:44:01 PM
Quote from: dano;12023
I saw that this was missing too but you can click the envelope icon in the message list and it will toggle the status so I figured I could live with out it


You can only toggle one at a time with that.  I receive hundreds of e-mails daily, some from people and some from systems.  I need the ability to toggle multiple messages as read.  I've been running RC on my server for multiple years now, but only started using it personally when they added the 'Mark as Read' button.  :)
Title: MVISION - Updated and Upgraded!! v2
Post by: youds on May 17, 2008, 09:57:58 AM
OK

So I came in today hoping to get most of it done in a few hours but then IE decided to regress back to how it was before and I haven't even checked IE6 yet.

Any chance one of you can paste the bit of code that gets the "Mark as Read" button displayed? I haven't ever seen/used this feature. It will be at the bottom of the "mail.html" page and will look something like this:
 

Great spot in the access logs by the way!!
Title: MVISION - Updated and Upgraded!! v2
Post by: youds on May 17, 2008, 09:59:06 AM
Also I'll try to re-create the buttons in PSD format for those wanting internationalisation support. I don't have the orignals.
Title: MVISION - Updated and Upgraded!! v2
Post by: youds on May 17, 2008, 02:20:36 PM
OK; fixed IE but had to go outside of the skins directory to do it - see first post
Title: MVISION2 not working correctly
Post by: austingecko on June 03, 2008, 06:04:35 PM
I get the spinning wheel when trying to render the message list in FireFox2.
 
When I flip over to IE6 I see the message list but no vertical or horizontal preview pane.

Checked options to make sure checkbox for preview was checked and also made config changes as stated on page 1.

HELP!!!
Title: MVISION - Updated and Upgraded!! v2
Post by: youds on June 04, 2008, 03:34:26 AM
Paste your config and refresh your cache in FF2
Title: MVISION - Updated and Upgraded!! v2
Post by: austingecko on June 04, 2008, 09:41:12 AM
Quote from: youds;12374
Paste your config and refresh your cache in FF2


I cleared my CACHE with no success.

Code: [Select]

<?php

$rcmail_config 
= array();

// system error reporting: 1 = log; 2 = report (not implemented yet), 4 = show, 8 = trace
$rcmail_config['debug_level'] = 1;

// enable caching of messages and mailbox data in the local database.
// this is recommended if the IMAP server does not run on the same machine
$rcmail_config['enable_caching'] = TRUE;

// lifetime of message cache
// possible units: s, m, h, d, w
$rcmail_config['message_cache_lifetime'] = '10d';

// automatically create a new RoundCube user when log-in the first time.
$rcmail_config['auto_create_user'] = TRUE;

// the mail host chosen to perform the log-in
// leave blank to show a textbox at login, give a list of hosts
// to display a pulldown menu or set one host as string.
// To use SSL connection, enter ssl://hostname:993
$rcmail_config['default_host'] = 'localhost';

// TCP port used for IMAP connections
$rcmail_config['default_port'] = 143;

// Automatically add this domain to user names for login
// Only for IMAP servers that require full e-mail addresses for login
// Specify an array with 'host' => 'domain' values to support multiple hosts
$rcmail_config['username_domain'] = '';

// This domain will be used to form e-mail addresses of new users
// Specify an array with 'host' => 'domain' values to support multiple hosts
$rcmail_config['mail_domain'] = '';

// Path to a virtuser table file to resolve user names and e-mail addresses
$rcmail_config['virtuser_file'] = '/etc/postfix/virtusertable';

// Query to resolve user names and e-mail addresses from the database
// %u will be replaced with the current username for login.
// The query should select the user's e-mail address as first col
$rcmail_config['virtuser_query'] = '';

// use this host for sending mails.
// to use SSL connection, set ssl://smtp.host.com
// if left blank, the PHP mail() function is used
$rcmail_config['smtp_server'] = '';

// SMTP port (default is 25; 465 for SSL)
$rcmail_config['smtp_port'] = 25;

// SMTP username (if required) if you use %u as the username RoundCube
// will use the current username for login
$rcmail_config['smtp_user'] = '';

// SMTP password (if required) if you use %p as the password RoundCube
// will use the current user's password for login
$rcmail_config['smtp_pass'] = '';

// SMTP AUTH type (DIGEST-MD5, CRAM-MD5, LOGIN, PLAIN or empty to use
// best server supported one)
$rcmail_config['smtp_auth_type'] = '';

// SMTP HELO host 
// Hostname to give to the remote server for SMTP 'HELO' or 'EHLO' messages 
// Leave this blank and you will get the server variable 'server_name' or 
// localhost if that isn't defined. 
$rcmail_config['smtp_helo_host'] = '';

// Log sent messages
$rcmail_config['smtp_log'] = TRUE;

// these cols are shown in the message list
// available cols are: subject, from, to, cc, replyto, date, size, encoding
$rcmail_config['list_cols'] = array('subject''from''date''size');
// $rcmail_config['list_cols'] = array('subject', 'from', 'date');

// relative path to the skin folder
$rcmail_config['skin_path'] = 'skins/mvision2/';

// includes should be interpreted as PHP files
$rcmail_config['skin_include_php'] = FALSE;

// use this folder to store temp files (must be writebale for apache user)
$rcmail_config['temp_dir'] = 'temp/';

// use this folder to store log files (must be writebale for apache user)
$rcmail_config['log_dir'] = 'logs/';

// session lifetime in minutes
$rcmail_config['session_lifetime'] = 10;

// check client IP in session athorization
$rcmail_config['ip_check'] = false;

// Use an additional frequently changing cookie to athenticate user sessions.
// There have been problems reported with this feature.
$rcmail_config['double_auth'] = false;

// this key is used to encrypt the users imap password which is stored
// in the session record (and the client cookie if remember password is enabled).
// please provide a string of exactly 24 chars.
$rcmail_config['des_key'] = '[I]hidden[/I]';

// the default locale setting
$rcmail_config['locale_string'] = 'en';

// use this format for short date display
$rcmail_config['date_short'] = 'D H:i';

// use this format for detailed date/time formatting
$rcmail_config['date_long'] = 'd.m.Y H:i';

// use this format for today's date display
$rcmail_config['date_today'] = 'H:i';

// add this user-agent to message headers when sending
$rcmail_config['useragent'] = 'RoundCube Webmail/0.1';

// use this name to compose page titles
$rcmail_config['product_name'] = 'RoundCube Webmail';

// only list folders within this path
$rcmail_config['imap_root'] = '';

// store draft message is this mailbox
// leave blank if draft messages should not be stored
$rcmail_config['drafts_mbox'] = 'Drafts';

// store spam messages in this mailbox
$rcmail_config['junk_mbox'] = 'Junk';

// store sent message is this mailbox
// leave blank if sent messages should not be stored
$rcmail_config['sent_mbox'] = 'Sent';

// move messages to this folder when deleting them
// leave blank if they should be deleted directly
$rcmail_config['trash_mbox'] = 'Trash';

// display these folders separately in the mailbox list.
// these folders will also be displayed with localized names
$rcmail_config['default_imap_folders'] = array('INBOX''Drafts''Sent''Junk''Trash');

// automatically create the above listed default folders on login
$rcmail_config['create_default_folders'] = TRUE;

// protect the default folders from renames, deletes, and subscription changes
$rcmail_config['protect_default_folders'] = TRUE;

// Set TRUE if deleted messages should not be displayed
// This will make the application run slower
$rcmail_config['skip_deleted'] = FALSE;

// Set true to Mark deleted messages as read as well as deleted
// False means that a message's read status is not affected by marking it as deleted
$rcmail_config['read_when_deleted'] = TRUE;

// When a Trash folder is not present and a message is deleted, flag 
// the message for deletion rather than deleting it immediately.  Setting this to 
// false causes deleted messages to be permanantly removed if there is no Trash folder
$rcmail_config['flag_for_deletion'] = TRUE;

// Behavior if a received message requests a message delivery notification (read receipt)
// 0 = ask the user, 1 = send automatically, 2 = ignore (never send or ask)
$rcmail_config['mdn_requests'] = 0;

// Use this charset as fallback for message decoding
$rcmail_config['default_charset'] = 'ISO-8859-1';

// Make use of the built-in spell checker. It is based on GoogieSpell.
// Since Google only accepts connections over https your PHP installatation
// requires to be compiled with Open SSL support
$rcmail_config['enable_spellcheck'] = TRUE;

// For a locally installed Nox Spell Server, please specify the URI to call it.
// Get Nox Spell Server from http://orangoo.com/labs/?page_id=72
// Leave empty to use the Google spell checking service, what means
// that the message content will be sent to Google in order to check spelling
$rcmail_config['spellcheck_uri'] = '';

// These languages can be selected for spell checking.
// Configure as a PHP style hash array: array('en'=>'English', 'de'=>'Deutsch');
// Leave empty for default set of Google spell check languages
$rcmail_config['spellcheck_languages'] = NULL;

// path to a text file which will be added to each sent message
// paths are relative to the RoundCube root folder
$rcmail_config['generic_message_footer'] = '';

// add a received header to outgoing mails containing the creators IP and hostname
$rcmail_config['http_received_header'] = false;

// this string is used as a delimiter for message headers when sending
// leave empty for auto-detection
$rcmail_config['mail_header_delimiter'] = NULL;

// session domain: .example.org
$rcmail_config['session_domain'] = '';

// don't allow these settings to be overriden by the user
$rcmail_config['dont_override'] = array();

// list of configuration option names that need to be available in Javascript.
$rcmail_config['javascript_config'] = array('read_when_deleted''flag_for_deletion');

// try to load host-specific configuration
$rcmail_config['include_host_config'] = false;

// THIS OPTION WILL ALLOW THE INSTALLER TO RUN AND CAN EXPOSE SENSITIVE CONFIG DATA.
// ONLY ENABLE IT IF YOU'RE REALLY SURE WHAT YOU'RE DOING!
$rcmail_config['enable_installer'] = TRUE;


/***** these settings can be overwritten by user's preferences *****/

// show up to X items in list view
$rcmail_config['pagesize'] = 40;

// use this timezone to display date/time
$rcmail_config['timezone'] = intval(date('O'))/100 date('I');

// is daylight saving On?
$rcmail_config['dst_active'] = (bool)date('I');

// prefer displaying HTML messages
$rcmail_config['prefer_html'] = TRUE;

// compose html formatted messages by default
$rcmail_config['htmleditor'] = TRUE;

// show pretty dates as standard
$rcmail_config['prettydate'] = TRUE;

// default sort col
$rcmail_config['message_sort_col'] = 'date';

// default sort order
$rcmail_config['message_sort_order'] = 'DESC';

// save compose message every 300 seconds (5min)
$rcmail_config['draft_autosave'] = 300;

// default setting if preview pane is enabled
$rcmail_config['preview_pane'] = TRUE;

// added preview pane option for MVISION2 THEME
$rcmail_config['preview_pane_vertical'] = TRUE;
// $rcmail_config['preview_pane_horizontal'] = TRUE;

// don't let users set pagesize to more than this value if set
$rcmail_config['max_pagesize'] = 200;

// mime magic database
$rcmail_config['mime_magic'] = '/usr/share/misc/magic';

// end of config file
?>

Title: MVISION - Updated and Upgraded!! v2
Post by: youds on June 04, 2008, 10:06:10 AM
Any chance I can login somewhere to take a look? Message me the details and reply so I know you sent it.
Title: Problems with MVISION2
Post by: mrtuzi on June 04, 2008, 05:27:06 PM
I'm running FF2 on Linux and I'm running the latest RoundCube version 0.1.1.

The preview pane is not auto adjusting. The message listings are set at a static size. I can provide screen shots if it will help, or whatever else you require to figure this out.

Your screen shots on this discussion page display a spell checker in the composition page, but I don't have one anywhere. Can you tell me how you set that up?

Again, I will do whatever I can do to help. Just ask.
Title: MVISION - Updated and Upgraded!! v2
Post by: youds on June 05, 2008, 03:27:22 AM
Send me the details and I'll take a look
Screenshots obviously do help but when it's things like JavaScript they can often not tell the whole story
Title: MVISION - Updated and Upgraded!! v2
Post by: mrtuzi on June 05, 2008, 09:12:58 AM
Quote from: youds;12401
Send me the details and I'll take a look
Screenshots obviously do help but when it's things like JavaScript they can often not tell the whole story

I'm not certain what else I can give you to help out. Here's a screen shot:


When I use your earlier skin, mvision_en, the vertical view looks great. But setting the view to vertical only works for the current session. I have to select vertical every time I login.

Please let me know what else you need.
Title: MVISION - Updated and Upgraded!! v2
Post by: youds on June 05, 2008, 11:57:34 AM
Quote from: mrtuzi;12405
I'm not certain what else I can give you to help out. Here's a screen shot:


When I use your earlier skin, mvision_en, the vertical view looks great. But setting the view to vertical only works for the current session. I have to select vertical every time I login.

Please let me know what else you need.


Set PREVIEW_PANE_VERTICAL then!!!
Title: MVISION - Updated and Upgraded!! v2
Post by: youds on June 05, 2008, 11:58:34 AM
Quote from: youds;12408
Set PREVIEW_PANE_VERTICAL then!!!


There are things I do need to look at
Please remember this edition was only meant to be checking if everything worked
When I get time I will do a full release
Title: MVISION - Updated and Upgraded!! v2
Post by: mrtuzi on June 05, 2008, 12:29:20 PM
Quote from: youds;12408
Set PREVIEW_PANE_VERTICAL then!!!

Okay. I messed up with my previous post. I meant horizontal not vertical. Sorry.

I also thought that once a layout preference was chosen, it would remain the user's default. Any way this can be done?

When I set PREVIEW_PANE_VERTICAL, my initial view is vertical. When I click 'Layout: Horizontal' the panes are perfect.

When I set PREVIEW_PANE_HORIZONTAL, my initial view is horizontal, but the message pane appears to be the width of the vertical view (as shown in the screen shot above). When I click on 'Layout: Vertical' and then click on 'Layout: Horizontal' everything displays perfectly.

Hope that clarifies things.
Title: MVISION - Updated and Upgraded!! v2
Post by: chrissooo on June 06, 2008, 04:36:39 AM
Hi, very nice work.
Can you tell me what FONT is using for the buttons? I will translate it for me, and maybe post here.

Chris
Title: MVISION - Updated and Upgraded!! v2
Post by: nobleclem on June 06, 2008, 10:26:04 AM
Quote from: mrtuzi;12410
Okay. I messed up with my previous post. I meant horizontal not vertical. Sorry.

I also thought that once a layout preference was chosen, it would remain the user's default. Any way this can be done?

When I set PREVIEW_PANE_VERTICAL, my initial view is vertical. When I click 'Layout: Horizontal' the panes are perfect.

When I set PREVIEW_PANE_HORIZONTAL, my initial view is horizontal, but the message pane appears to be the width of the vertical view (as shown in the screen shot above). When I click on 'Layout: Vertical' and then click on 'Layout: Horizontal' everything displays perfectly.

Hope that clarifies things.


edit  the horizontal.css file:
find #messagelist {...

remove: display: table;table-layout: fixed;

Shift refresh and your width problems should be gone.
Title: MVISION - Updated and Upgraded!! v2
Post by: mrtuzi on June 06, 2008, 01:36:32 PM
Quote from: nobleclem;12436
edit  the horizontal.css file:
find #messagelist {...

remove: display: table;table-layout: fixed;

Shift refresh and your width problems should be gone.


That fixed it. Thanks. Now I need to find out why spell check is not available for either replies or new compositions.
Title: MVISION - Updated and Upgraded!! v2
Post by: loomes on June 07, 2008, 11:10:22 AM
OK i have made a little Update to readd the Status Button to the new mvision2 theme!
Replace the original Files with the files in the Attachment.

http://speedshare.org/download.php?id=01B762712
Title: MVISION - Updated and Upgraded!! v2
Post by: jimmyb on June 09, 2008, 10:43:44 AM
Alright, let's try this again, hopefully the forums don't go down again!

So I've installed the theme, I'm using 0.1-rc1, and it all seems to work fine. There are just a couple GUI bugs that I've found. I'm using Safari 3, although I did test it in FireFox for Windows also.

1. The search box in Safari doesn't look as pretty and the 'X' button needs some adjustment. It does seem to look good in FireFox though.

(http://img.skitch.com/20080609-rqyjxttkxntefxt552n85r1ppc.jpg)

2. This issue annoys me the most though. The meter bar that shows how much space you've got left in your account seems to flow over the little image it sits on. Now, I have unlimited space on my server so I am not sure why it's displaying the bar at all, but I think that's a RoundCube issue, not a theme issue since it shows up regardless of what theme is applied. It does this in both Safari and FireFox.

(http://img.skitch.com/20080609-qfaitrf8181uehmmw3w2q988xk.jpg)

I really enjoy this theme a lot so thanks for making it, and hopefully you can figure out these little GUI bugs.
Title: MVISION - Updated and Upgraded!! v2
Post by: bpat1434 on June 09, 2008, 11:34:41 AM
Upgrade your install to 0.1.1?  Not sure if it'd help, but it might.
Title: MVISION - Updated and Upgraded!! v2
Post by: rmc2000 on June 09, 2008, 02:09:14 PM
what's the difference of:
mvision_en.zip (557.2 KB, 164 views)

and

mvision2_en.zip (561.6 KB, 102 views)

Thanks
Rodrigo
Title: MVISION - Updated and Upgraded!! v2
Post by: jimmyb on June 10, 2008, 09:41:23 AM
Quote from: bpat1434;12492
Upgrade your install to 0.1.1?  Not sure if it'd help, but it might.

I would but:

http://www.roundcubeforum.net/showthread.php?t=3123 :(

EDIT: I found a fix for getting 0.1.1 installed (http://www.roundcubeforum.net/showthread.php?t=2964) and it seems to work, so now we'll see if that fixes the space meter issues.
Title: MVISION - Updated and Upgraded!! v2
Post by: rmc2000 on June 11, 2008, 07:03:50 PM
this version of mvision works 100% with roundcube v0.2-alpha ? ? ? ?
Title: MVISION - Updated and Upgraded!! v2
Post by: yahyah on June 12, 2008, 04:06:19 PM
I use Mvison2 with openbsd 4.3 + roundcube

I have problems:

with Firefox, emails are not displayed, I have a logo that rotates. (See picture 1)

with IE7, the display of emails is shifted . (See picture 2)

Can you help me to configure mvision2?

I tested with the 'vertical' and I have the similar problems

Thank you
Title: buttons in PSD format
Post by: netbit on June 19, 2008, 03:19:12 PM
Quote from: youds;12074
Also I'll try to re-create the buttons in PSD format for those wanting internationalisation support. I don't have the orignals.


Thanks by updating this great theme created by Miha! Nice work Youds!

Here is the buttons in PSD format (editable) and the font that I've used. They are translated to brazilian portuguese (pt-br), but the file names still in english (add_contact_act.psd, etc). Can you include that PSD/font files in your first post?
Title: 0.2 Alpha - No Spellchecker?
Post by: mercator on June 21, 2008, 02:21:13 AM
Hello,

I use this great skin and tried to get it running with 0.2-alpha. Everything seems to work fine with the exception of the spell checker: That one's just gray-ed out... (of course, the option is enabled in main.php).

EDIT: Same with the official 0.1 release. BTW: I run PHP5.

Thanks
Mercator
Title: I have an error with the MVISION V2 theme.
Post by: almuc on June 30, 2008, 04:33:52 AM
I installed the theme, but it can't retrieve the message list. The folders panel is there, but message list can't be displayed! Any help?
Title: Finnish buttons for mvision2 theme
Post by: mazaa on July 01, 2008, 05:23:12 PM
EDIT 07-07-2008: doesn't work with latest build 0.2-alpha (message list doesn't show up).

Inside attached zip-file:
- buttons in Finnish, some resized
- mail.html & message.html (templates), buttons sizes changed for Finnish PNGs.

Thanks for the excellent theme!
Title: MVISION - Updated and Upgraded!! v2
Post by: Slicky on July 03, 2008, 02:50:17 PM
Quote from: almuc;12743
I installed the theme, but it can't retrieve the message list. The folders panel is there, but message list can't be displayed! Any help?


I have the same problem.  I upgraded to 0.1 latest stable but it had no impact in getting it to work.  I am using Firefox.
Title: MVISION - Updated and Upgraded!! v2
Post by: guyvert1 on July 05, 2008, 01:23:38 PM
Just installed v 0.2-alpha and get same as rest, can compose fine, but no folder list
Title: MVISION - Updated and Upgraded!! v2
Post by: b0n40 on July 05, 2008, 02:52:28 PM
Quote from: almuc;12743
I installed the theme, but it can't retrieve the message list. The folders panel is there, but message list can't be displayed! Any help?


same problem here...
Title: MVISION - Updated and Upgraded!! v2
Post by: rmc2000 on July 05, 2008, 06:13:46 PM
yes! mvision have some bugs with last version of roundcube , anyone can send a 100% fixed version to try install it?

Thanksss

Rodrigo
Title: Image files
Post by: hornbech on July 16, 2008, 09:08:58 AM
is it possible to get a download of the buttons in PSD format so that i can translate them.. GREAT theme..
Title: MVISION - Updated and Upgraded!! v2
Post by: rmc2000 on July 17, 2008, 02:16:05 PM
hornbech,

You can make download of psd's here:

http://roundcubeforum.net/showpost.php?p=12762&postcount=47

But this skin not work with 2.0 alpha version of roundcube! i get some javascript errors! anyone can help?
Title: MVISION - Updated and Upgraded!! v2
Post by: rmc2000 on July 17, 2008, 02:16:57 PM
Quote from: hornbech;12931
is it possible to get a download of the buttons in PSD format so that i can translate them.. GREAT theme..


You can make download of psd's here:

http://roundcubeforum.net/showpost.php?p=12762&postcount=47

But this skin not work with 2.0 alpha version of roundcube! i get some javascript errors! anyone can help?
Title: MVISION - Updated and Upgraded!! v2
Post by: krasko on July 18, 2008, 08:57:36 AM
Quote from: yahyah;12542
I use Mvison2 with openbsd 4.3 + roundcube

I have problems:

with Firefox, emails are not displayed, I have a logo that rotates. (See picture 1)

with IE7, the display of emails is shifted . (See picture 2)

Can you help me to configure mvision2?

I tested with the 'vertical' and I have the similar problems

Thank you


Do you solve it?

I have same problem with roundcube 0.2 alpha1, and FreeBSD

And with Opera and Firefox too.

Edit: It dont work on 0.1.1 too :(
Title: IE6 slow rendering, plus Disk Usage bar out of line
Post by: solotrom on July 25, 2008, 04:50:43 PM
Thanks for the excellent theme :D

First day using it, and wanted to raise 2 points that I didn't see listed yet:

All works well for me on FF3 and IE7, but pages are extremely slow to render in IE6, to the extent that icons render one at a time and a page can take several minutes to display.  Any ideas?  On the same machine using FF3 all is well.  Using 0.2a with Apache2.

Second minor point is that the backdrop graphic is not wide enough for the Disk Usage graph bar (the graph bar extends to the right of the backdrop).  On the screenshots in the forum it looks fine when no limit is set on the mailbox, but I set a quota on mine.

Thanks again.
Title: Two minor bugs
Post by: Thor on July 27, 2008, 09:59:21 AM
- Width of message list doesn't adapt to scroll pane (Firefox 2.x)
- Patch for Microsoft Script Debugger not included in official code

Otherwise a great piece of work. Set up Roundcube as a replacement for my girlfriend's Hotmail account and needed a more professional looking skin. Thanks for making!
Title: FF Prob with Inbox not expanding
Post by: malikhemani on July 29, 2008, 03:12:42 PM
In FF when you are in the inbox the messages and info do not expand to the edge of the screen. In IE it works perfect. I am attaching an image. Please let me know of a fix.

Thanks
Title: MVISION - Updated and Upgraded!! v2
Post by: mrtuzi on August 01, 2008, 12:03:08 PM
Quote from: malikhemani;13152
In FF when you are in the inbox the messages and info do not expand to the edge of the screen. In IE it works perfect. I am attaching an image. Please let me know of a fix.

Thanks


This was resolved Here (http://www.roundcubeforum.net/showpost.php?p=12436&postcount=36) as follows:

Quote
edit the horizontal.css file:
find #messagelist {...

remove: display: table;table-layout: fixed;

Shift refresh and your width problems should be gone.
Title: Thanks
Post by: malikhemani on August 01, 2008, 01:02:49 PM
Thank you. I search but looks like I overlooked that post.

Take Care,
Title: MVISION - Updated and Upgraded!! v2
Post by: s5n on August 03, 2008, 01:37:03 PM
Wow, Great work!

I just changed some things in the code to fit my needs (size for folder- and messagelist to get more size for the message itself).

But there's one thing I wondering about: there is no way to scroll to the right if the message contains much more characters than it should. So sometimes I can't read a message, because the text disappears behind the right edge. How can I fix this?

Cheers s5n
Title: MVISION - Updated and Upgraded!! v2
Post by: woehrl01 on August 06, 2008, 04:15:39 AM
@s5n:

Edit mvision2_en/mail.css:

Version 1:


Change:
Code: [Select]
div.message-part
{
  padding: 8px;
  padding-top: 10px;
  overflow: hidden;
}

to:

Code: [Select]
div.message-part
{
  padding: 8px;
  padding-top: 10px;
  overflow: auto;
}

Version 2:

Found a much nicer looking Version (sadly not nice in css):

Find:
Code: [Select]
div.message-part div.pre
{
  margin: 0px;
  padding: 0px;
  white-space: pre;
  font-family: Tahoma;
}

Replace with:
Code: [Select]
div.message-part div.pre
{
  margin: 0px;
  padding: 0px;
  white-space: pre-wrap;       /* css-3 should we be so lucky... */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 ?? */
  white-space: -o-pre-wrap;    /* Opera 7 ?? */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
  _white-space: pre;   /* IE only hack to re-specify in addition to word-wrap  */
  font-family: Tahoma;
}

Just testet in FF 3, Opera 9.5 and Safari 3, should also work in other browsers.
Title: MVISION - Updated and Upgraded!! v2
Post by: thembimoyo on August 10, 2008, 07:17:40 AM
Sorry to ask such... Which version of Roundcube does this theme work with the best?
Title: MVISION - Updated and Upgraded!! v2
Post by: dj2 on August 10, 2008, 10:38:27 AM
Ok I did a search but couldn't find it.  Anyhow, I have my config file set to Vertical by default but it keeps going to Horizontal whenever I login or move to settings then back to mail again.  Any ideas?  This was with 0.2 and now the latest SVN release.
Title: MVISION - Updated and Upgraded!! v2
Post by: dj2 on August 10, 2008, 07:43:50 PM
I should also mention, once I change to Vertical and go to compose/reply to emails, going back to the inbox results in the Horizontal layout.
Title: Problem with graphic attachments
Post by: gumis on August 18, 2008, 05:28:41 AM
For some reason, after an updgrade I can't open any JPEG files. It doesn't open them, instead of the pictureI see things like that: '����JFIF``���ExifII*��#��(2� �i��pq�ut�nn�� " CanonCanon PowerShot A530���2008:08:08 14:57:46 ��H��P�0220'

Basically - file content. Any idea?
Title: MVISION - Updated and Upgraded!! v2
Post by: bpat1434 on August 18, 2008, 10:22:30 AM
Sounds like the text-header is being sent instead of jpg.  So instead of the browser displaying an image, it's displaying the text-value of the image.
Title: MVISION - Updated and Upgraded!! v2
Post by: MrPenguin_2 on August 19, 2008, 05:41:50 AM
Hi,
I've got the same issue as several other people. The theme is working perfectly from a visual standpoint...my issue is with the display of emails. I can't seem to get any to show up. I get the spinning circle, but no list whatsoever. Is there a fix for this?
Title: MVISION - Updated and Upgraded!! v2
Post by: Aravin on August 19, 2008, 07:45:24 AM
Hi !
I have same problem with spinning circle.
i using OpenBSD 4.3 + lastest roundcube
same problem for Safari and Firefox
Title: Spinning whell problem
Post by: raas on August 19, 2008, 08:29:40 PM
Guys I've found the problem ! Just rename the skin folder to the original name "mvision2_en" and at main configuration change the skin folder to skin/mvision2_en.  You cannot change the skin directory name, it SHOULD BE the mvision2_en to work fine.
Title: MVISION - Updated and Upgraded!! v2
Post by: mpallo on August 20, 2008, 10:47:46 PM
Quote from: raas;13393
Guys I've found the problem ! Just rename the skin folder to the original name "mvision2_en" and at main configuration change the skin folder to skin/mvision2_en.  You cannot change the skin directory name, it SHOULD BE the mvision2_en to work fine.


This did not work for me.
Title: MVISION - Updated and Upgraded!! v2
Post by: Aravin on August 22, 2008, 02:08:09 PM
Thank You !
This work
Title: MVISION - Updated and Upgraded!! v2
Post by: s5n on August 24, 2008, 10:37:05 AM
Quote from: woehrl01;13232
@s5n:

...

Just testet in FF 3, Opera 9.5 and Safari 3, should also work in other browsers.


Thank you very much! :)

Cheers s5n
Title: MVISION - Updated and Upgraded!! v2
Post by: petruz on August 26, 2008, 08:32:05 PM
Quote from: raas;13393
Guys I've found the problem ! Just rename the skin folder to the original name "mvision2_en" and at main configuration change the skin folder to skin/mvision2_en.  You cannot change the skin directory name, it SHOULD BE the mvision2_en to work fine.


Great!! Thanks alot :)
Awesome theme. Keep up the good work!!
Title: MVISION - Updated and Upgraded!! v2
Post by: cam815 on September 02, 2008, 02:21:28 PM
Excellent Skin - rated ***** :)

Two post-install questions:

1) My clean install uses Times New Roman as the default font? I can't seem to figure out how to get the skin to use a sans serif font. It looks this way in both a new install of Firefox and a clean reset version of Safari. I'd like to get the look in the screenshots :)

2) How does one set a default horizontal/vertical view? My main.inc.php reads as follows:

Code: [Select]
// default setting if preview pane is enabled
$rcmail_config['preview_pane'] = TRUE;
// mvision2
$rcmail_config['preview_pane_vertical'] = TRUE;


However, every time I log in it defaults to horizontal. Clicking on "Layout: Vertical" gives me the vertical view but any refresh of the page goes back to  horizontal.
Title: MVISION - Updated and Upgraded!! v2
Post by: dj2 on September 02, 2008, 03:00:52 PM
Quote from: cam815;13666
Excellent Skin - rated ***** :)

Two post-install questions:

1) My clean install uses Times New Roman as the default font? I can't seem to figure out how to get the skin to use a sans serif font. It looks this way in both a new install of Firefox and a clean reset version of Safari. I'd like to get the look in the screenshots :)

2) How does one set a default horizontal/vertical view? My main.inc.php reads as follows:

Code: [Select]
// default setting if preview pane is enabled
$rcmail_config['preview_pane'] = TRUE;
// mvision2
$rcmail_config['preview_pane_vertical'] = TRUE;
However, every time I log in it defaults to horizontal. Clicking on "Layout: Vertical" gives me the vertical view but any refresh of the page goes back to  horizontal.

Good luck.  I posted this same question last month (in this thread) and received no reply. I still can't figure it out.
Title: MVISION - Updated and Upgraded!! v2
Post by: cam815 on September 02, 2008, 04:33:20 PM
Quote from: dj2;13669
Good luck.  I posted this same question last month (in this thread) and received no reply. I still can't figure it out.

Hmm, well #1 has seemed to have solved itself...

Setting either "$rcmail_config['preview_pane_horizontal'] = TRUE;" or "$rcmail_config['preview_pane_vertical'] = TRUE;" both work accordingly.

Now onto the default serif font... anyone?
Title: french transalation
Post by: cykocator on September 07, 2008, 03:58:23 PM
I have performed french translation.
I have update html template with removing picture sizes for the toolbar.
I have tested with IE7 and FF3.0.1
Title: The body don't show
Post by: fadi on September 09, 2008, 03:13:44 PM
Hello,
First of all thank you for the great theme:)
but am having a problem with it I followed the details given but when I login
the body wont show I have the side bar visible (inbox, draft...) but the body is not showing.:confused:

thanks in advance
Title: MVISION - Updated and Upgraded!! v2
Post by: LRLEFT on September 14, 2008, 04:21:56 PM
White Space problem solved thanks to some pages back!

Style: mvision2_en.zip
Mail: Roundcube 0.1-stable
Browser: Firefox 3.0 and IE7

Well after that fix for Firefox I discoverd that IE7 doesn't worked with the horizontal bar, so I followed the fixes in the main post about that javascript thing.

But now the following problem,
After I signed in with IE7 the browser goes to my start balk and I must click it again, after that I see my inbox good.
Or, it stays but the email's aren't readeble. So I must click on Inbox so solve this.

Is there a solution to solve this forever?

I like the skin, sorry for my incorrect grammer. I'm from the Netherlands.


Bye! :D
Title: Flags
Post by: shahbour on October 04, 2008, 10:50:48 PM
Hello

First thanks for the perfect theme published here.

Is there any time frame for adding flag and size to this theme, also expanding and collapsing folders.

I think it is still missing these two.

Thanks
Title: MVISION - Updated and Upgraded!! v2
Post by: youds on October 12, 2008, 11:57:05 AM
Quote from: dj2;13669
Good luck.  I posted this same question last month (in this thread) and received no reply. I still can't figure it out.


There are no known problems..

Quote from: cykocator;13735
I have performed french translation.
I have update html template with removing picture sizes for the toolbar.
I have tested with IE7 and FF3.0.1


Thanking you!

Quote from: LRLEFT;13850
White Space problem solved thanks to some pages back!

Style: mvision2_en.zip
Mail: Roundcube 0.1-stable
Browser: Firefox 3.0 and IE7

Well after that fix for Firefox I discoverd that IE7 doesn't worked with the horizontal bar, so I followed the fixes in the main post about that javascript thing.

But now the following problem,
After I signed in with IE7 the browser goes to my start balk and I must click it again, after that I see my inbox good.
Or, it stays but the email's aren't readeble. So I must click on Inbox so solve this.

Is there a solution to solve this forever?

I like the skin, sorry for my incorrect grammer. I'm from the Netherlands.


Bye! :D


Set use preview_pane_vertical and it will be fine
Title: MVISION - Updated and Upgraded!! v2
Post by: jcwacky on October 16, 2008, 06:09:12 AM
I have just upgraded to 0.2-beta and installed the MVISION2 skin. But it gives me the following message on the e-mail view and does not dispaly the message list.

"Administrator: You have not set the new config requirement"

Is MVISION2 meant to work on 0.2-beta yet?

Thanks
James
Title: MVISION - Updated and Upgraded!! v2
Post by: rmc2000 on October 20, 2008, 12:44:54 PM
Quote from: jcwacky;14667
I have just upgraded to 0.2-beta and installed the MVISION2 skin. But it gives me the following message on the e-mail view and does not dispaly the message list.

"Administrator: You have not set the new config requirement"

Is MVISION2 meant to work on 0.2-beta yet?

Thanks
James


No, mvision not work with 0.2-beta i have this version and get some errors too :(
Title: Problems with IE7
Post by: phobia on October 21, 2008, 12:57:20 AM
Hey. I have mvision2 working perfect with all browers but IE7. When IE7 users login, the text on the emails is all missing/fuzzy (See attached screenshot). If they click on Inbox or anywhere else, its fine, its just on first login. Works fine in Firefox 2/3 and IE6.

Im using Roundcube 0.2-alpha, and i have applyed the IE error patch mentioned earlier in this forum.

Any Ideas?
Title: MVISION - Updated and Upgraded!! v2
Post by: The Godfather on November 04, 2008, 08:47:53 AM
I agree.

Great looking theme - utterly useless as the amount of sub folders I have which do nto even show makes it unuseable and collaspsing foldersis essential.

I am sure that the code could be used from the default theme as it is just a bit of javascript - but probably needs some time to work it out - and that aint something I have at present.

I have asked the same question on the skin forum site and here as well. No reply as yet.
Title: MVISION - Updated and Upgraded!! v2
Post by: ddimick on November 06, 2008, 02:29:23 AM
Quote from: rmc2000;14758
No, mvision not work with 0.2-beta i have this version and get some errors too :(


It works fine for me with 0.2-beta. Did you set the additional required variable in main.inc.php (as specified in the first post)?

Code: [Select]
$rcmail_config['preview_pane_vertical'] = TRUE;

or

Code: [Select]
$rcmail_config['preview_pane_horizontal'] = TRUE;
Title: Quota bar breaks the barrier
Post by: Julius Caesar on November 06, 2008, 04:17:40 AM
The quotabar does not fit on the background as shown in the image
Title: MVISION - Updated and Upgraded!! v2
Post by: Fmstrat on November 10, 2008, 01:10:05 PM
Quote from: woehrl01;13232
@s5n:

Edit mvision2_en/mail.css:

Version 1:


Change:
Code: [Select]
div.message-part
{
  padding: 8px;
  padding-top: 10px;
  overflow: hidden;
}


to:

Code: [Select]
div.message-part
{
  padding: 8px;
  padding-top: 10px;
  overflow: auto;
}


Version 2:

Found a much nicer looking Version (sadly not nice in css):

Find:
Code: [Select]

div.message-part div.pre
{
  margin: 0px;
  padding: 0px;
  white-space: pre;
  font-family: Tahoma;
}


Replace with:
Code: [Select]

div.message-part div.pre
{
  margin: 0px;
  padding: 0px;
  white-space: pre-wrap;       /* css-3 should we be so lucky... */
  white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
  white-space: -pre-wrap;      /* Opera 4-6 ?? */
  white-space: -o-pre-wrap;    /* Opera 7 ?? */
  word-wrap: break-word;       /* Internet Explorer 5.5+ */
  _white-space: pre;   /* IE only hack to re-specify in addition to word-wrap  */
  font-family: Tahoma;
}


Just testet in FF 3, Opera 9.5 and Safari 3, should also work in other browsers.


The version 2 fix here should really be incorporated into the downloadable.  It works great it every browser I've tried.
Title: MVISION - Updated and Upgraded!! v2
Post by: Kilrathy on November 17, 2008, 06:43:48 AM
Great skin! But I've got some problems with IE7... :mad:

If I log in then I saw everything except all mails! I just got the round thingy running and running and runngin and ....

I use the latest Beta of RC.

IE7 shows me this error:
Code: [Select]
Line: 272
Char: 4
Error: Invalid argument
Code: 0
URL: http://www.domain.tld/webmail/?_task=mail&_mbox=INBOX


In FF3 there are no errors... like ever ;D

has anyone an idea?
Title: MVISION - Updated and Upgraded!! v2
Post by: fn0000rd on December 08, 2008, 10:46:59 AM
Is there a way to make the vertical pane auto-fit width?

I figured I'd try something new after using squirrelmail for years, and while Roundcube is nice, this theme just puts it way over the top. It's awesome.

Nice work.
Title: MVISION - Updated and Upgraded!! v2
Post by: Penumbra on December 08, 2008, 09:30:09 PM
Quote from: fn0000rd;15624
Is there a way to make the vertical pane auto-fit width?

I figured I'd try something new after using squirrelmail for years, and while Roundcube is nice, this theme just puts it way over the top. It's awesome.

Nice work.


I agree - nice work, but without the feature I've gotten habitually addicted to over the years "Transform" / "Mark" -- I'm lost.  Hundreds of emails a day I search/select all/mark so I really need this feature.  

I LOVE the theme, would 1 more button kill it? :)

And collapsing folders would just be icing on the cake.

Thanks, and keep up the awesome work --

P
Title: MVISION - Updated and Upgraded!! v2
Post by: ludo75 on December 17, 2008, 12:50:05 AM
I have à problème with this skins.
view attachment

can you help me
Title: MVISION - Updated and Upgraded!! v2
Post by: sk_illed on December 18, 2008, 09:05:56 AM
I'm also having an issue with the latest SVN... (both FF3 and IE7)

any suggestions?
Title: MVISION - Updated and Upgraded!! v2
Post by: rosali on December 18, 2008, 10:23:59 AM
@ sk_illed:

adjust common.css:

img
{
   behavior: url('skins/default/pngbehavior.htc');
   border: 0;
}
Title: MVISION - Updated and Upgraded!! v2
Post by: sk_illed on December 18, 2008, 03:06:55 PM
thanks so much!

I appear to be having a different problem now that I've updated to the latest SVN... in IE the theme is using 10% cpu at all times... its also very slow to recognize that I want to drag an email to a folder... FF doesnt have any performance issues at all...
Title: problem with wrapper
Post by: markybob on January 08, 2009, 02:34:30 PM
wrapper isnt large enough...please see screenshot (it's been marked with a large arrow)
Title: chrome
Post by: markybob on January 08, 2009, 05:57:57 PM
also note that the quicksearch border graphic does not show on google chrome with this theme
Title: constantly loading!
Post by: lee on January 11, 2009, 06:58:14 PM
hi i have a fully working roundcube system i changed the theme to this but it just does this constantly and can see the mail.

cheers lee
(http://xtcservers.mine.nu/help.jpg)
Title: Managesieve patch
Post by: by0nder on January 12, 2009, 08:48:36 AM
Thanks for a great theme! I would love to use this theme together with the Managesieve patch. Is it much work to extend the theme to do this?
Title: Wonderful Design :: a wish list for the future
Post by: djkalima on January 13, 2009, 10:24:35 AM
Beautiful work. Thank you!

Some hopes for a future release...

(Please don't take my below list as a critique, but more as a wish list)

1) allow for flag column in 'list_cols'  (this is a critical wish)
2) allow non-preview pane. as noted, this can be a bandwidth hog and also slow down the mail experience
3) expand/collapse folders
Title: not understand
Post by: ludo75 on January 14, 2009, 01:08:54 AM
Quote from: djkalima;16319
Beautiful work. Thank you!

Some hopes for a future release...

(Please don't take my below list as a critique, but more as a wish list)

1) allow for flag column in 'list_cols'  (this is a critical wish)
2) allow non-preview pane. as noted, this can be a bandwidth hog and also slow down the mail experience
3) expand/collapse folders


can you help me.

excuse my english, i'm a french speaker
Title: MVISION - Updated and Upgraded!! v2
Post by: sebbi on January 15, 2009, 03:36:15 PM
Hi,

how can I get this theme work with roundcube 0.2 stable?
When I install the theme I can't see any mail :-(
It looks like the same on lee's screenshot above.

This theme looks great so it would be nice to have it on roundcube 0.2 stable.
Title: MVISION - Updated and Upgraded!! v2
Post by: SMiTTY on January 16, 2009, 10:20:07 AM
First off....Awesome job on the theme.

 I'm having a couple issues though....Some, but not all images have a black border around them. See the attached screenshot. Anyone have any idea how to fix this or what caused it?

 The other issue I see is when in horizontal or vertical, some messages aren't displayed/wrapped correctly. Take for example an email with an extremely long url, it kinda goes off the screen and doesn't wrap. Not sure if this is so much an issue with the theme as it is with RoundCube itself since it happens in the default theme. You can test/see if if you email yourself a long url like so :

http://www.rentalhouses.com/search/page/N=26&Ne=4&No=10&Nr=NOT%2528p_rec_type%253Apm%2529&Ntk=freetext&Ntpc=1&Ntpr=1&Ntt=Castle+Rock+CO&Ntx=mode+matchallpartial

 I can live with the url or wide messages, but the black borders are annoying :)
Title: MVISION - Updated and Upgraded!! v2
Post by: Julius Caesar on January 16, 2009, 10:31:30 AM
As you could have read on the previous page:

adjust common.css:

img
{
behavior: url('skins/default/pngbehavior.htc');
border: 0;
}
Title: MVISION - Updated and Upgraded!! v2
Post by: SMiTTY on January 16, 2009, 10:52:50 AM
Doh....Sorry I missed that :)  Thanks for pointing it out.

- SMiTTY
Title: MVISION - Updated and Upgraded!! v2
Post by: sebbi on January 17, 2009, 08:07:22 AM
How do you got MVision work with roundcube 2.0 stable?

The problem I have is that I can't see any mail, but the folders are still there and selectable.

I have installed roundcube 2.0 stable new no update.
I have used roundcube 0.1 and had no problems.
Title: MVISION - Updated and Upgraded!! v2
Post by: sebbi on January 17, 2009, 09:37:40 AM
sorry, my fault...

the folder name thing explained in previous posts worked for me - thanks a lot :-)
roundcube 0.2 stable and mvision is awesome =)
Title: Layout Removal
Post by: moody_styley on January 20, 2009, 11:29:32 AM
Hi All,

I would like to remove the Layout option from the bottom options and for this I edit the mail.html template to remove(comment) the line:

Layout: Horizontal

Unfortunately, after this, I get no display at all of any email list or preview pane.
If I remove(comment) the Quota lines, everything is fine and the Quota display has disappeared.

Can anybody tell me how I can remove this Layout option and keep the display of the email list + preview pane?

Thanks for your help.
Title: MVISION - Updated and Upgraded!! v2
Post by: edisoninfo on January 21, 2009, 08:52:45 AM
Love this theme however I want to add my vote along with the previous posters:

1. Folders need to show the nested folders below them
2. Message window needs to wrap the text. Right now it just vanishes off the end of the screen. No scroll bar, no way to view it.
3. Get rid of the darn preview pane!!!!!
4. Flag and Size fields in the message list
Title: Re: MVISION - Updated and Upgraded!! v2
Post by: youds on July 07, 2016, 11:28:17 PM
Thought I'd bump this for old memories sake! 8)

If you have any similar problems please do post them n here or one of the other posts.