ich habe Stefan´s Shoutbox http://www.phpbb2.de/dload.php?action=file&file_id=140 in mein phpBB Plus 1.3 auf der Forum index.php nach Anleitung eingebaut, es wird aber weiterhin das (gesperrte) Forum anstatt der Shoutbox angezeigt.
Code: Alles auswählen
<!-- END forumrow -->
<!-- BEGIN shoutrow -->
<tr>
<td class="row1" align="center" valign="middle" height="75">{catrow.shoutrow.FOLDER}</td>
<td class="row1" width="100%" height="75" colspan="4" align="center"><iframe bgcolor="{T_BODY_BGCOLOR}" src="mods/shoutbox/viewshoutbox.php" width="100%" height="100%" frameborder="0"></iframe></td>
</tr>
<!-- END shoutrow -->
<!-- END catrow -->
index_body.tpl
index_body_plus.tpl
index_box.tpl
reinkopiert, alles erfolglos..... es wird weiterhin nur das manuell erstellte Shoutbox-Forum angezeigt anstatt der Shoutbox.....
...... wo ist mein Fehler?