Beiträge: 7.001
Themen: 4.703
Registriert seit: 06.12.2006
29.08.2015, 04:25
(Dieser Beitrag wurde zuletzt bearbeitet: 10.08.2024, 05:35 von MyBB.de Bot.)
Eine neue Erweiterung wurde veröffentlicht:
Haz Spoiler code
Zitat:install: upload the single file to /inc/plugins and activate it in your AdminCP.
Code:
Code:
[spoiler=(title)]content[/spoiler]
After activate this plugin, using above code will help you hiding the content.
this tag is nestable, and is using JQuery to toggle its display style.
Beiträge: 5
Themen: 1
Registriert seit: 04.11.2010
(29.08.2015, 04:25)MyBB.de Bot schrieb: Eine neue Erweiterung wurde veröffentlicht: Haz Spoiler code
Zitat:install: upload the single file to /inc/plugins and activate it in your AdminCP.
Code:
Code:
[spoiler=(title)]content[/spoiler]
After activate this plugin, using above code will help you hiding the content.
this tag is nestable, and is using JQuery to toggle its display style.
By using äüöÄÜÖ in title this pluging isnt working!!!
Beiträge: 8.516
Themen: 59
Registriert seit: 20.04.2010
MyBB-Version: 1.8*
Suche in der Plugin Datei nach
PHP-Code:
$pattern = array("#\[spoiler=(?:"|\"|')?([a-zA-Z0-9!:\#\.\? \',\-\(\)]*?)[\"']?(?:"|\"|')?\](.*?)\[\/spoiler\](\r\n?|\n?)#si", "#\[spoiler\](.*?)\[\/spoiler\](\r\n?|\n?)#si",);
ändern zu
PHP-Code:
$pattern = array("#\[spoiler=(?:"|\"|')?([a-zA-Z0-9_äÄöÖüÜß!:\#\.\? \',\-\(\)]*?)[\"']?(?:"|\"|')?\](.*?)\[\/spoiler\](\r\n?|\n?)#si", "#\[spoiler\](.*?)\[\/spoiler\](\r\n?|\n?)#si",);
Hoffe das hilft dir weiter.
Mit freundlichen Grüßen
MrBrechreiz