MyBB Community Forums

Full Version: Abbreviations
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Description:
When the mouse hovers over something abbreviated it will tell you the original word(s).

Regular Expression:
\[abbr=(.*?)\](.*?)\[/abbr\]

HTML Replacement:
<abbr title="$1">$2</abbr>

Example in MyCode:
[abbr=Uniform Resource Locator]URL[/abbr]

Example in HTML:
<abbr title="Uniform Resource Locator">URL</abbr>

Example in Plain Text:
URL
I will use this..
Hi, I need answer for this, what qualifies as abbreviated? Does broken/unrecognized images qualifies as an abbreviation? I want to be able to hover over it and see its original url, or traces.
Sorry what do you want to know? An abbreviation is a shortened group of words like www (world wide web)