[Error] Problema con Ficons y Últimos posts en portal
- URL del foro: http://www.forums.4dota.com
- Versión del foro: 1.6
- Actualización: Ninguna
Bueno el punto es que ya logré que el portal se viera de esa forma en la que está actualmente, hace tiempo la estaba buscando. Pero al modificar el tema y poner los Ficons me di con un problema en los íconos de los foros como podrán ver. El problema es que la url de los ficons de los últimos posts es esta: http://forums.4dota.com/images/darkfusion/.png
¿Cómo lo soluciono?
Gracias
PD: Abdón, perdóname por imitar ese estilo del portal, era muy tentador xD
pon el código modificado pls
[spoiler=Ver]forumbit_deph2_forum
forumbit_deph1_cat
forumdisplay_thread
Si necesitan alguna otra me avisan
<tr>
<td class="{$bgcolor}" align="center" valign="middle" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/{$forum['fid']}.png" title="{$forum['name']}"/></td>
<td class="trow_h" valign="middle">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="trow_h" valign="middle" align="right" style="white-space: nowrap">
<span class="forumstat_lastpost">{$lastpost}</span>
<span class="forumstat_info">
<span style="float: right;">{$threads}{$unapproved['unapproved_threads']}</span>{$lang->forumbit_threads}:<br>
<span style="float: right;">{$posts}{$unapproved['unapproved_posts']}</span>{$lang->forumbit_posts}:</td>
</span>
</span>
</td>
</tr>forumbit_deph1_cat
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="6">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><br /><div class="smalltext">{$forum['description']}</div></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td class="tcat" colspan="3"><span class="smalltext"><strong>{$lang->forumbit_forum}</strong></span></td>
<td class="tcat" width="270" align="center"><span class="smalltext"><strong>Forum Stats</strong></span></td>
</tr>
{$sub_forums}
</tbody>
</table>
<br />forumdisplay_thread
<tr>
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"><img src="{$theme['imgdir']}/{$forum['fid']}.png" 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>
<span>{$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">{$thread['profilelink']}</div>
</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>[/spoiler]Si necesitan alguna otra me avisan
Toma anda, esto es lo que buscas:
<img src="{$theme['imgdir']}/ficons/{$thread['fid']}.png" width="35" height="35" />