Busca en tu plantilla 'FORUMHOME' este trozo de código:
Y la parte de código que se encuentra entre:Código HTML:<!-- main --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <tr align="center"> <td class="thead"> </td> <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead">$vbphrase[last_post]</td> <td class="thead">$vbphrase[threads]</td> <td class="thead">$vbphrase[posts]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="thead">$vbphrase[moderator]</td> </if> </tr> </thead> $forumbits
yCódigo HTML:<!-- main --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
la reemplazas por esto:Código HTML:$forumbits
Osea, tendría que quedarte algo como esto:Código HTML:<thead> <tr align="center"> <td class="thead" width="10"> </td> <td class="thead" width="550" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead" align="$stylevar[left]">$vbphrase[last_post]</td> <td class="thead" width="40" align="$stylevar[left]">$vbphrase[threads]</td> <td class="thead" width="40" align="$stylevar[left]">$vbphrase[posts]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="thead">$vbphrase[moderator]</td> </if> </tr> </thead>
Código HTML:<!-- main --> <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> <thead> <tr align="center"> <td class="thead" width="10"> </td> <td class="thead" width="550" align="$stylevar[left]">$vbphrase[forum]</td> <td class="thead" align="$stylevar[left]">$vbphrase[last_post]</td> <td class="thead" width="40" align="$stylevar[left]">$vbphrase[threads]</td> <td class="thead" width="40" align="$stylevar[left]">$vbphrase[posts]</td> <if condition="$vboptions['showmoderatorcolumn']"> <td class="thead">$vbphrase[moderator]</td> </if> </tr> </thead> $forumbits



URL del LinkBack
Acerca de los LinkBacks





Citar





