The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
vb:raw floatLocation
Hello there. . .
Anyone know where this can be edited? {vb:raw floatLocation} Or can it be done with css.additionals? Code:
<vb:if condition="isset($floating) AND $floating"> scrolltofixed-floating scrolltofixed-<vb:if condition="isset($floatLocation) AND in_array($floatLocation, array('top', 'bottom'))">{vb:raw floatLocation}<vb:else />top</vb:if> </vb:if> Thanks again . . |
#2
|
||||
|
||||
Those css values are set dynamically by footer-rollup.js file. You could try setting the value you want in css_additional.css with the !important attribute and see if it sticks.
Do you have an example of what exactly you are trying to accomplish? |
#3
|
||||
|
||||
Quote:
It isn't easy and after 2 days messing, I think I am going the wrong way about it. . . Thanks anyway. . . |
#4
|
||||
|
||||
The scrolltofixed css class is for the floating bar (paging, reply button, etc.) on the threads. By your description, you are wanting to basically present the thread in a totally different manner than vbulletin does?
|
#5
|
||||
|
||||
Quote:
Quote:
I will give it a rest for a while. Not so easy on the body doing this kind of stuff. Cheers. . |
#6
|
||||
|
||||
Doing that type of major makeover is better done at the template level considering several of the css classes are hard coded and are difficult to impossible to override in css_additional.css. It will also give you more flexibility as far as doing the exact type of layout you want to do. The downside however is some of the classes will need to be retained. The javascript on the pages relies on these classes to trigger several ajax functions in the threads and that will take some time to evaluate which ones you do and don't need.
|
#7
|
||||
|
||||
Quote:
I am just messing about with the software as a hobby. I couldn't take it seriously.. Even if I did, I would choose a different platform. Version 5 is really not worth the effort. . Way too much history of disappointment. . . I have a live site, had one for months but it has been turned off since I uploaded. I just play about with it. . . Thanks for your time. . . |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|