67 Posts
Mario Adrian
9 years ago
1
Topic

Hello.

is there anyway i can create a list that display all article within a category and all it's child?

for example:

Category :

A

-B

-C

right now if i searched article with category "A", it will only display all article with "A" as category 

What i want is when i search "A", it will also display article that have"B" and "C" category since they are child category of "A"            

sorry for my bad english, it's not my native language. Thank you

Get a Book for SEBLOD
4229 Posts
Kadministrator
9 years ago
0
Level 1

Hi,

what you can do is create select dynamic in multiple mode with live value set to catid and a query to get the whole category tree, see

http://mikehillyer.com/articles/managing-hierarchical-data-in-mysql/

Get a VIP membership