Seite 1 von 1

ChatBox fragen

Verfasst: 18.02.2007 16:25
von ATI67
ich habe bei mir im Forum den ShoutBox installiert läuft alles ohne probleme.
SO jetzt will ich aber das alle beiträge ein einem kasten sind, so wie hier auf der Seite http://board.dcremix.to/ die beträge sollen auch alle in einer Zeile sein also so:

[Nick]: TEXT TEXT TEXT TEXT TEXT
[Nick]: TEXT TEXT TEXT TEXT TEXT

Hoffe ihr meint was ich meine und könnt mir weiter helfen.

Der ChatBox: http://www.phpbbhacks.com/download/1255

Link zur meinem Forum: http://finestblackbeatz.fi.funpic.de/phpBB2/

Verfasst: 18.02.2007 17:25
von ATI67
ok habs selber hinbeckommen nach std langer suche

in shoutbox_view_body.tpl das

Code: Alles auswählen

<table width="100%" height="100%" cellpadding="0" cellspacing="1" border="0" class="forumline">
<!-- BEGIN shoutrow -->
<tr>
   <td class="{shoutrow.ROW_CLASS}" width="100%" higth="100%">
<span class="gensmall">
   {shoutrow.TIME}<br />
   <b>{shoutrow.USERNAME}:</b><br />
   {shoutrow.SHOUT}<br/></span>
   </td>
</tr>
<!-- END shoutrow -->
</table>

mit dem

Code: Alles auswählen

<table width="100%" cellpadding="0" cellspacing="1" border="0" class="forumline">
<!-- BEGIN shoutrow -->
<tr>
   <td class="{shoutrow.ROW_CLASS}" width="100%" higth="100%">
<span class="gen">[{shoutrow.TIME}] <b>{shoutrow.USERNAME}: </b>{shoutrow.SHOUT}</span> </td>
</tr>
<!-- END shoutrow -->
</table>

austauschen