Recent content by Flips

  1. Flips

    How to add a new page in Admin-CP

    PrefixAdmin code: <?php class XenForo_Route_PrefixAdmin_Flips implements XenForo_Route_Interface { public function match($routePath, Zend_Controller_Request_Http $request, XenForo_Router $router) { return $router->getRouteMatch('XenForo_ControllerAdmin_Flips', $routePath...
  2. Flips

    How to add a new page in Admin-CP

    Yes, i am new with addon development. I'm trying to make a simple "Hello world" page in the controlpanel. I created a new addon, added a new tab in admin navigation, created Route Prefix, added a class in library/XenForo/Route/PrefixAdmin (code) and created a class in...
Back
Top Bottom