Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
A tad un-needed?
This discussion has been closed.
Comments
Most extension should work with it without modification but if you need to use the new parameters (the one about the Position of the script should be useful for your jQuery extensions) your modified extensions won't work on an unmodified forum. You would have to check if the Packer is installed, doing something like:
if (isset($Context->Configuration['PACKER_VERSION'])){ $Head->AddScript('extensions/jQuery/jqueky.css', 280, 1, 0); } else { $Head->AddScript('extensions/jQuery/jqueky.css'); }
http://www.edinet.co.uk ?
If you need to add a libraries you may use the Position parameter to be sure the libraries are loaded first.
External script will have to use the 3rd parameter.
And reported the few that has some issue with the packer.
http://www.fiddler2.com/fiddler2/ (never version of http://www.fiddlertool.com/fiddler/)
Screenshot
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. in /home/.frac/exhibitq_com/exhibitq.com/talk/library/Framework/Framework.Class.PackManager.php on line 205
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. in /home/.frac/exhibitq_com/exhibitq.com/talk/library/Framework/Framework.Class.PackManager.php on line 206
Is this something to do with my PHP setup? I think (without checking) that I'm running some version of PHP5...
Fixed