![]() |
|
|
|||||||
| For more information about the ads and why they're here, please see the FAQ |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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.
|
|
#2
|
|||
|
|||
|
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/'; Code:
// relative path to the skin folder $rcmail_config['skin_path'] = 'skins/BlueTabby/'; ![]() |
|
#3
|
|||
|
|||
|
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! |
|
#4
|
||||
|
||||
|
Quote:
|
|
#5
|
|||
|
|||
|
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 |
|
#6
|
||||
|
||||
|
How do you mean it loads the mail in a frame?
|
|
#7
|
|||
|
|||
|
I think he means it loads the mail in an iframe.
|
|
#8
|
||||
|
||||
|
it doesn't load the mail in an iframe though.....
__________________
![]()
|
|
#9
|
|||
|
|||
|
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. |
|
#10
|
||||
|
||||
|
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>
__________________
![]()
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
| For more information about the ads and why they're here, please see the FAQ |