Ni modo sigue sin funcionar mira hice esto:
Código:
<table width="100%" class="userstop">
<?php
$db->query("SELECT user_id, name, foto, news_num FROM ".PREFIX."_users order by news_num DESC LIMIT 0,10");
while ($row = $db->get_row($sql)) {
for($i=0; $i<10; $i++) {
}
?>
<tr>
<td width="10%" align="center" ><?php echo $i; ?> </td>
<td width="36%" align="center" ><?php echo $row['name'];?></td>
<td width="48%" align="center"><b>Subio <?php echo $row['news_num'];?> articulos</b></td>
</tr>
<?php
}
?>
</table>
-->> Borre la celda Avatar ya que necesito agregar algunas cosas mas eso después lo hago. Al hacer esto me sale siempre el numero 10 en la posición.
Para llamar al archivo lo hago con un include
{include file="engine/modules/toparticulos.php"}