Nie wiem czy to normalne ale przy niektórych opcjach nie pisze co robią:
Dodałem też opcje refresh i zrobiłem tak aby napisów nie ucinało jak sie pisze, ale jak to zrobiłem to ne che wysłać wiadomosci.
shoutbox_view_body
[phpbb]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <head> <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}"> <meta http-equiv="Content-Style-Type" content="text/css"> <link rel="stylesheet" href="templates/Saphic/Saphic.css" type="text/css" /> </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#E5E5E5" text="#000000" link="#006699" vlink="#5493B4" onload="window.scrollTo(0,99999);" /> <!-- BEGIN shoutrow --> <table cellpadding="2" cellspacing="0" border="0" class="table0" width="100%"> <tr> <td class="{shoutrow.ROW_CLASS}" width="100%"><span class="gensmall"> <font style="font-size:9px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif">{shoutrow.DELMSG} {shoutrow.EDITMSG} {shoutrow.DATE} </font> <b>{shoutrow.NAME}: </b>{shoutrow.MSG}</span></td> </tr> </table> <!-- END shoutrow --> </body> </html> [/phpbb]
shoutbox_send_body
[phpbb]<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <head> <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}"> <meta http-equiv="Content-Style-Type" content="text/css"> <link rel="stylesheet" href="templates/Saphic/Saphic.css" type="text/css" /> <script language="JavaScript"> <!-- function submitonce() { document.post.msg.value = document.post.message.value; document.post.message.value = ""; } //--> </script> </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bgcolor="#E5E5E5" text="#000000" link="#006699" vlink="#5493B4" /> <table class="formarea" width="100%" height="100%" cellpadding="0" cellspacing="0"> <form name="post" action="{SHOUTBOX_ACTION}" method="POST" target="ekran" autocomplete=off onsubmit="submitonce()"> <tr> <td class="row1" align="center" valign="bottom" nowrap><span class="gensmall"> <input type="hidden" name="name" value="{NICK}"> <input type="hidden" name="sb_user_id" value="{SB_USER_ID}"> {L_GG_MES}: <input type="text" name="message" style="height:100%" size="60" maxlength="{MAXLENGHT}" " value="" class="post"> <input type="hidden" name="msg" value=""> <input type="hidden" name="mode" value="submit"> <input type="submit" name="submit_button" value="{L_SEND}" style="font-size:9px; height:16px;" class="button"> <input type="submit" name="refresh" value="Od¶wież" style="font-size:9px; height:16px;" class="button" /> </span> </td> <td class="row1" align="right" nowrap><span class="gensmall">{SB_HIDE}</span></td> </form> </tr> </table> </body> </html>[/phpbb]
Pomóżcie będą plusy!!!