routes

  1. frm

    Unmaintained Hello World add on using Routes 1.0.0

    I couldn't wrap my head around Routes until I watched this video: I usually code for functionality and then add in the UI, so this held me back for about 2 days. I can now go on from here myself. This is an example add on to install that'll create a template demo_hello_world_index and route...
  2. CStrategies

    XF 2.2 Help routing to XFCP extension

    I get most things in XenForo but routes drive me mad. I have added a custom action method to my extension of the XFRM resourceitem public controller. Here is the format of the extension: <?php namespace My\Addon\XFRM\Pub\Controller; use XF\Mvc\ParameterBag; use...
  3. 4

    XF 2.2 route filters help

    Hi everybody I am a newpie Is there a way to make route like example.com/threads/[0-9]/ to example.com/[0-9]/?
Back
Top Bottom