Quote:
Originally Posted by benj
hey andrew just wondering is there a way in the links_linkbit template to show which place a download/link appears on a list? so when looking at say hits in 24 hours the top downloaded link (at top of list) has 1 next to it followed underneath by 2 3 4 etc
|
With the new 2.0.7RC (not the first one), you can edit any of the links_linkbit templates and include the following
Code:
<if condition="$sort=='30' or $sort=='7' or $sort=='1'">$linkhit</if>
It is not possible to include its position in the 'hits' when you are not sorting by hits. However, you can use the $linkhit variable simply to show where the entry is in the current sort order.