MyBB Community Forums

Full Version: add a tooltip on the rating and smilies?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how to add a tooltip on the rating and smilies?

probably could clarify the picture below what I mean

rating
http://prntscr.com/14ogh7
and
http://prntscr.com/14ogoq

the second to change the tooltip on smilies
http://prntscr.com/14oh0j


I want to change to be like this

http://prntscr.com/14ogvo
Up ...
Not Solved
Up ...
Not Solved
<a href="mybb.com" title="I'm an tooltip">MyBB</a>
I already know about it
but how to add a toolTip on the rating and smilies?
just install jQuery TipTip Smile

will post tutorial about it very soon Wink

UPDATE: http://community.mybb.com/thread-139745.html
if your tutorial without adding toolTip class in templates?
for example like this
<a href="newreply.php?tid=139294&replyto=1005694">
<img title="Quote this message in a reply" alt="Quote this message in a reply" src="images/english/postbit_quote.gif">
</a>
so like this
<a href="newreply.php?tid=139294&replyto=1005694">
<img title="Quote this message in a reply" alt="Quote this message in a reply" src="images/english/postbit_quote.gif" class="toolTip">
</a>
I've actually put on MyBB toolTip I just manually to add the class
and I am still confused to add class="toolTip" on the rating and smilies
The rating there for the difference between the threads that have been given a rating by the thread that has not been given a rating
no worries, it ads manually but i can modify to put it with custom class
okey Big Grin
thanks before ...