The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I would like to store the CSS in the file system however I need to edit the var so that the css link when called is the entire path, not just clientscript/vbulletin_css/xxx
Where can I edit this at? The reason I need to do this is I call the headinclude template outside of the forum directory and without the entire path I kill the look of the page it is loading in. |
#2
|
||||
|
||||
![]()
Cheepo solution (that's what I did to avoid file edits):
symlink it Or use code in Template phpinclude_end (Hook global_complete for vBulletin 3.5) to replace Code:
<link rel="stylesheet" type="text/css" href="clientscript/vbulletin_css |
#3
|
|||
|
|||
![]() Quote:
|
#4
|
||||
|
||||
![]()
Do you have shell access?
Code:
ln -s /full/path/to/vbulletin_css vbulletin_css ![]() |
#5
|
|||
|
|||
![]() Quote:
Thanks! |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|