MyBB Themes - ThemeFreak
tooltip ? - Printable Version

+- MyBB Themes - ThemeFreak (http://www.themefreak.net)
+-- Forum: Community (http://www.themefreak.net/forumdisplay.php?fid=4)
+--- Forum: General Discussion (http://www.themefreak.net/forumdisplay.php?fid=6)
+--- Thread: tooltip ? (/showthread.php?tid=84)

Pages: 1 2


tooltip ? - avril-more - 4th Apr

Hi,
How do I make the image tooltip?

[Image: rEf4K.png]


RE: tooltip ? - Jon - 4th Apr

It's a jquery plugin available from here,

http://code.drewwilson.com/entry/tiptip-jquery-plugin

It just requires adding a javascript file to your forum and editing the templates where you would like the tooltip to appear.


RE: tooltip ? - avril-more - 4th Apr

I tried this, but it is a conflict?

Are You the codes, could you share?


RE: tooltip ? - Jon - 4th Apr

When you are setting the class in javascript, make sure to use this

Code:
<script type="text/javascript">
jQuery.noConflict();

//Your code

</script>



RE: tooltip ? - avril-more - 4th Apr

We make in this way conflicts with the sidebar?

Code:
<script type="text/javascript">
jQuery.noConflict();
jQuery(document).ready(function() {

//Your code
</script>

sidebar does not work this time?
sidebar => sidebox


RE: tooltip ? - Jon - 4th Apr

How many jquery plugins are you using ?


RE: tooltip ? - avril-more - 4th Apr

I would like to thank my friend. Now up and running no problem .. [Image: 7K81n.gif]


RE: tooltip ? - Jon - 4th Apr

That's good to hear, now just add the tooltip class to what ever you would like it to appear on.


RE: tooltip ? - avril-more - 4th Apr

ok thank you very much.


RE: tooltip ? - Ted B - 13th Jun

Ive been trying to use this but just cant seem to get it running, any chance to get a tut on this pls. Smile