The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Adding CSS automatically
Is there a way to add CSS so its included into the external style sheet (if the board has opted in).
Whats the proper way to add the the boards style sheet when developing a product. (and avoiding manual edits) |
#2
|
|||
|
|||
Plugin
global_start PHP Code:
I supposed I should specify It will insert it after the global css style, but outside of the <style> tags, so you can specify inline styles by adding more <style> tags followed by your css, or link it to the external css. I'm not sure of a way to get it into the actual css if they're using an external page ): |
#3
|
||||
|
||||
I was just working on something like this today. I used a template hook. I was working on something for my members page, so I used the hook location "member start" to add some css like this:
PHP Code:
|
#4
|
|||
|
|||
Quote:
--------------- Added [DATE]1231818421[/DATE] at [TIME]1231818421[/TIME] --------------- Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|