hi there,
is there a way of preventing front end course creators from being able to add new units and add new quizzes. ie. can the drop down option as shown in screenshot be removed or disabled?
thanks, regards Sue Perry
It seems you are still using old WPLMS Front end interface.
Since the old version is no longer maintained, please migrate to New WPLMS front end plugin,
Here;s the video link :
https://wplms.io/support/knowledge-base/wplms-front-end-update/
hi there,
thanks, I'll do that. regarding my question -
is there a way of preventing front end course creators from being able to add new units and add new quizzes. ie. can the drop down option as shown in screenshot be removed or disabled?
thanks, regards Sue Perry
Try adding the given css from wp-admin -> appearance -> customize -> custom css :
.new_unit .add_cpt .col-md-6:nth-child(2) {display:none;}
.new_quiz .add_cpt .col-md-6:nth-child(2) {display:none;}
The above solution will work with the new front end edit .
thanks guys, eventually got it working.
Just needed to change the "edit course" page to use the new front end, and then edit the WPLMS Customiser plugin to allow for the fact I'm not using woocommerce. (The create course button wasn't initially clickable).
regards Sue