Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Tooltip MyCode

Shows a tooltip when you use [tip=laugh out loud]lol[/tip]

Version: 1.00
Author:
Submitted: 30th November 2008
Last Updated: 15th December 2008
Before you read this!
[discontinued...]
i suggest you use my acronym mod..
it's not available on this site though,
http://talkforstuff.com check the MyBB Plugins section.

It's a tooltip Mycode.
It could be used for example like this:
[tip=laugh out loud]lol[/tip]
the laugh out loud will be shown when your mouse is over the text: "lol".
In the images, you can't see my mouse but it's over the text.
Preview Image 912

How to install:
- Go to your admin panel.
- Go to your theme you're using.
- Click on it
- Click on global.css
- Click advanced mode
- Scroll to the bottom
- Add this code:

Code:
a:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/
a.tooltip span {display:none; padding:2px 3px; margin-left:8px; width:130px;}
a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#6c6c6c;}

- Upload tip.php to /inc/plugins/
- Go to your admin panel, to plugins
- Search for Tooltip plugin, activate it!

Thank you for using my Plugin =).