Hi,
Not sure if you've spotted it.. but first of all a fantastic product you've all made

Well done!
I was testing our Joomla package and noticed the <Spoiler> image is broken if you install joomla into a virtual directory that isnt the website root.
I did some digging and noticed that in Kunena.parser.php the image for spoiler and woot is set to:
imgElement.src="/components/com_kunena/template/default/images/english/emoticons/pinch.png
Naturally this means that its looking for the iamge in /components rather than the virtual directory its installed in, in my case /joomla/components.
I applied a quick fix: Alter all image src lines in the file to have '.KUNENA_JLIVEURL.' before the /components. This seems to solve the problem.
eg:
imgElement.src="'.KUNENA_JLIVEURL.'/components/com_kunena/template/default/images/english/emoticons/pinch.png
This solves the problem.
Best Regards,
Mike
MD
SpyderHosting.co.uk