Roundcube Community Forum

 

MS Outlook 3 Column Theme

Started by youds, October 08, 2007, 11:33:30 AM

Previous topic - Next topic

youds

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

micomputers

Hi,

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

rwilkins108

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/';

micomputers

Looking at the code there it simply just changes the folder name so my instructions would technically work as well :)

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

rwilkins108

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

rwilkins108

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.

youds

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

micomputers

Hi It's Firefox 2.0.0.8 running at on my screen resolution of 1024x768

youds

When you last logged out that's the width you left it at.. ::)

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

micomputers

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.

youds

I'll take a look but there is already a default width set.

anybody else having this problem?

micomputers

Is it possible to tell me where to adjust the width, maybe mine has some strange setting there :-\

youds

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

micomputers

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 :'(