I have added a "message icon", changed the lineup and made the header comfirm with the other "topic groups"
shoutbox code index_body.tpl
- Code: Select all
<!-- Start add - Fully integrated shoutbox MOD -->
<table width="100%" cellspacing="0" border="0" align="center" cellpadding="2" class="forumline">
<tr>
<td align="left" nowrap="nowrap" class="catHead" colspan="2'><span class="cattitle"><a href="{U_SHOUTBOX_MAX}" style="text-decoration:none;" class="cattitle">{L_SHOUTBOX}</a></span></td>
</tr>
<tr>
<td width="30" valign="top"><img src="/forum/templates/subSilver/images/folder_big.gif" vspace="10"></td>
<td align="left">
<iframe src="{U_SHOUTBOX}" scrolling="NO" width="99%" height="180" frameborder="0" marginheight="0" marginwidth="0" allowtransparency="true"></iframe>
</td>
</tr>
</table>
<br/>
<!-- End add - Fully integrated shoutbox MOD -->
shoutbox_body.tpl code (change CENTER to LEFT)
- Code: Select all
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<link rel="stylesheet" href="{T_URL}/{T_HEAD_STYLESHEET}" type="text/css">
</HEAD>
<body bgcolor="{T_TR_COLOR3}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<script language="java**script" src="{T_URL}/bbcode.js" type="text/java**script" ></script>
<form method="post" name="post" action="{U_SHOUTBOX}" onsubmit="return checkForm(this)">
{ERROR_BOX}
<table width="100%" height="26" cellpadding="0" cellspacing="0" border="0" class="row1">
<tr>
<td class="row1" align="left" valign="middle" width="100%">
<left><span class="gensmall">
<!-- BEGIN switch_auth_post -->
<!-- BEGIN switch_bbcode -->
<input type="button" class="button" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px" onClick="bbstyle(0)" />
<input type="button" class="button" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px" onClick="bbstyle(2)" />
<input type="button" class="button" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px" onClick="bbstyle(4)" />
<input type="button" class="button" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onClick="bbstyle(6)" />
<span class="nav"><a href="{U_MORE_SMILIES}" onclick="window.open('{U_MORE_SMILIES}', '_phpbbsmilies', 'HEIGHT=300,resizable=yes,scrollbars=yes,WIDTH=250');return false;" target="_phpbbsmilies" class="nav">{L_SMILIES}</a></span>
<!-- END switch_bbcode -->
{L_SHOUT_TEXT}:
<input type="text" class="liteoption" name="message" value="{MESSAGE}" size="60%" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);"/>
<input type="submit" class="mainoption" value="{L_SHOUT_SUBMIT}" name="shout" />
<!-- END switch_auth_post -->
<!-- BEGIN switch_auth_no_post -->
{L_SHOUTBOX_LOGIN}
<!-- END switch_auth_no_post -->
<input type="submit" class="liteoption" value="{L_SHOUT_REFRESH}" name="refresh" /></left><br/>
</span>
<center>
</td>
</tr>
</table>
<iframe src="{U_SHOUTBOX_VIEW}" align="left" width="100%" height="145" frameborder="0" marginheight="0" marginwidth="0" allowtransparency="true">
</iframe>
</form>
</body>
I thought I post my changes, perhaps it can be added to a new release if other users find it usefull.

