Message Text |
I would like to show all member links in a parent category and all of the parents subcategories.
I have a menu link in the profile area and a custom page.
Menu link:
profile.php?linkcatid=2&custom=yes&TID=custompage or maybe
profile.php?catid=2&custom=yes&TID=custompage
Where 2 is the parent category.
Custom page toplist:
<CONFIG>links,name,10,descending,ownerid={THISMEMBERID},linkcatid=2</CONFIG>
Missing the subcategories.
How do I show all the member links in the parent category and its subcategories? |