actionIndex() - in forum and category view

SirWill

Member
hey,

in the category view actionIndex() gives the nodeParents but in the forum view it doesn't.
Is there any other way to get the same result in the forum view?

Edit: Seems to be only available in forum_list. How can I get the nodeParents in categories or forums?
 
Last edited:
forum view:
array_keys($response->params['nodeList']['nodeParents']);

category view:
array_keys($response->params['nodeList']['nodeParents']);
 
Top Bottom