Gossamer Forum
Home : Products : Links 2.0 : Customization :

hit counting question

Quote Reply
hit counting question
hi,
i think this is a known problem,but i didnt find a thread on it. I added a second category template, but there
are no hit counts shown on it, all others work. any solution!
thanks
klaus

Quote Reply
Re: hit counting question In reply to
What do you mean no hits show? To mean for the number of links in that category or hits for links?

Regards,

Eliot Lee
Quote Reply
Re: hit counting question In reply to
hits for links,sorry
regards
klaus

Quote Reply
Re: hit counting question In reply to
What tag are you using in your link.html file?

You should be using <%Hits%>.

Adding the second category template file should not pose a problem UNLESS you have tags on the same line in the new category template file. You should have tags on a separate line, like the following:

Code:

<%if links%>
<%links%>
<%endif%>


Regards,

Eliot Lee