Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

[Plugin Update] ExtraStats 4

(Page 2 of 2)
> >
Quote Reply
Re: [Abusaki] [Plugin Update] ExtraStats 4 In reply to
Hi,

the page and subpages are a results of the extrastats plugin.
These pages contain the Top100 Ranking, daily, weekly, monthly
and overall TopLinks.
But you can do many, many more with the plugin Smile

Best regards from
Bremen/Germany

Lothar
Quote Reply
Re: [eljot] [Plugin Update] ExtraStats 4 In reply to
Hi eljot,
could you please share your extrastats code for the Top 100 Rangliste?
I have problems to customize the given example in the plugin???

Code:
<%loop linkloop%>
Include any link tags here and also
<%ES_LastRank%> - last month's rank for this link
<%Rank%> - current month's rank
<%Trend%> - Up, Down or '' (you could use images for these using eg <%if Trend eq 'Up'%...>)
<%endloop%>

Danke
Matthias

Matthias
gpaed.de
Quote Reply
Re: [Matthias70] [Plugin Update] ExtraStats 4 In reply to
   <%ifnot nh%><%set nh=1%><%endif%>
<%set start = $nh%>
<%set start *= 100%>
<%set start -= 99%>
<%Plugins::ExtraStats::PopularLinks($start,'100','100')%>
<%loop linkloop%>
<tr>
<td style="border-bottom:1px dashed <%dunkel_1%>; padding-bottom:4px; margin:1px;" align=center>
<span class="a3"><%Rank%></span>
</td>
<td style="border-bottom:1px dashed <%dunkel_1%>; padding-bottom:4px; margin:1px;" align=center>
<span class="a3">(<%ES_LastRank%>)</span>
</td>
<td style="border-bottom:1px dashed <%dunkel_1%>; padding-bottom:4px; margin:1px;" align=center>
<%if Trend%>
<img src="<%build_image_url%>/<%Trend%>.gif" Border=0 WIDTH=16 HEIGHT=16 ALT="<%Trend%>">
<%else%>
<img src="<%build_image_url%>/rank_neu.gif" Border=0 WIDTH=16 HEIGHT=16 ALT="NEW">
<%endif%>
</td>
<td style="border-bottom:1px dashed <%dunkel_1%>; padding-bottom:4px; margin:1px;" align=left>
<span class="c3"><b><a href="<%url%>"><%Title%></a></span>
</td>
</tr>
<%endloop%>

Best regards from
Bremen/Germany

Lothar
Quote Reply
Re: [eljot] [Plugin Update] ExtraStats 4 In reply to
Hi Lothar,
danke für die Hilfe läuft super.
Grüße
Matthias

Matthias
gpaed.de
Quote Reply
Re: [Matthias70] [Plugin Update] ExtraStats 4 In reply to
Hi I'm using this code
Code:
<%Plugins::ExtraStats::LastLinks('5')%>

but I get the following error

Code:
Unknown Tag: 'U_Hits'

I know that I can change the es_link_list.html file, but I need the tag U_Hits tag on another page...

Thanks
Matthias

Matthias
gpaed.de
Quote Reply
Re: [Matthias70] [Plugin Update] ExtraStats 4 In reply to
SOLVED
Just added
Code:
<%if U_Hits%> - <%U_Hits%> Downloads<%endif%>

in the es_link_list.html file.

Thanks
Matthias

Matthias
gpaed.de
> >