The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
change file path
hello there,
I would like to know how can I change the path of these two files from <script type="text/javascript" src="http://mysite.com/clientscript/vbulletin-core.js?v=415"></script> <script type="text/javascript" src="http://mysite.com/clientscript/vbulletin_facebook.js?v=415"></script> into <script type="text/javascript" src="/clientscript/vbulletin-core.js?v=415"></script> <script type="text/javascript" src="/clientscript/vbulletin_facebook.js?v=415"></script> |
#2
|
||||
|
||||
Just change it to:
Code:
<script type="text/javascript" src="clientscript/vbulletin-core.js?v=415"></script> <script type="text/javascript" src="clientscript/vbulletin_facebook.js?v=415"></script> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|