MyBB.de Forum
PN hinweis -> empty - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html)
+--- Forum: MyBB 1.6.x (https://www.mybb.de/forum/forum-58.html)
+---- Forum: Allgemeiner Support (https://www.mybb.de/forum/forum-59.html)
+---- Thema: PN hinweis -> empty (/thread-32505.html)

Seiten: Seiten: 1 2


RE: PN hinweis -> empty - MrBrechreiz - 22.08.2015

Erstelle mal ein neues Standard Theme, um fehlende Variablen im Template auszuschliessen.

100%tig hast Du in deinem global_pm_alert Template einen Fehler. Kontrolliere dies mal.


RE: PN hinweis -> empty - KaSo - 23.08.2015

Der Inhalt vom global_pm_alert sieht wie folgt aus:
Code:
<div class="pm_alert" id="pm_notice">
<div class="float_right"><a href="private.php?action=dismiss_notice&amp;my_post_key={$mybb->post_code}" title="{$lang->dismiss_notice}" onclick="return MyBB.dismissPMNotice()"><img src="{$theme['imgdir']}/dismiss_notice.gif" alt="{$lang->dismiss_notice}" title="[x]" /></a></div>
<div>{$privatemessage_text}</div>
</div>
<br />



RE: PN hinweis -> empty - MrBrechreiz - 23.08.2015

Laut Quelltext wird es ausgegeben, aber mit erzwungenen Leerzeichen. Setzte es auf das Original zurück, dann sollte es vieleicht funktionieren.


RE: PN hinweis -> empty - KaSo - 23.08.2015

Das habe ich auch versucht, leider ohne Erfolg. Auch mit einem Standardthemplate (keine Veränderung vorhanden) wird es nicht angezeigt.