If you want to add/move shoutbit field over shoutbox:
find in vbindex_shoutbox template:
PHP Code:
<a href="$_SERVER[PHP_SELF]?$session[sessionurl]action=shoutbox"><strong>$vbphrase[shoutbox]</strong></a>
</td>
</tr>
add below:
PHP Code:
<center>
<form action="$_SERVER[PHP_SELF]" method="post">
<input type="hidden" name="action" value="newshout" />
<input type="hidden" name="s" value="$session[sessionhash]" />
<textarea name="shout" rows="4" cols="15" class="bginput"<if condition="$shoutbox['postdisabled']"> disabled="disabled"</if>><if condition="$shoutbox['postdisabled']">$vbphrase[shoutbox_disabled]</if></textarea>
<br />
<br />
<input type="submit" name="comment_submit" value="$vbphrase[shout_now]" class="button"<if condition="$shoutbox['postdisabled']"> disabled="disabled"</if> />
</form>
</center>
screenshot:
(attachment)