MyBB Community Forums

Full Version: Help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Description:
Quote:When the question mark is clicked a popup alert box will give you help.

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

HTML Replacement:
<span style="font-weight: bold; font-color: #6666FF; vertical-align: super; line-height: 1.5em; font-size: 0.8em;"><a onClick="alert('$1');">[?]</a></span>

Usage in MyCode:
The MyCode [help=MyCode is a useful resource used to enhance MyBB posts.] feature is rearly helpful!

Output in HTML:
The MyCode <span style="vertical-align: super; line-height: 1.5em; font-size: 0.8em;"><a onClick="alert('MyCode is a useful resource used to enhance MyBB posts.');">[?]</a></span> feature rearly helpful!

Output in Plain Text:
The MyCode [?] feature is rearly helpful!
Updated
This is a pretty cool feature, I'm quite fond of it.
Thanks Smile i like it