Author Topic: New File Added: MVISION v2.2 - Horizontal / Vertical Layout  (Read 63341 times)

Offline babarnazmi

  • Jr. Member
  • **
  • Posts: 10
New File Added: MVISION v2.2 - Horizontal / Vertical Layout
« Reply #45 on: October 11, 2009, 07:54:37 AM »
This is not 100% but atleast it is working ok.

Please find the attached file.

I also like to fix 100% of it, so please tell me how to contact the main developer(s) ?

Kind Regards,
Babar Shafiq Nazmi

Offline strictlydata

  • Jr. Member
  • **
  • Posts: 36
Not working
« Reply #46 on: October 13, 2009, 03:39:31 AM »
babarnazmi

The mail screen doesn't show any messages and the personal setting screen hasn't been formatted correctly.

Offline babarnazmi

  • Jr. Member
  • **
  • Posts: 10
New File Added: MVISION v2.2 - Horizontal / Vertical Layout
« Reply #47 on: October 13, 2009, 05:13:44 AM »
I think you missed something, You need to change this in

../roundcubeinstallfolder/program/js/common.js

Quote

if(w){
width=w.toString().match(/\%$/)?w:w+"px";
}
if(h){
height=h.toString().match(/\%$/)?h:h+"px";
}


to

Quote

if(w>0){
width=w.toString().match(/\%$/)?w:w+"px";
}
if(h>0){
height=h.toString().match(/\%$/)?h:h+"px";
}

Yes formatting is a problem but it is working fine atleast :) I will fix it if I got some free time.

kind regards,
Babar Shafiq Nazmi

Offline Merlin2000

  • Newbie
  • *
  • Posts: 7
New File Added: MVISION v2.2 - Horizontal / Vertical Layout
« Reply #48 on: October 13, 2009, 12:18:02 PM »
Just an FYI, I have PMd and e-mailed the developer of this theme. It's been a couple days and he has not responded.

This is a very beautiful design, however, if nobody plans to update it, I can't imagine ever being able to use it.

Offline babarnazmi

  • Jr. Member
  • **
  • Posts: 10
New update
« Reply #49 on: October 15, 2009, 11:58:27 AM »
Last night I got some free time and did some modifications in the mvision2 skin.

Please download this mvision2 modified skin it will fix lots of alignment problem and also now all tabs are working 100% for me (plugins needs little more work).

Instructions for latest stable release of roundcubemail-0.3-stable.

Download the attached skin in this post (below) in skins folder and modify/edit below..


Editing:-

in /roundcubeinstallfolder/program/js/common.js

Edit
Quote

if(w){
width=w.toString().match(/\%$/)?w:w+"px";
}
if(h){
height=h.toString().match(/\%$/)?h:h+"px";
}

to
Quote

if(w>0){
width=w.toString().match(/\%$/)?w:w+"px";
}
if(h>0){
height=h.toString().match(/\%$/)?h:h+"px";
}




in /roundcubeinstlalfolder/config/main.inc.php

Add
Quote

$rcmail_config['preview_pane_vertical'] = TRUE;


Edit
Quote

$rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size', 'flag', 'attachment');
//to
$rcmail_config['list_cols'] = array('subject', 'from', 'date', 'attachment');


in /roundcubeinstallfolder/skins/mvision2_en/paneswitch.js

Add
Quote

//return the absolute position of an object within the document
function rcube_get_object_pos(obj)
{
if(typeof(obj)=='string')
obj = rcube_find_object(obj);

if(!obj) return {x:0, y:0};

var iX = (bw.layers) ? obj.x : obj.offsetLeft;
var iY = (bw.layers) ? obj.y : obj.offsetTop;

if(bw.ie || bw.mz)
{
var elm = obj.offsetParent;
while(elm && elm!=null)
{
iX += elm.offsetLeft;
iY += elm.offsetTop;
elm = elm.offsetParent;
}
}

//if(bw.mac && bw.ie5) iX += document.body.leftMargin;
//if(bw.mac && bw.ie5) iY += document.body.topMargin;

return {x:iX, y:iY};
}



Thanks and Kind Regards,
Babar Shafiq Nazmi

Offline milegrin

  • Newbie
  • *
  • Posts: 3
New File Added: MVISION v2.2 - Horizontal / Vertical Layout
« Reply #50 on: October 20, 2009, 07:17:50 AM »
Quote from: babarnazmi;22222
Last night I got some free time and did some modifications in the mvision2 skin.

Thanks and Kind Regards,
Babar Shafiq Nazmi

Thank You !! Thank You !!  So far it is now working 100%. :)  One suggestion if I may; maybe update the "INSTALL" file with the corrected installation instructions?

A question if I may, anyone know how to to turn off the preview window?
Similar to the classic skin where it is optional but with the mvision skin the "Preview" option has no effect.

Regards
Michael Griffin
« Last Edit: October 20, 2009, 07:26:09 AM by milegrin »

Offline babarnazmi

  • Jr. Member
  • **
  • Posts: 10
New File Added: MVISION v2.2 - Horizontal / Vertical Layout
« Reply #51 on: October 20, 2009, 08:29:42 AM »
Thanks, I think you are looking for Layout: Horizontal view, you can find Horizontal link in the mvision2 skin bottom. You can't turn off preview in mvision2 totally.

Yes please create README/INSTALL file with complete instructions.

Regards,
Babar Shafiq Nazmi.
« Last Edit: October 20, 2009, 08:42:52 AM by babarnazmi »

Offline milegrin

  • Newbie
  • *
  • Posts: 3
