shoutbox_send_body.tpl
Shoutbox Subsilver
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

Dit is shoutbox_send_body.tpl :
Code: Selecteer alles
<!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/subSilver/subSilver.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%" 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:15px" 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"></span>
</td>
<td class="row1" align="right" nowrap><span class="gensmall">{SB_HIDE}</span></td>
</form>
</tr>
</table>
</body>
</html>
bee schreef:verander het stukje van templates/subSilver/subSilver.css naar templates/xxx/xxx.css , waar je xxx vervangt door de juiste gegevens.Code: Selecteer alles
<link rel="stylesheet" href="templates/subSilver/subSilver.css" type="text/css" />
Weet je nu wat je moet doen?Vikash schreef:Dit is shoutbox_send_body.tpl :
Code: Selecteer alles
<!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/subSilver/subSilver.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%" 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:15px" 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"></span> </td> <td class="row1" align="right" nowrap><span class="gensmall">{SB_HIDE}</span></td> </form> </tr> </table> </body> </html>