[phpBB Debug] PHP Warning: in file [ROOT]/ext/sniper/mobiledevice/event/listener.php on line 194: Trying to access array offset on value of type bool
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sniper/mobiledevice/event/listener.php on line 199: Trying to access array offset on value of type bool
[phpBB Debug] PHP Warning: in file [ROOT]/ext/sniper/mobiledevice/event/listener.php on line 267: Trying to access array offset on value of type bool
phpBBMexico • [MODDB] BBCode Strikethrough MOD
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
5.PNG (6.7 KiB) Viewed 5121 times
5.PNG
5.PNG (6.7 KiB) Viewed 5121 times

2.PNG
2.PNG (10.31 KiB) Viewed 5121 times
2.PNG
2.PNG (10.31 KiB) Viewed 5121 times

acp.PNG
acp.PNG (48.66 KiB) Viewed 5121 times
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
3.PNG (8.85 KiB) Viewed 5119 times
3.PNG
3.PNG (8.85 KiB) Viewed 5119 times
Download: