Ola bueno como nunca eh aportado nada queria aportar un codigo que lo sustraje de un template y lo probe en otro y andubo y weno se trata de como poner afiliados como tiene
www.fireburst.com.ar abajo la barra de afiliados
Código PHP:
<?php
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
lang.no_new_posts = "{$lang->no_new_posts}";
lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body>
{$header}
{$forums}
<!-- start: index_linkbox -->
<table class="tborder" border="0" cellpadding="4" cellspacing="1">
<thead>
<tr>
<td class="thead">
<div class="expcolimage"><img style="cursor: pointer;" src="images/wm2/collapse.gif" id="boardstats_img" class="expander" alt="[-]" title="[-]"></div>
<div><strong>Estado Del Server</strong></div>
</td>
</tr>
</thead>
<tbody style="" id="boardstats_e">
<tr>
<td class="tcat"><span class="smalltext"><strong>¿El Server Esta?</span></td>
</tr>
<tr>
<td class="trow1"><span class="smalltext">
<marquee onmouseover="this.stop();" onmouseout="this.start();">
[font=Impact][size=large]AQUI EL CODIGO[/size][/font]
</marquee>
</span></td>
</tr>
</tbody>
</table>
<!-- end: index_linkbox -->
<br>
{$boardstats}
<dl class="forum_legend smalltext">
<dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}" title="{$lang->new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
<dd>{$lang->new_posts}</dd>
<dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}" title="{$lang->no_new_posts}" style="vertical-align: middle; padding-bottom: 4px;" /></dt>
<dd>{$lang->no_new_posts}</dd>
<dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}" title="{$lang->forum_locked}" style="vertical-align: middle;" /></dt>
<dd>{$lang->forum_locked}</dd>
</dl>
<br style="clear: both" />
{$footer}
</body>
</html>
Bueno esto va colocado en ADMIN CP>plantillas y estilos>plantillas>tu theme>Índice - Plantillas> y agrega el codigo que les deje
y con eso tiene una parte para poner afiliados en movimiento