MyBB Community Forums

Full Version: Scroll Bar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Am needed help here .
Am wanting to ad scroll bar to go with my theme colors
I tried doing it in sheetstyle but it only comes up in Admin CP
What am I doing wrong ?
Thanks
Mona
edited the css template
I tried it on my ownsome but its still not working
I added this to my css.php

body {
background: #99CC99 repeat-x;
color: #000000;
font: small Verdana, sans-serif;
padding: 0;
margin: 0;
scrollbar-3dlight-color: White;
scrollbar-arrow-color: #99CC99;
scrollbar-base-color: Black;
scrollbar-darkshadow-color: Black;
scrollbar-face-color: Black;
scrollbar-highlight-color: #99CC99;
scrollbar-shadow-color: Black;
scrollbar-track-color: #99CC99;
}

Can someone tell me what I am doing wrong ?
Any help would be appreciated
Thanks
Mona
You don't edit css.php you edit the template called "css" in the Admin CP. Expand the "Default Templates" group in the template manager and click "change original" or "edit" next to css.
I did as you said Chris and added this
body {
background: $theme[bodybgcolor] $bodybgimage;
color: $theme[text];
font: $theme[normalfontsize] $theme[normalfont];
padding: 0;
margin: 0;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #ffffff;
scrollbar-shadow-color: #99cc99;
scrollbar-3dlight-color: white;
scrollbar-arrow-color: #99cc99;
scrollbar-track-color: #99CC99;
scrollbar-darkshadow-color: #000000;
}
But it wont show up - What am I doing wrong ?
Im desperate lol
Thank you for your time
Mona

Another thing ...
I have my scroll bar in my admin panel and on some other pages but just not on the main index.php page
Did I screw this up bigtime ?
[Image: monatwistfly.gif]
I Hope not !
snifff

I am still trying to figure this out can someone point me to a thread with this same issue or give me some kind of information to help me set this up .
Thanks
Mona
My Forum

Geeeeeeeeeesh now I have this error message on all my threads
I need help here so I can move on to other things
mySQL error: 1191
Can't find FULLTEXT index matching the column list

What did I do wrong ?
_cpg321 ? did u bridged with coppermine?
I have never done this before - I am thinking I didnt install it right
What should I do now ?
what is this table _cpg321 ? is it from mybb ? did u rename the tables or what?
No I added another one .
And I did that upon instalation - was working fine without errors till this afternoon . Did I do something wrong ?