Garden cms create pages in cms

I have an Orchard CMS app. I want to create several pages in a different page than on the main page. I want to display the menu on other pages. When a user logs in, the menu should be displayed according to his role. Can someone give me a solution for this?

+3
source share
2 answers

You can create new pages in the admin control panel by choosing Create β†’ Page in the admin menu. The menu is a static atm, so there is no functionality to limit the menu items of the current role (s) of the user. By the way, I am creating a module for this, so this function will be available in a few weeks.

Greetings

+1
source

To add a menu to β€œother than home”, you can add a rule layer! url '/ homepage' (this may not be so.) Then you can assign a menu widget to this layer.

. ? , , .! url '/homepage' && & & role'foo

0

All Articles