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?

124»

Comments

  • anyone using dinoboff's packer in a live forum?
  • It's experimental. I don't think it should be use on a live forum yet.
  • Will these changes still allow an extension to function properly with an unmodified forum?
  • Dinoboff, this is just great. Mark? Are you with us here? :D
  • please marky hahaha
  • edited March 2007
    @Stash:

    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'); }
  • ohh i see, extension developers can actually use it in there extension, once this packer becomes standard(or core) then extension developers will have alot to do.
  • dino i want to test this packer can you approve my membership on
    http://www.edinet.co.uk ?
  • Only if they want to use the new parameters or if you were using the old one (none of the public addon, I think).

    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.
  • this is very nice, its very fast! waoww great improvement. i wish mark add this system to the core
  • It could have been added to Vanilla 1.1, mark looked at it, but it was too messy at the time. If it is added to the core, it will be in Vanilla 1.2, so there is no hurry.
  • by the way i am a licensed vbulletin user. i was very interested in vbulletin modifications etc before i saw vanilla :) now i really dont care my vb forum. i love vanilla and this community very much, thank guys :)
  • edited March 2007
    I added some extensions (you need to be logged-in to see this list),

    And reported the few that has some issue with the packer.
  • TomTesterTomTester New
    edited March 2007
    Useful tool for debugging & timing (more detailed than firebug it seems):

    http://www.fiddler2.com/fiddler2/ (never version of http://www.fiddlertool.com/fiddler/)

    Screenshot
    image
  • I'm trying out 0.4b4 and get a completely unstyled forum with the following errors:

    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...
  • edited April 2007
    No, I must have put '&' at the wrong place. I am checking it...

    Fixed
This discussion has been closed.