Itemtooltips for Boards

From EQdkp Plus
Jump to navigation Jump to search

It's possible to use the EQdkp Plus' Itemtooltips in other systems, like boards.

Installation

Insert the following JavaScript Code into the head area of your board.

<script type='text/javascript' src='URL_TO_YOUR_EQDKP/infotooltip/tooltips.php'></script>

Usage

Please note that since EQdkp Plus Version 1.0 the notation [item]ITEMNAME[/item] does not work anymore. The tooltips can be used on each website or board that includes the script shown above. To tell the script which element should be converted to a tooltip, the Itemname must be sourounded with a HTML-Element containing the class "EQdkpTooltip".

Example:

<span class="EQdkpTooltip">Axt</span>

or

<a href="viewitem.php?i=14" class="EQdkpTooltip">Axt</a>

BBCodes for Boards

To integrate the Tooltips to your board, you must create an own BBCode in your board (and don't forget to include the script). Instructions for some boards are following.

phpbb3

Bbcode itt phpbb3.png

wbb3

Bbcode itt wbb3.png