Roundcube Community Forum

 

MVISION - Updated and Upgraded!! v2

Started by youds, May 10, 2008, 11:12:02 PM

Previous topic - Next topic

cam815

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:

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

dj2

Quote from: cam815;13666Excellent 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:

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

cam815

Quote from: dj2;13669Good 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?

cykocator

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

fadi

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

LRLEFT

#80
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

shahbour

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

youds

Quote from: dj2;13669Good 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;13735I 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

jcwacky

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

rmc2000

Quote from: jcwacky;14667I 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 :(

phobia

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?

The Godfather

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.

ddimick

Quote from: rmc2000;14758No, 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)?

$rcmail_config['preview_pane_vertical'] = TRUE;

or

$rcmail_config['preview_pane_horizontal'] = TRUE;

Julius Caesar

The quotabar does not fit on the background as shown in the image
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he

Fmstrat

Quote from: woehrl01;13232@s5n:

Edit mvision2_en/mail.css:

Version 1:


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


to:

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


Version 2:

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

Find:

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


Replace with:

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.