(18 Jul, 2009, 5:19 pm)Joki115 escribió: A mi tambien me pasa lo mismo
PD: Necesito lo del "cuadro de escribir mensajes salga debajo de los comentarios"
Proba lo mismo que dije arriba
Para que el cuadro salga debajo, edita el template
profile_comments con:
Código PHP:
<?php
<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td colspan="2" class="thead"><div class="expcolimage"><img src="{$theme['imgdir']}/{$hide_image}" id="comments_img" class="expander" alt="{$hide_text}" title="{$hide_text}" /></div>
<div><strong>{$lang->profile_comments_list}</strong></div></td>
</tr>
</thead>
<tbody style="{$hidecomments}" id="comments_e">
{$comments}
</tbody>
</table>
{$pagination}
<br />{$comments_form}