Disable Add New Unit and Add New Quiz options from front end course creation

Home Forums Legacy Support Support queries Other issues Disable Add New Unit and Add New Quiz options from front end course creation

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #11282
    sriadmin
    Participant
    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    
    #11410
    sandy
    Member
    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/
    #11503
    sriadmin
    Participant
    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
    #11558
    Anshuman Sahu
    Keymaster
    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;}
    #11559
    Anshuman Sahu
    Keymaster
    The above solution will work with the new front end edit .
    #11721
    sriadmin
    Participant
    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  
Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Disable Add New Unit and Add New Quiz options from front end course creation’ is closed to new replies.