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.
Vanilla Packer
This discussion has been closed.
Comments
plus i fixed the packer based path in jqmedia. last time i updated it.
the external.gif file in jqmedia isn't called from a style sheet.
Look for the parts with the image urls, and change them to the full pathes starting from webroot!
Just change the parts with url(images/misc.gif) to something like url(/forum/extensions/CategoryIcons/images/misc.gif). Please check for the right path on your server!
$Configuration['BASE_URL'].'extensions/CategoryIcons/images/misc.gif';
Posted: Friday, 30 March 2007 at 9:48AM
Would be very nice, but it's a style sheet, not php!
Posted: Friday, 30 March 2007 at 5:16PM
See alpha testers wanted for vzippy thread. Dino has been nice enough to install it on the same server http://vzippy.edinet.co.uk/
Update: VZippy will not be released.
Could the Lussumo Bot learn to link to the updated file when it tells us about it? It would save me scrolling all the way up the page (yes, I'm lazy). So its post would look like:
Uploaded version 0.4.beta.5 of Vanilla Packer.
Warning: filemtime() [function.filemtime]: Stat failed for /home/www/XYZ/html/dev/forum/http://www.domain.com/forum/extensions/BBInsertBar/functions.js (errno=2 - No such file or directory) in /home/www/XYZ/html/dev/forum/library/Framework/Framework.Class.PackManager.php on line 225
There is a path mixed with an url.
Also js/css packer settings tells me: Not a valid or up-to-date css packer. I reuploaded 0.4b5, but it doesn't work.
$Head->AddStyleSheet($Context->Configuration["BASE_URL"].$Context->Configuration["BBBAR_PATH"].'style.css'); $Head->AddScript($Context->Configuration["BASE_URL"].$Context->Configuration["BBBAR_PATH"].'functions.js');
by:
$Head->AddStyleSheet($Context->Configuration["BBBAR_PATH"].'style.css'); $Head->AddScript($Context->Configuration["BBBAR_PATH"].'functions.js');
That's how it should look like with or without the vanilla-packer.