Alert BB Code

Daz

New Member
Brings up a user definable dialogue box upon mouseover of the {param}

Install:
Go to AdminCP>Custom BB Codes>Add New BB Code and fill out the following:

Title:
Fun Alert

Tag:
FA

Replacement:

PHP:
<a href="" onMouseover="alert('{option}')">{param}</a>

Example:
[FA=This is an alert.]Alert[/FA]

Description:
Adds a user definable dialogue box on mouseover

Use {option}:
Yes


Demo Here
 
Top