Sep 6, 2007, 8:32 AM
Enthusiast (893 posts)
Sep 6, 2007, 8:32 AM
Post #27 of 31
Views: 3793
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???
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
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
Sep 6, 2007, 9:14 AM
User (200 posts)
Sep 6, 2007, 9:14 AM
Post #28 of 31
Views: 3765
<%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
<%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
Sep 8, 2007, 4:03 AM
Enthusiast (893 posts)
Sep 8, 2007, 4:03 AM
Post #30 of 31
Views: 3678
Hi I'm using this code
but I get the following error
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
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
Sep 8, 2007, 4:09 AM
Enthusiast (893 posts)
Sep 8, 2007, 4:09 AM
Post #31 of 31
Views: 3688
SOLVED
Just added
in the es_link_list.html file.
Thanks
Matthias
Matthias
gpaed.de
Just added
Code:
<%if U_Hits%> - <%U_Hits%> Downloads<%endif%>in the es_link_list.html file.
Thanks
Matthias
Matthias
gpaed.de