(2014-09-21, 06:11 AM)ThePanda Wrote:(2014-09-20, 10:49 PM)Sephiroth Wrote:(2014-09-13, 09:16 AM)ThePanda Wrote: Great, thank you very much for this plugin.
It works fine in Firefox but the +/- effect is not appearing in chrome. Possible bug? Please check attachment for screenshot.
It works fine for me in Chrome; check your image path settings. Due to the way this plugin is coded with the javascripts, I believe it only pulls the min/max images from the images/ directory; if your theme uses a custom directory, simply drop collapse.png and collapse_collapsed.png into /images and you'll be fine.
Yes I'm using a custom theme. But the issue was not with the images.
The thing is that, the forum is in a "/forum" subdirectory.
In the plugin, I found that the
src="/images/collapse.png
src="/images/collapse_collapsed.png
So I replaced it with
src="forum/images/collapse.png
src="forum/images/collapse_collapsed.png
and now everything works fine. Thanks.
Actually the plugin should probably be edited to this path:
src="images/collapse.png"