scrollgomes Publish time 25-3-2010 23:43

network.htm is not showing hits or friends

Last Edited by scrollgomes at 25-3-2010 23:54

Hi,
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,

werner Publish time 25-3-2010 23:52

Is this default/ network.htm?

scrollgomes Publish time 25-3-2010 23:53

yes.

thank you.

scrollgomes Publish time 26-3-2010 18:57

Any ideias ??

regards,

werner Publish time 26-3-2010 20:07

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>

scrollgomes Publish time 26-3-2010 20:09

i´ve:
<div id="showuser" class="nbox">
        <div id="user_recomm">
                <h2>Espa&ccedil;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>

Coldcut Publish time 26-3-2010 20:59

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

scrollgomes Publish time 26-3-2010 23:04

yup... exactly my problem...

stevenjr2008 Publish time 27-3-2010 01:38

can you post the code to the OLD one here? and the CODE to the new one!?
i may have saw the problem..

Coldcut Publish time 27-3-2010 01:53

Reply 9# stevenjr2008
Is exactly the same code!
There must be a other function for this.
Pages: [1] 2
View full version: network.htm is not showing hits or friends