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

Counting specific links in a category

Quote Reply
Counting specific links in a category
Hi,

I need a global who will count the number of specific links in each category inside a category loop.

<%loop category_loop%>
<%Name%> (<%number_of_links%>)
<%endloop%>

I need that the global "number_of_links" counts in the category the number of links which have the column "Active" set to "Yes". How can I do that?

Thank you very much for you help!

François