Quote Originally Posted by nigelt74 View Post
OK, ignore my post, as soon as i posted and went back i saw my error, i was editing the wrong file

All i had to do was change this function in my cloned categories_ul_generator.php which I had called categories_ul_generator_bb.php, by adding the line in red to limit it to only my selected category and its kids

function buildTree($submenu=false)
{[color=red]$root_category_id = 113;[color/]
return $this->buildBranch($this->root_category_id, '', $submenu);
}

I am happy that you figured it out and posted your solution.

Thanks,

Anne