Closed (fixed)
Project:
Stickers
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
11 Oct 2010 at 14:56 UTC
Updated:
23 Oct 2012 at 10:04 UTC
I've installed the 6x.1x dev version, uploaded a PNG file and set it to published yet nothing appears on the site. In addition I've modified the permissions to make the stickers and associated imagecache viewable to all roles on the site. Looking at the source code of a rendered page I'm seeing the jquery extend code to display the sticker image but for some reason it just won't render on the page.
Comments
Comment #1
Countzero commentedCould you tell me what version of jquery_ui you're using ? You need 1.7 and hence jquery_update 2.x.
By the way, the module should work with jpg pictures too.
Comment #2
Countzero commentedOne more question : looking at the page's markup, can you see a DIV containing an IMG tag ?
While investigating, I noticed in some cases, the DIV is generated but not the IMG tag. Is your case similar ?
Comment #3
Countzero commentedThe issue should be fixed in 1.2, where I corrected a call to theme_image not returning anything in some cases (http://api.drupal.org/api/function/theme_image/6#comment-63).
Please let me know if it worked for you.
Comment #4
Countzero commentedModule abandoned. Cleaning up.