Modificam Form for adding comments In comments->Form for adding comments modificam tot cu :
Code
<style type="text/css">
<!--
#bbcodes {display:none;}
.selectors { height: 26px; width: auto; }
.myWinSuccess { color:orange; }
-->
</style>
<div id="jv-content-inner">
<div class="contact">
<div align="center"> <font color="#ff0000">$ERROR$</font>
<div style="width:460px;">
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" id="comments-form" style="margin-top:6px;">
<?if($USER_LOGGED_IN$)?>
<tr>
<td colspan="2" align="center"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div id="bbcodes">$BBCODES$</div></td>
<td style="width:23px; height:25px;"><img src="http://devil.do.am/bbcodes/b.gif" title="Bold" onclick="simpletag('b')" border="0" alt="" /></td>
<td style="width:23px; height:25px;"><img src="http://devil.do.am/bbcodes/i.gif" title="Italic" onclick="simpletag('i')" border="0" alt="" /></td>
<td style="width:23px; height:25px;"><img src="http://devil.do.am/bbcodes/u.gif" title="Underline" onclick="simpletag('u')" border="0" alt="" /></td>
<td style="width:5px; height:25px;"><img src="http://devil.do.am/bbcodes/brkspace.gif" border="0" alt="" /></td>
<td style="width:23px; height:25px;"><img src="http://devil.do.am/bbcodes/s.gif" title="Strikeout" onclick="simpletag('s')" border="0" alt="" /></td>
<td style="width:23px; height:25px;"><img src="http://devil.do.am/bbcodes/image.gif" title="Image" onclick="tag_image()" border="0" alt="" /></td>
<td style="width:23px; height:25px;"><img src="http://devil.do.am/bbcodes/link.gif" title="URL" onclick="tag_url()" border="0" alt="" /></td>
<td style="width:5px; height:25px;"><img src="http://devil.do.am/bbcodes/brkspace.gif" border="0" alt="" /></td>
<td style="width:23px; height:25px;"><img src="http://devil.do.am/bbcodes/email.gif" title="E-mail" onclick="tag_email()" border="0" alt="" /></td>
<td style="width:23px; height:25px;"><img src="http://devil.do.am/bbcodes/code.gif" title="Code" onclick="simpletag('code')" border="0" alt="" /></td>
<td style="width:23px; height:25px;"><img src="http://devil.do.am/bbcodes/quote.gif" title="Quote" onclick="simpletag('quote')" border="0" alt="" /></td>
<td style="width:5px; height:25px;"><img src="http://devil.do.am/bbcodes/brkspace.gif" border="0" alt="" /></td>
<td style="width:23px; height:25px;"><img src="http://devil.do.am/bbcodes/l.gif" title="Left" onclick="simpletag('l')" border="0" alt="" /></td>
<td style="width:23px; height:25px;"><img src="http://devil.do.am/bbcodes/c.gif" title="Center" onclick="simpletag('c')" border="0" alt="" /></td>
<td style="width:23px; height:25px;"><img src="http://devil.do.am/bbcodes/r.gif" title="Right" onclick="simpletag('r')" border="0" alt="" /></td>
<td style="width:5px; height:25px;"><img src="http://devil.do.am/bbcodes/brkspace.gif" border="0" alt="" /></td>
<td style="width:23px; height:25px;"><img src="http://devil.do.am/bbcodes/hide.gif" title="Hide" onclick="simpletag('hide')" border="0" alt="" /></td>
<td style="width:23px; height:25px;"><img src="http://devil.do.am/bbcodes/translit.gif" title="Translit" onclick="simpletag('translit')" border="0" alt="" /></td>
<td style="width:23px; height:25px;"><img src="http://devil.do.am/bbcodes/close.gif" title="Close" onclick="closeall()" border="0" alt="" /></td>
<td style="width:5px; height:25px;"><img src="http://devil.do.am/bbcodes/brkspace.gif" border="0" alt="" /></td>
<td style="width:23px; height:25px;"><img src="http://devil.do.am/bbcodes/mp3.gif" title="Audio" onclick="simpletag('audio')" border="0" alt="" /></td>
<td style="width:23px; height:25px;"><img src="http://devil.do.am/bbcodes/mp.gif" title="Video" onclick="simpletag('video')" border="0" alt="" /></td>
<td style="width:23px; height:25px;"><a href="javascript://" onclick="window.open('/index/17','options','scrollbars=1,top=0,left=0,resizable=1,width=680,height=350'); return false;"><img style="border: 0pt none ; margin: 0pt; padding: 0pt;" src="/bbcodes/ide.gif" title="All codes" alt="" /></a></td>
<td style="width:23px; height:25px;"><img src="http://devil.do.am/bbcodes/emo.gif" title="Smile" onclick="openLayerB('Sml',0,'/index/35-1-0','Full list of smiles',250,300);return false;" border="0" alt="" /></td>
</tr>
</table>
<div class="clear"></div></td>
</tr>
<?else?>
<tr>
<td colspan="2"><table class="tableform" align="left">
<tr class="fieldtr">
<td><input name="name" id="name" class="f_input" type="text" /></td>
<td class="label">Name / Login</td>
</tr>
<tr class="fieldtr">
<td><input name="mail" id="mail" class="f_input" type="text" /></td>
<td class="label">E-mail</td>
</tr>
</table></td>
<?endif?>
</tr>
<tr>
<td colspan="2" style="width:460px;"><div style="padding-top:4px;">
<textarea name="message" id="message" class="inputbox required" style="width:450px;height:150px;">$MESSAGE$</textarea>
</div></td>
</tr>
<?if($SECURITY_CODE$)?>
<tr>
<td class="slink">Code:</td>
<td class="slink"><div style="padding-top:4px;">$SECURITY_CODE$</div></td>
</tr>
<?endif?>
<tr>
<td colspan="2" align="center"><div id="comments-form-buttons">
<div id="comments-form-send">
<input name="task_button" onclick="doAddComments();return false;" class="button-big" value="Send" type="submit">
</div>
</div></td>
</tr>
<tr>
<td colspan="2"> </td>
</tr>
</table>
</div>
</div>
</div>
</div>
Poza: