[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 OptionIn 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 UsersIn 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.
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.
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
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!
MVISION v2 :: MVISION vs. Outlook 3 Column Theme (http://www.roundcubeforum.net/downloads.php?do=file&id=2) has been updated!
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:..."
When he updated the file, it went into moderation again. I approved it, so it should be downloadable again ;)
Quote from: bpat1434;12082When he updated the file, it went into moderation again. I approved it, so it should be downloadable again ;)
Ahh thanks.
: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
MVISION v2 :: MVISION vs. Outlook 3 Column Theme (http://www.roundcubeforum.net/downloads.php?do=file&id=2) has been updated!
Ups
bioly, you do not have permission to access this page. This could be due to one of several reasons:
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.
The same here... No DL!
Rgds.
DL now....
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?
MVISION v2 :: MVISION vs. Outlook 3 Column Theme (http://www.roundcubeforum.net/downloads.php?do=file&id=2) has been updated!
Quote from: teddy86;12166hi 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?
The FF3 people say when the release is made there should be no differences between FF2 engine and FF3 engine
So we will see.
i've got the
Quoteyou 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.
again... could anybody fix this?
@youds: thought so as well, but this was said when firefox beta 5 was released. we've got allready the release candidate now and nothing changed yet...
bioly, 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.
Admin please access.
Anytime he updates the file it has to be reapproved by the admins. Please be patient I am sure bpat will approve it shortly.
Reapproved!!
Great Theme, but it doesn't work in FF. And in IE it freezes when you are in the Inbox.
really awesome theme :D. I just put in import contact plugin which creates a problem as buttons are images. so adding a new tab in the addressbook destrys the whole look. it will be really helpful if u can provide psd files for the images.
Quote from: mr.bacan;12242Great Theme, but it doesn't work in FF. And in IE it freezes when you are in the Inbox.
It doesn't ever print a message list (I commented the same on the download), no matter which folder you click. Not working now only on FF, but IE (Windows/Linux).
This theme is excellent, however it has a few annoying bugs:
1. There is no mark read/unread button
2. The folder list does not scroll automatically when i try to drag&drop messages that are more the way down or up
3. I set vertical layout to be the default in config. If someone changes that to horizontal using the link and then opens a messages and comes back, the setting is forgotten and vertical layout is being used again
Then there is two more, but maybe they are more roundcube-related:
4. In vertical view, it would be good to disable mailto: links on senders, since you often click there if you want to just read the message
5. Clicking on "Inbox" should open the very first page with the newest messages
Hopefully you can fix at least 1-3! :)
Hi,
First of all; this is a lovely modification. Thanks for offering it.
On several machines i notice that under IE7 (probably even under IE6) it will not show up correctly after RC2. Meaning that 0.1.1 and 0.1-stable are not working well with it.
The changes that have to be made in common.js only seem to hold up to RC2.
The message that is shown compalins about an undefined 'bw'.
Using FF2/FF3 the above problem does not exist but as stated before IE still has the upper hand.
I hope you can have a look at the above issue and come up with a quick howto on fixing this or perhaps a new update that can cope with the issue?
Lastly, keep up the good work.
Regards,
Swiep
MVISION v2 :: MVISION vs. Outlook 3 Column Theme (http://www.roundcubeforum.net/downloads.php?do=file&id=2) has been updated!
Quote from: teddy86;12180i've got the
again... could anybody fix this?
@youds: thought so as well, but this was said when firefox beta 5 was released. we've got allready the release candidate now and nothing changed yet...
Fixed this in the v2.2, not v2.1
Quote from: Hal9000;122911. There is no mark read/unread button
Where is that normally?
Quote from: Hal9000;122912. The folder list does not scroll automatically when i try to drag&drop messages that are more the way down or up
Could you do a screencast replicating the problem? This would be very useful...
Quote from: Hal9000;122913. I set vertical layout to be the default in config. If someone changes that to horizontal using the link and then opens a messages and comes back, the setting is forgotten and vertical layout is being used again
Works like magic now! :) Check v2.2
Quote from: Hal9000;122914. In vertical view, it would be good to disable mailto: links on senders, since you often click there if you want to just read the message
With roundcube0.2 stable this doesn't happen anymore
Quote from: Hal9000;122915. Clicking on "Inbox" should open the very first page with the newest messages
Screencast would be useful here; I open Inbox and go to Page 4 of whatever and then flip between Trash and back to Inbox, and it shows Page 1 again
Thanks for feedback
When I add a server-selection to the login screen, this screen does not resize
Quote from: youds;16667Where is that normally?
In the default Layout, it looks like this:
(http://www.reinmund.net/rc/skins/default/images/buttons/markread_act.png)
It can not only mark a message read / unread, but also set a flag.
Quote from: dreinmund;16672In the default Layout, it looks like this:
(http://www.reinmund.net/rc/skins/default/images/buttons/markread_act.png)
It can not only mark a message read / unread, but also set a flag.
Ah yes and the Filter select box, that and the import/export feature for vCards in the address book
Will do an update at some point next week for this
Then as far as I'm aware, that'll be the stable version fully supported
I was wondering if there is anyway to get the photoshop image files, my IT director wanted to do some color scheme changes, as well as change the logos to ours but still use the theme you have provided, he also wants us to make a spanish version of the template, and any other language in the future if need be, can any help me with this. I've seen other language mods before made by other people and was wondering if i could get these files.
Thx
MVISION v2 :: MVISION vs. Outlook 3 Column Theme (http://www.roundcubeforum.net/downloads.php?do=file&id=2) has been updated!