Reference: PW 3.0.111 and uikit3 based site using the Regular-Master profile.
I was wondering if there is a way to restrict user navigation to specific pages.
Login (home.php - not to be displayed)
|__ About (not to be displayed)
|__ Clubs (not to be displayed)
| |__ Club (to be displayed)
| |__ Club Members (to be displayed)
|__ League (not to be displayed)
| |__Season (not to be displayed)
| |__ Match (not to be displayed)
|__ News (blog.php - to be displayed)
|
etc, etc
Based on the above the navigation needs to appear simply as:
---------------------------------------------------------------------------
Club Club Members News
---------------------------------------------------------------------------
Any thoughts appreciated.