Page 1 of 1

[MODDB] BBCode Strikethrough MOD

Posted: 10 Oct 2012, 13:34
by all4phone
Modification Name: BBCode Strikethrough MOD
Author: all4phone
Co-author: 4_seven

Modification Description: Strikeout text BBCode MOD. Adds the ability to type strikeout text in posts.

Credit: Many thanks to 4_seven for the solution of problem with using custom BBCode (added before and after instalation of MOD).

Modification Version: 1.0.2
phpBB: 3.0.11
phpbb topic: http://www.phpbb.com/community/viewtopi ... #p13133939

Installation level: Easy
Installation time: ~ 1 minute

Features :
  1. Allows strikethrough of text using [c][/s[/c] tags
  2. Added ACP module enable/disable MOD
  3. Added in ACP module option to change the position of [c][/c] tag BBCode in view edit post

    Available languages​​:
    • English
    • Polish


Info:
[img]http://www.ghostfacekillerclan.com/down ... inside.png[/img]
[img]http://www.4seven.de/forum/6test/images/automod.png[/img]

Screenshots: screenshots
5.PNG
2.PNG
acp.PNG
ACP test URL: ACP Testing Area
Demo: Demo topic
Demo Username: tester
Demo Password: 123456

Downolad: download

[edit]-- 10 Oct 2012 14:34:38 --[/edit]

Icon for BBCodebox Light

If you are using BBCodebox Light Mod:

After installation BBCode Strikethrough MOD:

Open: styles/prosilver/posting_buttons.html
Find:

Code: Select all

<input type="button" class="button2" accesskey="st" name="addbbcode22" value="&thinsp;S&thinsp;" style="font-weight:bold;text-decoration: line-through; width: 30px" onclick="bbstyle(22)" title="{L_BBCODE_ST_HELP}" />
Replace with:

Code: Select all

<input type="button" class="buttonz" accesskey="st" name="addbbcode22" value="" style="background: url('./images/editor/text_strike.png');" onclick="bbstyle(22)" title="{L_BBCODE_ST_HELP}" />
Then upload text_strike.png file to images/editor/ directory.
Refresh template and purge cache in the ACP.

Screen:
3.PNG
Download: