So now we have to move our images to the themes folder.? 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.
I've tried adding $Configuration['WEB_ROOT'] to the image location in the stylesheet
Of course not! There is no parsing or executing of php in styles!
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!
I'd be happy to send you the alpha version of vzippy to see if that solves (or even experiences) some of the problems listed here. See alpha testers wanted for vzippy thread. Dino has been nice enough to install it on the same server http://vzippy.edinet.co.uk/
Just a random OT comment for Mark... 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:
Just a random OT comment for Mark... 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:
I'll get the following Error: 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.
You should replace line 154 and 155:$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.
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.