Roundcube Community Forum

Themes & Styling => Theme Releases => Topic started by: youds on May 12, 2008, 11:21:32 AM

Title: New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
Post by: youds on May 12, 2008, 11:21:32 AM
[size=+1]Theme is now compatible with IE6, IE7, Safari, Opera, Firefox and all other Gecko engine browsers[/size]


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: New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
Post by: bpat1434 on May 13, 2008, 12:26:49 PM
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.
Title: Any Plans for localization compatibility?
Post by: firemail on May 13, 2008, 12:54:39 PM
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
Title: New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
Post by: Nemesis02 on May 13, 2008, 01:01:02 PM
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!
Title: New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
Post by: youds on May 17, 2008, 02:14:56 PM
MVISION v2 :: MVISION vs. Outlook 3 Column Theme (http://www.roundcubeforum.net/downloads.php?do=file&id=2) has been updated!
Title: New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
Post by: mromero on May 17, 2008, 03:58:53 PM
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:..."
Title: New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
Post by: bpat1434 on May 17, 2008, 10:26:42 PM
When he updated the file, it went into moderation again.  I approved it, so it should be downloadable again ;)
Title: New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
Post by: mromero on May 18, 2008, 09:46:23 AM
Quote from: bpat1434;12082
When he updated the file, it went into moderation again.  I approved it, so it should be downloadable again ;)


Ahh thanks.
Title: New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
Post by: youds on May 19, 2008, 04:32:01 AM
: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
Title: New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
Post by: youds on May 19, 2008, 04:36:44 PM
MVISION v2 :: MVISION vs. Outlook 3 Column Theme (http://www.roundcubeforum.net/downloads.php?do=file&id=2) has been updated!
Title: New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
Post by: bioly on May 20, 2008, 01:33:57 AM
Ups
bioly, you do not have permission to access this page. This could be due to one of several reasons:
Title: New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
Post by: Chebe on May 20, 2008, 03:23:01 AM
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.
Title: New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
Post by: oldschool on May 20, 2008, 05:47:14 AM
The same here... No DL!


Rgds.
Title: New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
Post by: bpat1434 on May 20, 2008, 11:20:02 AM
DL now....
Title: messagelist in horizontal view showen with less than 100% width in firefox
Post by: teddy86 on May 22, 2008, 08:21:35 AM
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?
Title: New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
Post by: youds on May 22, 2008, 04:07:18 PM
MVISION v2 :: MVISION vs. Outlook 3 Column Theme (http://www.roundcubeforum.net/downloads.php?do=file&id=2) has been updated!
Title: New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
Post by: youds on May 22, 2008, 04:17:49 PM
Quote from: teddy86;12166
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?


The FF3 people say when the release is made there should be no differences between FF2 engine and FF3 engine
So we will see.
Title: New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
Post by: teddy86 on May 23, 2008, 04:10:21 AM
i've got the

Quote
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.


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...
Title: Error
Post by: bioly on May 23, 2008, 07:29:22 AM
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.
Title: New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
Post by: mromero on May 23, 2008, 08:29:19 AM
Anytime he updates the file it has to be reapproved by the admins. Please be patient I am sure bpat will approve it shortly.
Title: New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
Post by: bpat1434 on May 23, 2008, 11:19:36 AM
Reapproved!!
Title: Not Working in Firefox...
Post by: mr.bacan on May 27, 2008, 04:44:14 PM
Great Theme, but it doesn't work in FF. And in IE it freezes when you are in the Inbox.
Title: Great work
Post by: dominus on May 29, 2008, 09:25:33 AM
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.
Title: Same here
Post by: davidcollantes on May 29, 2008, 12:17:49 PM
Quote from: mr.bacan;12242
Great 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).
Title: New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
Post by: Hal9000 on May 30, 2008, 03:58:35 AM
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! :)
Title: Only showing in IE upto RC2 (IE errors about undefined 'bw')
Post by: swiep on May 31, 2008, 11:57:06 AM
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
Title: New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
Post by: youds on January 24, 2009, 03:59:29 PM
MVISION v2 :: MVISION vs. Outlook 3 Column Theme (http://www.roundcubeforum.net/downloads.php?do=file&id=2) has been updated!
Title: New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
Post by: youds on January 25, 2009, 07:13:39 AM
Quote from: teddy86;12180
i'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
Title: New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
Post by: youds on January 25, 2009, 07:26:32 AM
Quote from: Hal9000;12291
1. There is no mark read/unread button
Where is that normally?
Quote from: Hal9000;12291
2. 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;12291
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
Works like magic now! :) Check v2.2

Quote from: Hal9000;12291
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
With roundcube0.2 stable this doesn't happen anymore
Quote from: Hal9000;12291
5. 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
Title: Login screen does not resize
Post by: Julius Caesar on January 25, 2009, 09:25:53 AM
When I add a server-selection to the login screen, this screen does not resize
Title: New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
Post by: dreinmund on January 25, 2009, 12:16:50 PM
Quote from: youds;16667
Where 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.
Title: New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
Post by: youds on January 25, 2009, 05:12:52 PM
Quote from: dreinmund;16672
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.

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
Title: Photoshop Files
Post by: tfyisupportteam on February 23, 2009, 07:15:06 PM
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
Title: New File Added: MVISION v2 :: MVISION vs. Outlook 3 Column Theme
Post by: youds on July 09, 2010, 12:09:47 PM
MVISION v2 :: MVISION vs. Outlook 3 Column Theme (http://www.roundcubeforum.net/downloads.php?do=file&id=2) has been updated!