MyBB.de Forum

Normale Version: Tooltip MyCode
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Eine neue Erweiterung wurde veröffentlicht: Tooltip MyCode

Zitat: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.
[Bild: http://mods.mybb.com/uploads/previews/11....thumb.jpg]

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 =).

Vorschau:
http://talkforstuff.com/showthread.php?tid=14
Hallöle,

wer kann mir da helfen?

Und zwar möchte ich diesen MyCode so umgeschrieben haben, das nicht das Fragezeichen als Image Datei hinter dem Wort steht, sondern dass das Wort rot & fett markiert wird, wenn man dann mit der Maus darüber fährt, kommt der Tooltip.

Hat jemand eine Lösung?

Würde mich freuen.

Lieben Gruss
happyspeedy
Kann mir da wirklich keiner helfen? Confused
Ich habe das Plugin gerade mal testweise installiert und kann nicht nachvollziehen, von welchem "Fragezeichen als Image Datei" Du sprichst. Der Tooltip erscheint so, wie er auch oben in dem Bild gezeigt wird.