Hi, I am running v4.1.4 Designer templecode ( NuStyle 3) Ihave my categories list in the right side menu appearing in all pages and I want to show counter for total listings !!!!!!!! next to category can any one help??: Hunter Classifieds.com.au...Free Online!
The module used to display the categories and the dependent plugin that uses in turn is not designed to do this. It is not the same code used for say the browse.tpl file.
total listings and users What about showing at least the total listing and members somehow? On the top of the categories? Is that possible? cheers..................
I really would not advise doing this (certainly possible) as you will put load on the server. It means every page needs to do a lot of counting. What you could do is perhaps take a look at the code from function_css_categories_list.php in modules/custom_plugins. It is not going to be trivial to do though.