Ok I have found an issue, and it seems to be related to this hack, but I have not unhacked to see if it works, I'm running both 4.6 and 4.5.x of PP and the latest full release of VB/VBPortal. the issue shows up in the form of not representing the catagories and sub-cats as in this is how the cat and sub cat appear when setup in the admin :
Code:
main cat [1]
sub cat [1]
sub cat [2]
second cat [2]
sub2 cat [1]
sub2 cat [2]
third cat [3]
sub3 cat [1]
sub3 cat [2]
and shown in PP index.php looks like this
Code:
main cat [1]
sub cat [1]
sub cat [2]
second cat [2]
sub2 cat [1]
sub2 cat [2]
third cat [3]
sub3 cat [1]
sub3 cat [2]
now the catagory does now show up ( second cat and third cat ) when you click on main cat.
Kevin