MyBB Community Forums

Full Version: Using tooltip with myBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like to use a mouseover to show a little picture and in another software we have used own created BBCode (not by me) to view the image.

This is the code that we created with the BBCode :
<span class="hotspot" onmouseover="tooltip.show('<img src=http://my.com/pic.jpg />');" onmouseout="tooltip.hide();">

Is this possible in myBB? If so, how can I do it?
http://mods.mybb.com/view/tooltip-mycode

Have you tried using this plugin and then changing the compatibility to 1.8?