Author Topic: MS Outlook 3 Column Theme  (Read 61607 times)

Offline youds

  • Full Member
  • ***
  • Posts: 93
Re: MS Outlook 3 Column Theme
« Reply #15 on: October 28, 2007, 07:08:36 PM »
Updated: New icons for different mail types (new, read, replied) and fixes for email-list scrolling, user preferences, customised folders & attachment icon in IE7

http://webmail.youds.com/trunk/roundcubemail/skins/default_3column.zip

More to come

Offline micomputers

  • Jr. Member
  • **
  • Posts: 16
Re: MS Outlook 3 Column Theme
« Reply #16 on: October 28, 2007, 07:38:19 PM »
Hi,

Keep up the great work :) - This latest update fixed the issues I was having :D

Offline rwilkins108

  • Jr. Member
  • **
  • Posts: 21
Re: MS Outlook 3 Column Theme
« Reply #17 on: October 28, 2007, 09:18:55 PM »
no no, extract into your skins directory and then modify config/main.inc.php and set the skin_path
look for the entry
$rcmail_config['skin_path'] = 'skins/default/';

and set it to

$rcmail_config['skin_path'] = 'skins/default_3column/';

Offline micomputers

  • Jr. Member
  • **
  • Posts: 16
Re: MS Outlook 3 Column Theme
« Reply #18 on: October 28, 2007, 10:09:31 PM »
Looking at the code there it simply just changes the folder name so my instructions would technically work as well :)

Offline micomputers

  • Jr. Member
  • **
  • Posts: 16
Re: MS Outlook 3 Column Theme
« Reply #19 on: October 28, 2007, 10:35:08 PM »
I don't know if anyone can help me with this but the middle pane in Roundcube with the latest skin seems to make it make it almost appear closed so that you can't see the name/subject of the email, it is possible though to drag this back out, but is there a way to specify the width in the settings or something.


Heres a screenshot: http://img100.imageshack.us/img100/6092/rcdisplayproblempaneyf2.jpg

Offline rwilkins108

  • Jr. Member
  • **
  • Posts: 21
Re: MS Outlook 3 Column Theme
« Reply #20 on: October 29, 2007, 08:37:36 AM »
edit: this is in firefox (using 2.0.0.8) and in opera (using 9.24). It is not happening in IE (using 7)

Hey youds, just updated mine with your latest code and now, in the preferences, folders and identities I'm seeing some extraneous stuff:
'; //var_dump($_POST); ?>

Great work, and just out of curiosity, have you seen this skin with the preview window working in RC2? Just want to make sure before debugging this sucker. :D

Thanks,
Ron

Offline rwilkins108

  • Jr. Member
  • **
  • Posts: 21
Re: MS Outlook 3 Column Theme
« Reply #21 on: October 29, 2007, 01:12:19 PM »
Got preview pane working, my user preferences in the users table had preview_pane set to 0, since the RC2 Preference page doesn't show this preference, there was no way for me to change it, so I did it with a sql update.

Offline youds

  • Full Member
  • ***
  • Posts: 93
Re: MS Outlook 3 Column Theme
« Reply #22 on: October 29, 2007, 01:13:35 PM »
Quote from: micomputers
I don't know if anyone can help me with this but the middle pane in Roundcube with the latest skin seems to make it make it almost appear closed so that you can't see the name/subject of the email, it is possible though to drag this back out, but is there a way to specify the width in the settings or something.


Heres a screenshot: http://img100.imageshack.us/img100/6092/rcdisplayproblempaneyf2.jpg

What browser is that? exactly

Offline micomputers

  • Jr. Member
  • **
  • Posts: 16
Re: MS Outlook 3 Column Theme
« Reply #23 on: October 29, 2007, 04:14:19 PM »
Hi It's Firefox 2.0.0.8 running at on my screen resolution of 1024x768

Offline youds

  • Full Member
  • ***
  • Posts: 93
Re: MS Outlook 3 Column Theme
« Reply #24 on: October 30, 2007, 05:07:42 AM »
When you last logged out that's the width you left it at.. ::)

..seems the theme is certainly cross-browser - thanks all.

Offline micomputers

  • Jr. Member
  • **
  • Posts: 16
Re: MS Outlook 3 Column Theme
« Reply #25 on: October 30, 2007, 06:12:59 AM »
Just had a look and mine certainly doesn't seem to be saving the width of it... Have you got any other ideas, same thing happens with ie6 on my computer as well.

Offline youds

  • Full Member
  • ***
  • Posts: 93
Re: MS Outlook 3 Column Theme
« Reply #26 on: October 30, 2007, 07:15:29 AM »
I'll take a look but there is already a default width set.

anybody else having this problem?

Offline micomputers

  • Jr. Member
  • **
  • Posts: 16
Re: MS Outlook 3 Column Theme
« Reply #27 on: October 30, 2007, 07:33:57 AM »
Is it possible to tell me where to adjust the width, maybe mine has some strange setting there :-\

Offline youds

  • Full Member
  • ***
  • Posts: 93
Re: MS Outlook 3 Column Theme
« Reply #28 on: October 30, 2007, 12:13:45 PM »
I implemented an extra feature in the download link (http://webmail.youds.com/trunk/roundcubemail/skins/default_3column.zip) which resizes the middle pane with JavaScript when it's value is below a certain point (based on the screen size, 1025 and above is 380px min width, below 1025 is 300px).

Hopefully that will fix your problem

Offline micomputers

  • Jr. Member
  • **
  • Posts: 16
Re: MS Outlook 3 Column Theme
« Reply #29 on: October 30, 2007, 04:28:05 PM »
Thanks for the update... I gave that a go and it seems it saves the pane width with ie6 but no Firefox 2.0.0.8 as if I drag it out, then logout then back in again it comes at that size I previously had, before going back to the tiny size again about half a second later. However this works fine with ie6 :'(