Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/plugins/avatarep.php on line 1102

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/class_language.php on line 201
Problema con Ficons y Últimos posts en portal
Arturo   5 Nov, 2010, 12:09 pm
#1

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 Big Grin

PD: Abdón, perdóname por imitar ese estilo del portal, era muy tentador xD
Última modificación: 12 Nov, 2010, 5:06 pm por Cluster.
wsoulrc   5 Nov, 2010, 12:11 pm
#2
pon el código modificado pls
Arturo   5 Nov, 2010, 12:18 pm
#3
[spoiler=Ver]forumbit_deph2_forum
Código:
<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
Código:
<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
Código:
<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 Wink
nentab   5 Nov, 2010, 12:22 pm
#4
Toma anda, esto es lo que buscas:

Código:
<img src="{$theme['imgdir']}/ficons/{$thread['fid']}.png" width="35" height="35" />
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.