The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
jquery in 4.1.11
In 4.1.11 there are some "new" settings
in options->Server Settings you can now use Use Remote jQuery jQuery script files are hosted locally on your server, you may however have them served from Google, jQuery, or Microsoft servers, saving you some bandwidth and potentially decreasing load times. and set there Google, Microsoft or some Custom Remote jQuery Path in there. Result is everytime the same.. nothing happens. There is not path to jquery anywhere in the Code. Or you are able to use it. I use a brand new board with only 1 User in it. Tested with some effects Please tell me if i missed something or have to use a "different" setting. As custom Remote jquery path is used: http://ajax.aspnetcdn.com/ajax/jquery/jquery-1.7.min.js it work fine on some basic html website i only thing wanted to have Code:
<script type="text/javascript"> $(document).ready(function(){ window.onload = function(){ alert("welcome"); } }); </script> Everytime with different results: 1. Setting use remote JQuery Google/Microsoft/jquery no changes, no alert 2. Setting custom Remote jquery path is used: http://ajax.aspnetcdn.com/ajax/jquery/jquery-1.7.min.js no changes no alert 3. added in headinclude template <script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jquery/jquery-1.7.min.js"></script> Success Function! 4. Created a Plugin $sitecode = '<script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jquery/jquery-1.7.min.js"></script>'; vB_Template:reRegister('headinclude',array('incl uded_header' => $sitecode)); Success Function! 5. Another Plugin include ('./jquery.php'); vB_Template:reRegister('headinclude',array('incl uded_header' => $sitecode)); Success Function! what whats up with this Setting in Options ->Serversettings when i have to do it myself anyway? I have to put the path to jquery in the Headinclude myself. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|