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
Post
by all4phone » 27 Apr 2012, 02:32
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:
Info:
Screenshots: screenshots
Demo: Demo topic
Demo Username: tester
Demo Password: 123456
Downolad: download
Last edited by all4phone on 09 May 2012, 20:33, edited 2 times in total.
Post
by all4phone » 27 Apr 2012, 02:38
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=" S " 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.
Post
by all4phone » 09 May 2012, 10:56
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]
Post
by all4phone » 06 Oct 2012, 18:41
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
Post
by all4phone » 01 Jun 2014, 16:21
Mod updated to v 1.0.3
- adjustment to phpBB 3.0.12
Post
by all4phone » 21 Jun 2016, 09:16
Sorry, no further support for modification, because of a new extension system active.