Skip to main content
Member demoUsername asha-demoPassword ShDemo!Member2026

Structuring hidden menu items for reliable SEF routes

244 Views
0 Replies
1 min read

This demo gives every public view a hidden-menu route and links only the extension landing page in the main navigation. How do you keep that route inventory maintainable?

9 Likes

3 Replies

Use one clearly named hidden menu per product area and keep aliases stable. It makes duplicate routes and accidental public navigation entries much easier to spot.

Record required item parameters beside the fixture that supplies their IDs. That prevents a reset from leaving a detail route pointed at a deleted record.

Test generated links as a guest and a signed-in member. Access filtering can make two apparently identical menu structures resolve differently.

Topic Author

M

marcus

@marcus

Topic Stats

Created Wednesday, 15 October 2025 10:10
Last Updated Wednesday, 15 October 2025 10:10
Replies 0
Views 244
Likes 9

Share This Topic