A arpitjain Member Aug 10, 2013 #1 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 .....
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 .....
Chris D XenForo developer Staff member Aug 10, 2013 #4 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.
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.