Seite 1 von 1

Prime BBCode Spoiler

Verfasst: 13.05.2008 10:35
von Khez
Ich habe den Mod genauso instzalliert, wie beschrieben, er funktioniert auch, allerdings steht jetzt über dem Header in meinem Forum:

Code: Alles auswählen

[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3526: Cannot modify header information - headers already sent by (output started at /language/de/mods/prime_bbcode_spoiler.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3528: Cannot modify header information - headers already sent by (output started at /language/de/mods/prime_bbcode_spoiler.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3529: Cannot modify header information - headers already sent by (output started at /language/de/mods/prime_bbcode_spoiler.php:1)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3530: Cannot modify header information - headers already sent by (output started at /language/de/mods/prime_bbcode_spoiler.php:1)
Was lief da falsch?

Verfasst: 13.05.2008 11:42
von Dr.Death
/language/de/mods/prime_bbcode_spoiler.php

Diese Datei hast Du wahrscheinlich mit einem normalen Editor bearbeitet....

Siehe bitte mal hier: KB:166
Und hier: KB:84

Verfasst: 13.05.2008 18:36
von Khez
danke, nutze ab sofort notepad++, das is wirklich super.

Verfasst: 13.05.2008 20:04
von Khez
hab grad nochmal nachgeguckt. die datei ist unbearbeitet, sie ist teil eines mods und muss somit nur hochgeladen werden. was ist falsch? kriegs einfach net zum laufen.

Verfasst: 13.05.2008 20:12
von derkubi
Wäre es nicht einfacher gewesen einen der zig Spoiler-BBcodes im ACP zu erstellen ?

Verfasst: 13.05.2008 20:31
von Khez
Hab ich auch schon gemacht, allerdings bot dieser Mod eine besonders schicke Ansicht des Spoilers.
Aber egal ^^

Verfasst: 14.05.2008 12:43
von derkubi
Auch nicht sclecht anzusehen :grin:

Code: Alles auswählen

[spoil]{TEXT}[/spoil]

<div style="margin:20px; margin-top:5px"><div class="quotetitle"><b>Den Text</b> <input type="button" value="Lesen" style="width:45px;font-size:10px;margin:0px;padding:0px;" onclick="if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';        this.innerText = ''; this.value = 'Zu'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = ''; this.value = 'Lesen'; }" /></div><div class="quotecontent"><div style="display: none;">{TEXT}</div></div></div>