List of pages with access
-
Hello.
I have 10 pages:
Page 1
Page 2
Page 3
…And 10 levels: Level_Page_1, Level_Page_2, …
Each user has access to some of those pages.
User_1: Page_1, Page_5
User_2: Page_4, Page_5, Page_7It’s possible get the level access of page outside the page?
I want to create a link list, or menu, that shows only the pages the user has access to.
I can use the Shortcodes or the codeif(rua_get_user()->has_level($level_id)) { //show Page link }
But I would like to do it dynamically, because the pages and levels will be incremented.
Thank you
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘List of pages with access’ is closed to new replies.