[RC1] 4S-BB-Control v.1.0.0

Modifications maintained and supported by 4seven
Forum rules
This forum is moderated by 4seven!
Locked
User avatar
4seven
BBCoder III
BBCoder III
Posts: 124
Joined: 11 Mar 2010, 19:43

[RC1] 4S-BB-Control v.1.0.0

Post by 4seven »

4S-BB-Control
(Force BB Control)

MOD-Title: 4S-BB-Control
MOD-Version: 1.0.0
MOD-Autor: 4seven
MOD-Description: This Mod prevents the Parsing and Using of any BBCodes for any Groups.

phpBB-Version: phpBB 3.0.x
phpBB-Languages: en,de
phpBB-Styles: All Styles

Tested: 3.0.7-PL1 - 3.0.10

Download: no new download until [RC2]

Image follows

Image follows

Demo: new demo follows

ACP-Screen: new screens follows

Features:
- Forbid/Allow the parsing of any BBCodes for any Groups *
- Forbid/Allow the using of any BBCodes for any Groups *

Extended Features:
- Unlimited BBCode Entry's per Field
- Unlimited Group-ID Entry's per Field und the Group must not be the Maingroup anymore
- For the ACP-Point > Admin can use all BBCodes: [ x ] Yes [ ] No
- also unlimited Group-ID Entry's for (Co)Admins/Mods.
- Here was a possible error, because not all Admins have Group-ID 5. Additional some Admins wants here more Flexibility.
- Parsing- und Use-Restriction 4 Attachments for Postings
- Optional Hiding of Attachment-Controls
- Optional global Hiding of Pic-Attachment-Info (Size, Viewed x times, etc.)
- In Forums, where Attachments are restricted, the Note Image,
- that a Attach is within the Forum, is also hidden
- Parsing-Restriction of Links (without [url] - tag)
- Parsing- and Use-Restriction of Links (with [url] - tag)
- Single and Mixed-Mode of both Modules (CBR + HC4G), for every BBCode-Field
- For every BBCode-Field you can un-restrict the Hiding and Usage for unlimited Forum-IDs.
- When u reply the restricted/hidden Contents, there where automaticly extracted from Reply-Post.
- By trying to bring in restricted/hidden BBCodes manually > Trigger Error (CBR Mode)
- In HC4G Mode there where auto-extracted in preview.
- All Restricted Custom-BBCode-Buttons are hidden
- Hardcoded-BBCode-Buttons are also hidden: color=,size=,b,i,u,code,img,flash
- There where automaticly detected, if one of those filled in any Field of the ACP-Module.
- (The BBCodes quote,list,list= and * are excepted, because there is no reason to hide them (my opinion))
- The url-Button is hidden by Url-Restriction-Field yet.

- Per Field you can choose, if the restricting apply for Postings, PMs or Signatures.
- Parsing-Restriction of Links in Signatures (without [url] - tag)
- Parsing- and Use-Restriction of Links in Signatures (with [url] - tag)

- Relevant BBCodes can be able to:
- make them completely hidden.
- replace them with a Pic-Reglink, a Text-Reglink or a Text.

- Following Combinations are possible:
- Replace BBCode with Pic-Reg-Link
- Replace BBCode with Text-Reg-Link
- Replace BBCode with Text
- Hide BBCode completely

- Examples for Advanced Using:
- You can build Admin- and Mod-BBCodes, which makes it possible to communicate invisible among themselves.

Code: Select all

    [admin]{TEXT}[/admin]

    <span>{TEXT}</span>  

Code: Select all

    [mod]{TEXT}[/mod]

    <span>{TEXT}</span>  
- Build a general hide-bbcode, and all what lands in, is simply hidden, for the whole post ore the tag-content only

Code: Select all

Code: Select all

    [hide]{TEXT}[/hide]

    <span>{TEXT}</span>  
Current Mods | Mod Base | php(BB) programming | No help via PM
User avatar
4seven
BBCoder III
BBCoder III
Posts: 124
Joined: 11 Mar 2010, 19:43

[RC1] 4S-BB-Control v.1.0.0

Post by 4seven »

[RC2] will have more comfort in acp, a complete new engine and minimum core changes.
Current Mods | Mod Base | php(BB) programming | No help via PM
User avatar
4seven
BBCoder III
BBCoder III
Posts: 124
Joined: 11 Mar 2010, 19:43

[RC1] 4S-BB-Control v.1.0.0

Post by 4seven »

Download for [RC1] 4S-BB-Control v.1.0.0

http://www.4seven.de/forum/6test/viewto ... t=241#p718

Before you ask anything, see phpbb.com support topic and first post for explanations and fixes.
Current Mods | Mod Base | php(BB) programming | No help via PM
killlereye
BBCoder I
BBCoder I
Posts: 1
Joined: 10 Feb 2015, 06:58
BBCodes: 7

Re: [RC1] 4S-BB-Control v.1.0.0

Post by killlereye »

Build a general hide-bbcode, and all what lands in, is simply hidden, for the whole post ore the tag-content only..??

____________
GUL
User avatar
4seven
BBCoder III
BBCoder III
Posts: 124
Joined: 11 Mar 2010, 19:43

Re: [RC1] 4S-BB-Control v.1.0.0

Post by 4seven »

killlereye wrote:Build a general hide-bbcode, and all what lands in, is simply hidden, for the whole post ore the tag-content only..??

____________
GUL
jap,
bcs. you can do it both way

for the whole post
[ hide]my whole post content[/hide ]
ore the tag([hide])-content only
my normal post content
[ hide]my hidden post content[/hide ]
my normal post content
Current Mods | Mod Base | php(BB) programming | No help via PM
Locked