The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
I have an addon php file that I instead of calling it's own css file, I want to add the css to vb's stylesheet.
That way I can use the file with different styles and have it's own stylesheet built into the default vb style. The code I'd assume is here I'd have to modify in the .php file: Code:
var embedFPSSCSS = '<' + 'style type="text/css" media="screen">' + '@import "mod_fpslideshow/jj_raster/mod_fpslideshow.css";' Code:
var embedFPSSCSS = '<' + 'style type="text/css" media="screen">' + '@import "vbstylesheet.css";' |
#2
|
|||
|
|||
![]()
It's at:
<forum home>/clientscript/vbulletin_css/style-<some number>.css The number changes for each style. I assume it's somehow related to the style id. |
#3
|
||||
|
||||
![]()
So if it were style 27, would it look like:
Code:
var embedFPSSCSS = '<' + 'style type="text/css" media="screen">' + '@import "forums/clientscript/vbulletin_css/style-27.css";' I can't direct link to that file in my browser. |
#4
|
|||
|
|||
![]()
No, it's some random looking number. Check the clientscript/vbulletin_css folder. It should be in there.
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|