network.htm is not showing hits or friends
Last Edited by scrollgomes at 25-3-2010 23:54Hi,
My network.htm is not showing hits or friends on the Recommend Section, i can see the avatar but not the statistics of the user.
Any ideas?
Regards, Is this default/ network.htm? yes.
thank you. Any ideias ??
regards, Last Edited by werner at 26-3-2010 13:08
what you search in network.htm is this code special Line 08-12 here<div id="showuser" class="nbox">
<div id="user_recomm">
<h2>Top Spaces</h2>
<!--{loop $star $value}-->
<div class="s_avatar"><a href="space.php?uid=$value" target="_blank"><!--{avatar($value,middle)}--></a></div>
<div class="s_cnts">
<h3><a href="space.php?uid=$value" title="{$_SN[$value]}">{$_SN[$value]}</a></h3>
<p>Hits: $value</p>
<p>Punkte: $value</p>
<hr />
<p>Freunde: $value</p>
<p>Letztes Update: <!--{date('H:i',$value,1)}--></p>
</div>
<!--{/loop}-->
</div> i´ve:
<div id="showuser" class="nbox">
<div id="user_recomm">
<h2>Espaço Populares</h2>
<!--{loop $star $value}-->
<div class="s_avatar"><a href="space.php?uid=$value"><!--{avatar($value,middle)}--></a></div>
<div class="s_cnts" style="font-size:10px;">
<h3><a href="space.php?uid=$value" title="{$_SN[$value]}">{$_SN[$value]}</a></h3>
<p>Visitas: $value</p>
<p>Pontos: $value</p>
<hr />
<p>Amigos: $value</p>
<p>Actualizado: <!--{date('H:i',$value)}--></p>
</div>
<!--{/loop}-->
</div>
It's funny!
I've two versions on my test-system. A old one before the latest patch:
Here it is OK! :D
And here a brand new version:
Also not showing the Statistics. ;P yup... exactly my problem... can you post the code to the OLD one here? and the CODE to the new one!?
i may have saw the problem.. Reply 9# stevenjr2008
Is exactly the same code!
There must be a other function for this.
Pages:
[1]
2