[BBCode] Strikeout text

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support

[BBCode] Strikeout text

Post by all4phone »

Title: Strikeout text
Description: enriched with syntax coloring.
Author: all4phone

Enriched version:
bbcode usage:

Code: Select all

[s={COLOR1}]{COLOR2},{TEXT}[/s]
HTML replacement:

Code: Select all

<span style="color:{COLOR1};text-decoration:line-through;"><span style="color:{COLOR2}">{TEXT}</span></span>
Helpline:

Code: Select all

[s=strikethrough_color]text_color,text_that_will_be_striked[/s]
Example:

Code: Select all

[s=red]green,Strikeout text[/s]
Striked_2.PNG
You do not have the required permissions to view the files attached to this post.

[BBCode] Strikeout text

Post by FTH »

Nice BBCode, thanks for sharing ;) Dziękujemy za udostępnienie

[BBCode] Strikeout text

Post by akim »

very bbcode, thank you ;)

[BBCode] Strikeout text

Post by Jessica »

a must have....should be default in phpBB3, though :/ like "Bold" and "underline"

[BBCode] Strikeout text

Post by Blackwolf »

Yes....very cool..... :thumb:

[BBCode] Strikeout text

Post by all4phone »

Jessica wrote:a must have....should be default in phpBB3, though :/ like "Bold" and "underline"
I agree :thumb:

FTH, akim, Blackwolf - thanks ;)