new routes

  1. emiya

    XF 2.1 Get no html view on route page

    Hello, I'm learning programming and want to create an addon which have it's own page. Everything is good so far, but on the page html won't work? Well, I created a new route with following inputs: And that's the code (/src/addons/NewAddon/NewPage/Pub/Controller/NewPage.php): <?php...
  2. D

    XF 2.1 How avoid 404 on routes?

    For each page and threads the site create a 404 page, so how change this routes ? mysite.com/threads/ mysite.com/pages/ I try with route filter, change mysite.com/pages/my-title for mysite.com/whats-new/my-title but not work.
  3. D

    XF 1.5 Problem with the route changes.

    I followed the specifications but i can not change any routes after / :cautious: and new route do not disable the old routes, so i have two routes /register <-- orginal route work /registro <--new route route work is this is ok ?!..
Back
Top Bottom