Um folgende Shoutbox gehts:
## MOD Title: Fully integrated shoutbox
## MOD Author: Niels < ncr@db9.dk > (Niels Chr. Rød) http://mods.db9.dk
Also mein Problem ist im folgenden:
Ich will die Shoutbox nur anzeigen lassen wenn man eingeloggt ist!
Soweit hab ich alles in die verschiedenen Dateien eingefügt...
Nur wenn ich dann am schluss diesen code einfüge:
Was anscheinend der Code dafür ist wo das ganze angezeigt wird - wird die shoutbox eben überall und jedem angezeigt.<!-- Start add - Fully integrated shoutbox MOD -->
<table width="100%" cellspacing="0" border="0" align="center" cellpadding="2" class="forumline">
<tr>
<td align="center" nowrap="nowrap" class="catHead"><span class="cattitle"><a href="{U_SHOUTBOX_MAX}">{L_SHOUTBOX}</a></span></td>
</tr>
<tr>
<td>
<iframe src="{U_SHOUTBOX}" scrolling="NO" width="100%" height="180" frameborder="0" marginheight="0" marginwidth="0" allowtransparency="true"></iframe>
</td>
</tr>
</table>
<br/>
<!-- End add - Fully integrated shoutbox MOD -->
Ich will es aber so dass es nur reg. User benutzen und sehen können

Danke für euere Hilfe!