I am having problem with going three level down the categories tree.
Two level: category(id:1) -> forum(id:2)
Three level: category(id:3) -> category>(id:4) -> forum(id:5)
If I used tabforumhome.php?tabcat[]=1, forum(id:2) would appear under category(id:1) tab.
However, if I used tabforumhome.php?tabcat[]=4, Icannot get forum(id:5) to appear under category(id:4) tab.
I think by default ajax tabbed works with 2 level category. How do I fix this, so I could get some tabs with 2 level category and some tabs with 3 level category to work properly?
|