BBCodeBox3

prosilver | subsilver2

Willkommen und Gute Nacht, Guest  Beim nächsten Piep ist es zwischen 2:00 und 3:00 Uhr

It is currently Mon 6. May 2024, 02:59

All times are UTC + 1 hour [ DST ]




Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
PostPosted: Fri 5. Jun 2009, 21:33 
Administrator
User avatar

Posts: 427

Last 3 Topics:
Tabmenu Test
[Snippet] Avatar Ev...
[DEV] Zero and X-P...

Joined:
Sun 13. Jan 2008, 23:44

4S-BB-Control
(Force BB Control)

MOD-Title: 4S-BB-Control
MOD-Version: 1.0.0
MOD-Autor: 4seven

MOD-Beschreibung:
Dieser Mod verhindert das Parsing (Anzeigen)
und Benutzen von beliebigen BBCodes für bestimmbare Gruppen.

phpBB-Version: phpBB 3.0.x
phpBB-Sprachen: de,en
phpBB-Styles: alle Styles

Info: Der Custom BBCode Rights Mod ist in die neue Hide Content 4 Groups Engine integriert.
Der Mod wurde umbenannt in 4S-BB-Control. Es gibt nun einen Einzel- und Mixed-Modus beider Mods.

Download:

Attachment:

Image

Image

Quote:
The safest way ist to make this setting in autoMOD-config:
http://www.loaditup.de/files/474613.png

Note: When u download the 4S-BB-Control.zip after autoMOD'ing with this settings u must rename some things, bcs. autoMOD in some cases should not name the edited root-files and some path correctly.

Image

- Rename (in root of zip):
- ist.php to memberlist.php
- .php to posting.php
- php (without name and dot) to search.php
- um.php to viewforum.php
- ic.php to viewtopic.php

Correct Path:
- the content of folder s must copy to includes
- the content of folder e must copy to language
- the content of folder prosilver must be copy to styles/prosilver/template

And, don't forget the Do It Yourself Instructions
..and the manual edits for subsilver2, if it's your style ;)

Thats it


Main-Demo:
http://sekuro.se.funpic.de/phpbb/index.php *

*Zum Gegencheck > User: test / Pw: testuser

ACP-Screen:
http://sekuro.se.funpic.de/mods/4s-bb-c ... review.png

Features:

- Das Parsing beliebiger BBCodes für bestimmbare Gruppen verbieten/erlauben.
- Das Benutzen beliebiger BBCodes für bestimmbare Gruppen verbieten/erlauben.

Extended Features:
- Unlimitierte BBCode Einträge's pro Feld (Custom-und Hardcoded-BBCodes)
- Unlimitierte Gruppen-ID Einträge pro Feld. Die Gruppe muss nicht die Hauptgruppe des Mitglieds sein
- Beim ACP-Punkt > Admins/Mods dürfen alle BBCodes benutzen und sehen: [ x ] Ja [ ] Nein
- ebenso unlimitierte Gruppen-ID Einträge für (Co)Admins/Mods.
- (Hier war eine mögliche Fehlerquelle, da nicht alle Admins Gruppen-ID 5 haben.
- Ferner wünschten sich die Admins hier mehr Flexibilität)

- Parsing- und Benutzungs-Restriktion von Attachments
- In Foren, in denen Attachments im HC4G-Modus restriktiert sind,
- ist der Hinweis auf innenliegende Attachments Image ausgeblendet
- Optionales Ausblenden der Bedienelemente der Attachments
- Optionales (globales) Ausblenden der Pic-Attachment-Anzeige (Größe, x mal betrachtet, usw.)
- Parsing- und Benutzungs-Restriktion von Attachments im PM-Bereich
- Parsing-Restriktion von Links im Posting (ohne [url] - Tag)
- Benutzungs-Restriktion von Links (mit [url] - Tag)
- Einzel und Mixed-Mode beider Module (CBR + HC4G), wahlweise für jedes BBCode-Feld
- Für jedes BBCode-Feld können beliebige Foren von den Restriktionen ausgenommen werden
- Beim Antworten werden die restriktierten und/oder unsichtbaren Inhalte automatisch extrahiert
- Beim Versuch, den restriktierten BBCode manuell zu posten > Trigger Error (CBR Modus)
- In HC4G-Modus werden restriktierte BBCodes in der Vorschau automatisch extrahiert.
- Alle restriktierten BBCode-Buttons sind ausgeblendet
- Auch Hardcoded-BBCode-Buttons können restriktiert und deren Button ausgeblendet werden:
- color=,size=,b,i,u,code,img,flash
- Dabei wird automatisch erkannt, ob diese BBCodes in eines der Felder eingegeben wurde.
- (Die BBCodes quote,list,list=, und * sind davon ausgenommen,
- weil es mE keinen vernünftigen Grund gibt, diese zu restriktieren oder auszublenden.)

