RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Miscellaneous > Roundcube Discussion

For more information about the ads and why they're here, please see the FAQ
Reply
  #1  
Old 07-11-2006, 09:07 PM
Registered User
 
Join Date: Jun 2006
Posts: 13
Downloads: 0
Uploads: 0
Default Enable a theme

I've uploaded BlueTabby to my skins directory but I can't seem to find out how to enable it. Help please. I searched the wiki but didn't find anything. Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 07-12-2006, 12:14 AM
Registered User
 
Join Date: Jun 2006
Posts: 37
Downloads: 0
Uploads: 0
Default Re: Enable a theme

change this line in main.inc.php in your config folder after placing the BlueTabby folder in the Skins folder... atleast until they build in a theme switcher

Code:
// relative path to the skin folder
$rcmail_config['skin_path'] = 'skins/default/';
to

Code:
// relative path to the skin folder
$rcmail_config['skin_path'] = 'skins/BlueTabby/';
thanks for checking out BlueTabby by the way
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 07-12-2006, 03:42 PM
Registered User
 
Join Date: Jun 2006
Posts: 13
Downloads: 0
Uploads: 0
Default Re: Enable a theme

I even looked in there and didn't see it! I did a "find" on theme but it's labeled as skin.

Thanks!

BlueTabby looks good!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 07-12-2006, 11:31 PM
flosoft's Avatar
Administrator
 
Join Date: Jun 2006
Location: Brussels, Belgium
Posts: 349
Downloads: 1
Uploads: 0
Send a message via ICQ to flosoft Send a message via AIM to flosoft Send a message via MSN to flosoft
Default Re: Enable a theme

Quote:
Originally Posted by kfordham281
I even looked in there and didn't see it! I did a "find" on theme but it's labeled as skin.

Thanks!

BlueTabby looks good!
Are you sure? The value is definetly in main.inc.php.
__________________
New VPS for just 9,99!
Flosoft.biz
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 08-03-2006, 02:06 PM
Registered User
 
Join Date: Aug 2006
Posts: 4
Downloads: 0
Uploads: 0
Send a message via Yahoo to bizhat
Default Re: Enable a theme

Premade skins are available for RoundCube or i have to make it myself ?

I like to have a skin like gmail, i don't like default skin as it load mail in frame. Gmail do not do that way.
__________________
www.ScriptInstallation.in
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 08-04-2006, 10:35 AM
flosoft's Avatar
Administrator
 
Join Date: Jun 2006
Location: Brussels, Belgium
Posts: 349
Downloads: 1
Uploads: 0
Send a message via ICQ to flosoft Send a message via AIM to flosoft Send a message via MSN to flosoft
Default Re: Enable a theme

How do you mean it loads the mail in a frame?
__________________
New VPS for just 9,99!
Flosoft.biz
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 08-05-2006, 07:15 AM
Registered User
 
Join Date: Jul 2006
Posts: 48
Downloads: 0
Uploads: 0
Default Re: Enable a theme

I think he means it loads the mail in an iframe.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 08-06-2006, 10:33 PM
bpat1434's Avatar
Administrator
 
Join Date: Jun 2006
Location: Maryland, USA
Posts: 599
Downloads: 17
Uploads: 0
Send a message via ICQ to bpat1434 Send a message via AIM to bpat1434 Send a message via MSN to bpat1434 Send a message via Yahoo to bpat1434 Send a message via Skype™ to bpat1434
Default Re: Enable a theme

it doesn't load the mail in an iframe though.....
__________________

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 08-08-2006, 06:01 AM
Registered User
 
Join Date: Jul 2006
Posts: 48
Downloads: 0
Uploads: 0
Default Re: Enable a theme

My I ask how the scrolling functionality works? I have seen javascript implemented scrolling objects but never one that scrolled as smoothly as a normal browser frame...

In any case, it still acts like a frame.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 08-08-2006, 01:54 PM
bpat1434's Avatar
Administrator
 
Join Date: Jun 2006
Location: Maryland, USA
Posts: 599
Downloads: 17
Uploads: 0
Send a message via ICQ to bpat1434 Send a message via AIM to bpat1434 Send a message via MSN to bpat1434 Send a message via Yahoo to bpat1434 Send a message via Skype™ to bpat1434
Default Re: Enable a theme

It's not an Iframe. It's not even anything close to a frame. It's a Div element with a max-height of XX pixels (or em for lines) height and when there is overflow (text going over the max-height) it adds the scroll bars automatically.

You can test this out yourself:

Code:
<div style="width: 75px; height: 20px; max-height: 10em; overflow: auto; padding: 2px;">
 <p style="width: 71px;">This is some content<br>
that flows past the maximum height<br>
of our content div.<br><br>
When content expands below the<br>
div, a scrollbar is automatically added<br>
and it looks like a frame, but is really<br>
some good CSS 2 styling.<br><br>
lorem ipsum dolor sit amet<br>
abcdefghijklmnopqrstuvwxyz<br>
now I know my abc's, next time<br>
won't you sing with me ;)<br>
End of lesson.</p>
</div>
__________________

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

For more information about the ads and why they're here, please see the FAQ

All times are GMT. The time now is 11:51 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright © 2006-2008 RoundCube Webmail Community