Tooltip or Abbreviation Custom BBCode
Originally posted https://www.vbulletin.com/forum/showthread.php/390277-How-to-Make-a-Tooltip-or-Abbreviation-BBCode.
Pretty simple bbcode that uses pure html (no js) AdminCP -> Custom BBCodes -> Add New BBCode Tag Name: abbr Replacement: Code:
<abbr title="{option}">{param}</abbr> Code:
[abbr="vBulletin Solutions Inc."]VBSI[/abbr] Use Option: YES Settings Screenshot and preview attached. If the abbr word does not look different than normal text (it should look like the preview image), you can add this code to admincp > style manager > edit templates > additional.css Code:
abbr { border-bottom: 1px dotted black; cursor: help; } Download No files for download. Screenshots |
Similar Mods
Show Thread Enhancements Better Tooltip - Text Enhancement [BBCode] | vBulletin 4.x Add-ons |
Forum Home Enhancements Tooltip Balloons | vBulletin 3.7 Add-ons |