Page 1 of 1

[MODDB] BBCode Strikethrough MOD

Posted: 27 Apr 2012, 04:32
by all4phone
Custom support is given at this forum

Testing Area

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.3
phpBB: 3.0.12
phpbb topic: http://www.phpbb.com/community/viewtopi ... #p13133939

Installation level: Easy
Installation time: ~ 1 minute

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

    Available languages​​:
    • English
    • Polish
Info:
Image
Image

Screenshots: screenshots
Demo: Demo topic
Demo Username: tester
Demo Password: 123456

Downolad: download

[RC] BBCode Strikethrough MOD

Posted: 27 Apr 2012, 04:38
by all4phone
Icon for BBCodebox Light

If you are using BBCodebox Light Snippet:

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.

[RC] BBCode Strikethrough MOD

Posted: 09 May 2012, 12:56
by all4phone
First post updated to v 1.0.1

  • new features (added ACP module: enable/disable mod, added option to change the position of [s] tag BBCode in view edit post
  • new download
  • new screenshots
[/i]

[MODDB] BBCode Strikethrough MOD

Posted: 06 Oct 2012, 20:41
by all4phone
Mod updated to v 1.0.2 validated to [MODDB]

- fixed instruction in functions.php file
- minor changes install_strike.php file
- adjustment to phpBB 3.0.11

[MODDB] BBCode Strikethrough MOD

Posted: 01 Jun 2014, 18:21
by all4phone
Mod updated to v 1.0.3

- adjustment to phpBB 3.0.12

Re: [MODDB] BBCode Strikethrough MOD

Posted: 21 Jun 2016, 11:16
by all4phone
Sorry, no further support for modification, because of a new extension system active.