Fixed URL portion cannot be set for category nodes

Kirby

Well-known member
Affected version
2.2.8 PL 1
Might actuially be working as designed, but if this is the case I wonder why this "artificial limitation" was put in place:
All standard nodes types except categories do allow to set a URL portion.

This makes URLs for categories look a bit strange if all other nodes do have URL portions set and therfore seems inconsistent to me.
While it is possible to achive the same effect by using route filters, this approach is rather complicated (and probably a bit more inefficient).

The underlying data structures seem to allow category nodes to have an URL portion, just the UI and a bit of code in the controller to handle node_name (in addition to node_id) is missing.

Could this be changed so category nodes can have an URL portion just like all other node types?
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.2.12).

Change log:
Support node_name / URL portion for categories (relevant if categoryOwnPage option enabled)
There may be a delay before changes are rolled out to the XenForo Community.
 
Top Bottom