php? seria simplemente editar la plantilla forumbit_depht2_forum en el rss seria agregar antes de terminar el segundo </td> el siguiente codigo:
Código:
<div style="float:right"><a href="{$mybb->settings['bburl']}/syndication.php?fid={$forum['fid']}"><img src="ruta de la iamgen src" /></a></div>
y los ficons seria cambiar el primer <td> donde dice
Código:
<img src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" />
seguir el tuto
http://www.mybb-es.com/showthread.php?tid=1375 pero en ves de poner el codigo solo cambiarias del codigo anterior
{$theme['imgdir']}/{$lightbulb['folder']}.png por
{$theme['imgdir']}/ficons/icon_{$forum['fid']}.png como dice el tuto xD
lean bien lo anterior tal ves no entiendan a la primera leida pero no supe como explicarlo mejor xD
Saludos!, aver si les sirve bien el code ya que hace tiempo que hice eso con mi foro y el código que les di yo lo escribí aquí xD
PD: si tienen el tema por default les dejo aquí la plantilla de como quedaría para los que no entendieron de plano xD
Código:
<tr>
<td class="{$bgcolor}" align="center" valign="top" width="1"><img src="{$theme['imgdir']}/ficons/icon_{$forum['fid']}.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="uploads/ficons/{$forum['ficon']}" alt="{$forum['name']}" /></td>
<td class="{$bgcolor}" valign="top">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums} <div style="float:right"><a href="{$mybb->settings['bburl']}/syndication.php?fid={$forum['fid']}"><img src="ruta de la iamgen src" /></a></div></div>
</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$threads}{$unapproved['unapproved_threads']}</td>
<td class="{$bgcolor}" valign="top" align="center" style="white-space: nowrap">{$posts}{$unapproved['unapproved_posts']}</td>
<td class="{$bgcolor}" valign="top" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>