The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
where can i put the code to change the scrollbar colors. i tried putting it in headerinclude and numerous other places and it does nothing. can anyone help me?
Thanks |
#2
|
||||
|
||||
![]() Quote:
The scrollbar colors must now be defined in HTML not body HTML { } |
#3
|
||||
|
||||
![]()
Worked, Thanks Zack!
|
#4
|
||||
|
||||
![]()
Hi,
How can I change the scrollbar side to be to the right.. I am running an arabic forum, the scrollbar is on the left side while I want it to be on the right side.. http://www.la7odood.com/vb Regards. |
#5
|
||||
|
||||
![]()
Up
![]() |
#6
|
|||
|
|||
![]()
The right to left direction is currently defined in the html tag by the the dir definition:
PHP Code:
To return the scrollbar to the right hand side, you simply need to remove the dir definition and set the text direction without applying it to the entire document or by using CSS. This could be done by using the dir definition to surround all the content but without applying it to the html/body tags e.g. use the below code within the body tags but surrounding all other content. PHP Code:
PHP Code:
|
#7
|
||||
|
||||
![]()
Hi,
thank you for the answer.. just wanted to know: Quote:
and Quote:
Kind Regards. |
#8
|
|||
|
|||
![]()
This will become more complicated if you have different direction languages that use the same templates.
Admin CP > Languages & Phrases > Language Manager > *Your Language* > Edit Settings Change "Right to Left" to "Left to Right". The scrollbar will now be on the right hand side, but your text will also not be going in the direction you require. Admin CP > Styles & Templates > Style Manager > *Your Style* > All Style Options > Go > Body > Extra CSS Attributes Add: PHP Code:
This will change the text direction, but the order of the columns will still be left to right, e.g. Forum, Last Post, Threads, Posts. If you wish to have the columns from right to left as well (e.g. Posts, Threads, Last Post, Forum) then remove the previous CSS change to the body and do the following: Admin CP > Styles & Templates > Style Manager > *Your Style* > All Style Options > Go > Common Templates > Header At the top, add: PHP Code:
Admin CP > Styles & Templates > Style Manager > *Your Style* > All Style Options > Go > Common Templates > Footer At the bottom, add: PHP Code:
You could also do this manually through the Style Manager. If you have multiple styles where the values in question aren't inherited, you would need to edit them for each. |
#9
|
||||
|
||||
![]()
Hi,
Thanks again for your fast reply. That did change the scroll to right and corrected the table directions.. but all the forum text was to the left.. seems I will stick to the left side bar ![]() Thanks again for your support.. Kind Regards. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|