[MODDB] BBCode Strikethrough MOD

Modifications maintained and supported by all4phone
Forum rules
This forum is moderated by all4phone!
Locked
User avatar
all4phone
BBCoder IV
BBCoder IV
Posts: 150
Joined: 11 Feb 2011, 13:50
BBCodes: 28
Favourite BBCode: Random text signature
Favourite MOD: BBCode Strikethrough MOD
Location: Poland
Contact:

[MODDB] BBCode Strikethrough MOD

Post 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
Last edited by all4phone on 09 May 2012, 22:33, edited 2 times in total.
User avatar
all4phone
BBCoder IV
BBCoder IV
Posts: 150
Joined: 11 Feb 2011, 13:50
BBCodes: 28
Favourite BBCode: Random text signature
Favourite MOD: BBCode Strikethrough MOD
Location: Poland
Contact:

[RC] BBCode Strikethrough MOD

Post 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.
User avatar
all4phone
BBCoder IV
BBCoder IV
Posts: 150
Joined: 11 Feb 2011, 13:50
BBCodes: 28
Favourite BBCode: Random text signature
Favourite MOD: BBCode Strikethrough MOD
Location: Poland
Contact:

[RC] BBCode Strikethrough MOD

Post 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]
User avatar
all4phone
BBCoder IV
BBCoder IV
Posts: 150
Joined: 11 Feb 2011, 13:50
BBCodes: 28
Favourite BBCode: Random text signature
Favourite MOD: BBCode Strikethrough MOD
Location: Poland
Contact:

[MODDB] BBCode Strikethrough MOD

Post 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
User avatar
all4phone
BBCoder IV
BBCoder IV
Posts: 150
Joined: 11 Feb 2011, 13:50
BBCodes: 28
Favourite BBCode: Random text signature
Favourite MOD: BBCode Strikethrough MOD
Location: Poland
Contact:

[MODDB] BBCode Strikethrough MOD

Post by all4phone »

Mod updated to v 1.0.3

- adjustment to phpBB 3.0.12
User avatar
all4phone
BBCoder IV
BBCoder IV
Posts: 150
Joined: 11 Feb 2011, 13:50
BBCodes: 28
Favourite BBCode: Random text signature
Favourite MOD: BBCode Strikethrough MOD
Location: Poland
Contact:

Re: [MODDB] BBCode Strikethrough MOD

Post by all4phone »

Sorry, no further support for modification, because of a new extension system active.
Locked