Support Forums

Full Version: [TUTORIAL] Sams's BBCodes Forum Forums [TUTORIAL]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Clean layout and comprehensive information. Thanks for the effort made.
No problem Eve. I like to help people who might need it.
Have you tried it personally on MyBB?
Yes I have.
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!
No just different name.

Title = Background Colour
Short Description = You choose
Regular Expression = [background={COLOR}]{TEXT}[/background]
Replacement = HTML Replacement
Parse Order = Leave blank I think
Nope, it doesn't work.
Thanks for this guide friend, it's quite useful and straight to the point.

Good job. Smile
Awesome tutorial
Thank You, I'm sorry it doesn't work for you MarkW7. I'm really not sure.
Pages: 1 2 3