Recent content by Bharimium

  1. B

    Default route prefix for controller actions

    Suppose someone already has a directory called "/forums", but wants to install XenForo in the root. Cannot be done like it is now. But if you follow these steps, you will understand what I mean with "default route prefix": On your test server: 1) make a folder in the root called "forums", if...
  2. B

    Default route prefix for controller actions

    I have just started using XenForo a few days ago, so forgive me if I am completely off base. I think I was looking at this the wrong way, what should be done is assigning a default route prefix to every Route Prefix Handler Class. What I was thinking about is that there might be some cases...
  3. B

    Default route prefix for controller actions

    Just a quick question about the route prefixes system that has been implemented, which look really nice: It looks like the mapping is done in only one direction, you can map a route prefix to a controller and it's action. But what if I have a controller and an action and I want to build a link...
Back
Top Bottom