how to pass parms in 1.2

arpitjain

Member
in 1.1.5 i use this in my addon PublicController
$parent = parent::actionIndex();
and pass my array with it
$parent->params['resources2'] = $resources2;
return $parent;

its working.....

but its not working in xenforo 1.2 .....
 
You now need to extend XenForo_ControllerPublic_Forum

The index controller now can load any page as defined in the options. By default it loads the forum index.
 
Top Bottom