- Der url-Button wird bei aktivierter Url-Restriktion ausgeblendet.
- Pro Feld kann wahlweise für Postings, PNs und Signaturen restriktiert werden.
- Parsing-Restriktion von Links in Signaturen (ohne [url] - Tag)
- Benutzungs-Restriktion von Links in Signaturen (mit [url] - Tag)

Im HC4G-Modus können relevante BBCodes:
- unsichtbar gemacht werden.
- mit einem Reglink-Pic, Reglink-Text oder einem Text ersetzt werden.

Im HC4G-Modus stehen folgende Modi zur Verfügung:

- BBCode mit Bild-Reg-Link ersetzen
- BBCode mit Text-Reg-Link ersetzen
- BBCode mit Text ersetzen
- BBCode unsichtbar

Image

Image

---------

Anwendungs-Beispiele

- Erstellt einen [admin] oder [moderator] - BBCode, um mit anderen Admins oder Moderatoren versteckt zu kommunizieren.

Code:
[admin]{TEXT}[/admin]

<span>{TEXT}</span>


Code:
[moderator]{TEXT}[/moderator]

<span>{TEXT}</span>


- Erstellt einen [hide] - BBCode, um ein ganzes Post oder Bereiche davon auszublenden.

Code:
[hide]{TEXT}[/hide]

<span>{TEXT}</span>


----------------

tags: forbid, hidden, no, non, parsing, parse, custom, bbcodes, bbcode, parsen, ausblenden, verstecken, verbieten, gruppen, hide, content, group, allow, use, usage, post, custom, bbcodes, bbcode, posten, verbieten,erlauben, gruppen


Top
 Profile  
 
PostPosted: Fri 19. Mar 2010, 05:01 
Administrator
User avatar

Posts: 427

Last 3 Topics:
Tabmenu Test
[Snippet] Avatar Ev...
[DEV] Zero and X-P...

Joined:
Sun 13. Jan 2008, 23:44

[RC] Information

Image

I revised the complete Mod-Code and now it is full autoMOD compatible.
Further the Insta-MODDB-Check going trough now ;)

The safest way is to make this setting in autoMOD-config:
http://www.loaditup.de/files/474613.png

Note: When u download the 4S-BB-Control.zip after autoMOD'ing with this settings u must rename some things, bcs. autoMOD in some cases should not name the edited root-files and some path correctly.

Image

- Rename (in root of zip):
- ist.php to memberlist.php
- .php to posting.php
- php (without name and dot) to search.php
- um.php to viewforum.php
- ic.php to viewtopic.php

Correct Path:
- the content of folder s must copy to includes
- the content of folder e must copy to language
- the content of folder prosilver must be copy to styles/prosilver/template

And, don't forget the Do It Yourself Instructions
..and the manual edits for subsilver2, if it's your style ;)

Thats it

See also Contrib-Folder, if u want to delete the table-entrys or autoMOD-entry.

May u control your edits and load up all files again, bcs. of little changes.
Note: This is no code- or function-update. Its a turn to MODDB-valid fit.

In the next future i may review and optimize some functions.

greez
4seven


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
cron
POWERED_BY
[ Time : 0.016s | 21 Queries | GZIP : Off | Board-Version: 3.0.7 PL1 ]