<?php
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"><img src="{$theme['imgdir']}/{$folder}.gif" alt="{$folder_label}" title="{$folder_label}" /></td>
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%">{$icon}</td>
<?php
<tr>
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"><img src="{$theme['imgdir']}/{$folder}.gif" alt="{$folder_label}" title="{$folder_label}" /></td>
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%">{$icon}</td>
<td class="{$bgcolor}{$thread_type_class}">
{$attachment_count}
<div>
<table><tr><td
id="tvatar">{$thread_avatar}</td><td>{$prefix}
{$gotounread}{$thread['threadprefix']}<a
href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}"
id="tid_{$inline_edit_tid}">{$thread['subject']}</a>{$thread['multipage']}</span>
<div class="author smalltext"><font color="grey">Iniciado por: </font>{$thread['profilelink']}</div></td></tr></table>
</div>
</td>
<td align="center" class="{$bgcolor}{$thread_type_class}"><a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts}</td>
<td align="center" class="{$bgcolor}{$thread_type_class}">{$thread['views']}</td>
{$rating}
<td class="{$bgcolor}{$thread_type_class}" style="white-space: nowrap; text-align: right;">
<span class="lastpost smalltext">{$lastpostdate} {$lastposttime}<br />
<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
</td>
{$modbit}
</tr>
(3 Jul, 2011, 11:34 am)MrDarkWood escribió:(3 Jul, 2011, 11:00 am)NightWalker escribió: primer pregunta en el foro,ahora como le hago para agregar las imagenes?
Las imágenes se agregan solas, instalas el plugin, editas las plantillas y ya tendrás todo bien.
(3 Jul, 2011, 11:57 am)MrDarkWood escribió: no son avatars, son iconos:
http://www.soportemybb.com/tema_Tutorial...plantillas
haber si ese tema te ayuda
(2 Jul, 2011, 9:41 am)Banned escribió: Funciono Muy Bien (al inicio algo de problemas por el tema q uso 'Apart 1')
Pero todo bien incluso lo personalize a mi gusto
Ahora como quito las 2 primeras columnas para q quede como en el enlace:
http://www.mahigrafix.com/Forum-web-site-designing :S
(o al menos cambiarlos de orden, porque quiero los avatars miniatura en la primera columna)
[spoiler=Mis Intentos y mi Plantilla]
* Intente removiendo lo siguiente en la misma plantilla "forumdisplay_thread"
Código PHP:<?php
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"><img src="{$theme['imgdir']}/{$folder}.gif" alt="{$folder_label}" title="{$folder_label}" /></td>
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%">{$icon}</td>
<?php
<tr>
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"><img src="{$theme['imgdir']}/{$folder}.gif" alt="{$folder_label}" title="{$folder_label}" /></td>
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%">{$icon}</td>
<td class="{$bgcolor}{$thread_type_class}">
{$attachment_count}
<div>
<table><tr><td
id="tvatar">{$thread_avatar}</td><td>{$prefix}
{$gotounread}{$thread['threadprefix']}<a
href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}"
id="tid_{$inline_edit_tid}">{$thread['subject']}</a>{$thread['multipage']}</span>
<div class="author smalltext"><font color="grey">Iniciado por: </font>{$thread['profilelink']}</div></td></tr></table>
</div>
</td>
<td align="center" class="{$bgcolor}{$thread_type_class}"><a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts}</td>
<td align="center" class="{$bgcolor}{$thread_type_class}">{$thread['views']}</td>
{$rating}
<td class="{$bgcolor}{$thread_type_class}" style="white-space: nowrap; text-align: right;">
<span class="lastpost smalltext">{$lastpostdate} {$lastposttime}<br />
<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
</td>
{$modbit}
</tr>