New File Added: MVISION v2.2 - Horizontal / Vertical Layout
« Reply #52 on: October 21, 2009, 03:23:45 AM »
That sux - I love the ability to either use preview or not of the default skin.  I personally hate it but others love it and I would like the choice.

Feature request : Ability to turn off preview :)

The little doco I wrote/banged together for myself :
https://rcw2.creatronic.com/skins/mvision2_en-updated_for_roundcube03.txt

Not sure how long I will leave it there are this is my play site where I am testing RoundCubeWebmail and it features.

Thanx again!
Michael
« Last Edit: October 21, 2009, 03:28:50 AM by milegrin »

Offline mikephand

  • Newbie
  • *
  • Posts: 2
Mvision2 Skin
« Reply #53 on: October 21, 2009, 08:58:02 AM »
I love this skin and with babarnazmi's latest ZIP it seemed to correct the issue I was having with the mail just showing the loading icon with no message view. However, I am not sure if anyone noticed yet that when you try to resize the window(on both IE & FF) the mail view does not shrink/expand with the window size until you F5 the page.

Any code ideas for this issue?

Other than that, GREAT WORK! I love this skin.


/mike

Offline voltron81

  • Jr. Member
  • **
  • Posts: 42
New File Added: MVISION v2.2 - Horizontal / Vertical Layout
« Reply #54 on: October 23, 2009, 05:48:47 AM »
Thanks a lot babarnazmi,
the theme is working really good.

Unfortunately I've some problems with the plugins that I'm using:
 -password (the plugin is doing his job, but I lost the icons: Preferences,Folders,Identities,Password)
 -archive (when I select an email, there is not an icon to archive it)
 -markasjunk (when I select an email, there is not an icon to archive it)
 -contextmenu (It is working, but icons are lay upon to the text)

Somebody have some good suggestions?

Thanks
Michele

PS: I have notice also that, with InternetExplorer 8, when I change from "vertical" to "horizontal", the page is minimized (but the theme is changed to horizontal)
« Last Edit: October 23, 2009, 05:53:28 AM by voltron81 »

Offline toetag

  • Jr. Member
  • **
  • Posts: 65
New File Added: MVISION v2.2 - Horizontal / Vertical Layout
« Reply #55 on: November 06, 2009, 10:28:16 PM »
Is this skin ready for 0.3.1?

I'm having the issue where it "clocks" when attempting to load the email pane.  I've tried the fix supplied in earlier version threads with changing the setting for the skin:

// skin name: folder from skins/
//$rcmail_config['skin'] = 'mvision2_en';
//$rcmail_config['skin'] = 'skins/mvision2_en';
$rcmail_config['skin'] = 'skins/mvision2_en/';

I love the skin.  I'll wait patiently if it's not quite ready for prime time.
<[ a desert to an irishman is an empty glass. ]>

Offline babarnazmi

  • Jr. Member
  • **
  • Posts: 10
New File Added: MVISION v2.2 - Horizontal / Vertical Layout
« Reply #56 on: November 07, 2009, 07:35:35 AM »
Yes skin is ready with current stable version of roundcude

Please read the instructions :-
http://www.roundcubeforum.net/theme-releases/4151-new-file-added-mvision-v2-2-horizontal-vertical-layout-5.html#post22222

For selecting mvision2 as default theme you can define it like this
Code: [Select]
$rcmail_config['skin'] = 'mvision2_en';
Or you can select skin from settings later on.

Download attached zip file and extract it in skins folder.

This Zip will support plugins and will fix some layout issues but still plugins part is not 100% so everyone who is testing this skin kindly download this latest file again !!!

Will be happy to support this wonderful theme.


Babar Shafiq Nazmi

Offline toetag

  • Jr. Member
  • **
  • Posts: 65
New File Added: MVISION v2.2 - Horizontal / Vertical Layout
« Reply #57 on: November 07, 2009, 01:56:57 PM »
Quote from: babarnazmi;22887
Yes skin is ready with current stable version of roundcude

Please read the instructions :-
http://www.roundcubeforum.net/theme-releases/4151-new-file-added-mvision-v2-2-horizontal-vertical-layout-5.html#post22222

For selecting mvision2 as default theme you can define it like this
Code: [Select]

$rcmail_config['skin'] = 'mvision2_en';

Or you can select skin from settings later on.

Download attached zip file and extract it in skins folder.

This Zip will support plugins and will fix some layout issues but still plugins part is not 100% so everyone who is testing this skin kindly download this latest file again !!!

Will be happy to support this wonderful theme.


Babar Shafiq Nazmi


Thank you, babar.  as it turns out my "main.inc.php" was missing the line: $rcmail_config['preview_pane_vertical'] = TRUE;

I should have noticed but messing around at midnight leads to easily over looked mistakes.  Graet Work with the latest version.
<[ a desert to an irishman is an empty glass. ]>

Offline kiffw

  • Newbie
  • *
  • Posts: 3
New File Added: MVISION v2.2 - Horizontal / Vertical Layout
« Reply #58 on: November 21, 2009, 06:06:20 AM »
Can someone please make it compatible with the plugin "contextmenu"?

Offline dpolombo

  • Jr. Member
  • **
  • Posts: 10
Nested folders
« Reply #59 on: November 21, 2009, 09:50:15 AM »
I'm having a weird problem with nested folders : the first mail folder containing subfolders displays just fine. The following mail folders containing subfolders appear, but their children aren't displayed.

If I look at the page's code, I see the child folders as :

Code: [Select]
<ul style=&quot;display:none&quot;>

I've tried removing and re-adding the folder to the list of subscribed folders, but that doesn't change anything.

Any idea?