06-23-2010, 06:03 AM
The things you need to fill out on MyBB are as follows:
Title
Short Description
Regular Expression
Replacement
Parse Order
What you give:
Code:
[background={COLOR}]{TEXT}[/background]
HTML Replacement -
Code:
<span style="background-color: {COLOR};">{TEXT}</span>
Example Usage -
Code:
[background=yellow]text on a yellow background[/background]
They're totally different!
Title
Short Description
Regular Expression
Replacement
Parse Order
What you give:
Code:
[background={COLOR}]{TEXT}[/background]
HTML Replacement -
Code:
<span style="background-color: {COLOR};">{TEXT}</span>
Example Usage -
Code:
[background=yellow]text on a yellow background[/background]
They're totally different!