Private pages for different users

Private pages for different users

بواسطة - Rafael José Ossorio
عدد الردود: 1

Hey! I'm new to Moodle, and I've been trying to create some custom pages that only certain users can access.

I've ended up trying to do so with the Adaptable theme, adding links to the navbar. However, I can't seem to block them depending on the users' cohorts. I was wondering if anyone could give me a hand here, or point me in the right direction on how to do this, either through modifying the theme or any other way. Thank you!

متوسط التقييمات: -
رداً على Rafael José Ossorio

Re: Private pages for different users

بواسطة - Puspen Das
Hi Rafael,
Here you need to write some script in the newly created page with user role restrictions, Your page should have some capabilities, and depending on that you need to display the page content.
https://moodledev.io/docs/4.4/apis/subsystems/access
Regards
Puspen