Gossamer Forum
Home : Products : Links 2.0 : Discussions :

listing all alt catagories

Quote Reply
listing all alt catagories
Hi all can the grand total tag count all the alt catagories aswell??



------------------
Regards
MDJ
http://www.isee-multimedia.co.uk
Quote Reply
Re: listing all alt catagories In reply to
You'd have to add codes in the build_stats sub-routine in the nph-build.cgi file. Copy the codes for $grand_total, but use $db_alt rather than $db_category for the IMPORTANT FIELDS. Then change $grand_total for these codes with something like $alt_total. Then define the new tag as

Code:
alt_total => $alt_total,

in the sub site_html_home routine in the site_html_templates.pl file.

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
* Be sure to visit the Resource Center for FAQ's, Modifications and Extra Goodies!!
* Search Forums!
* Say NO to Duplicate Threads. :)
----------------------