Dashboard

Home Forums Legacy Support Support queries Setup issues Dashboard

Tagged: 

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #339773
    beastizo
    Spectator
    Hi! We are finishing configuring the Dashboard and we have some doubts: - Can one more level be created in the course that corresponds to each session? Our teachers say that they need each session (class) to be differentiated… We would then need to do one more level… Something like this: https://prnt.sc/z7t1nd How could it be done? - Can the forum be removed from a unit? (With "unit" we mean this: https://prnt.sc/z7tafo) ... The teachers tell us that there are too many forums :S - In the teachers' profile, how can we eliminate all this that I mark? https://prnt.sc/z7tm1a Thank you very much in advance!
    #339915
    Ada
    Participant
    Hi, No , there can not be nested levels created. - Sorry I am not able to understand what exactly you are saying. There is single forum for each course . Please explain again What do you want to remove? - For this please install and activate wplms-customizer plugin Goto plugin editior>> wplms-customizer>> wplms-customizer.php And add this code
    
    function hide_instructor_menu_tabs() {
      	$user = wp_get_current_user();
        if (  current_user_can('edit_posts') && !current_user_can('manage_options')) {
        //The user has the "instructor" role
      	?>
      	<style>
      		#vibebp_member #course_component .vibebp_left_sidebar .menu-child.course , .menu-child.notes_reviews    {
        display:none !important;
      }
    #vibebp_member #course_component .vibebp_left_sidebar .menu-child.course-stats ,.menu-child.quiz_results , .menu-child.assignment_results{
        display:none !important;
    }
    </style>
    <?php 
      }
    }
    add_action('wp_head', 'hide_instructor_menu_tabs');
    
    #339916
    Ada
    Participant
    You can download wplms-customizer plugin from here https://wplms.io/support/knowledge-base/wplms-customizer-plugin/
    #340784
    beastizo
    Spectator
    Hi Ada! - About the forums ... maybe I call it forums and they are not ... What I mean is https://prnt.sc/zukgq7 (I understand that this is the forum of the course you are referring to) and I also mean https://prnt.sc/zukl96 (which from the tests we have done, there are as many "forums" as there are units) - About the plugin that you told us to install to "remove" options from the instructor profile, we have already installed it ... but I can't find where it is to configure it :S Could you tell me where it is? Or send me a screenshot of what it is like, please? Waiting for your answer! Thank you very very much as always! <3
    #340788
    beastizo
    Spectator
    Another question, Ada, from the administrator profile, how can we manually add students to a course?
    #340933
    Ada
    Participant
    Hi , 1- You can use below css code to remove this https://prntscr.com/zy6oqi Add this code in appearance>> customize>> custom css
    
    #vibebp_member #course_component .course_timeline .action_points a.vicon.vicon-comments {
        display:none !important;
    }
    
    2- Sorry for my answer to this point. You can simple enable this option from lms>> settings to remove these https://prnt.sc/z7tm1a from teachers profile. You do not need to add code for it. 3- You can manually add students from vibebp>> course >> https://prntscr.com/zy78y9
    #342051
    beastizo
    Spectator
    Hi Ada! Sorry I haven't answered you so far ... The last few days have been a bit crazy :S We're studing all your answers, so I'll tell you something shortly. Thank you very much for your help!
    #342114
    Veronica
    Moderator
    yes you can update here
    #342442
    beastizo
    Spectator
    Hi Ada and Veronica! I think everything is great already ... Just three questions. Sometimes we see that you make some changes directly on the wp panel (which helps us a lot, believe me, thanks for that) but we have the doubt why sometimes we follow exactly the steps you tell us to modify something and we cannot change it ... but then you can do it successfully in wp panel. Is it because we are doing something wrong? The second question is if there is any other manual besides this one: http://wplms.io/documentation/administration/index.html There are things that are not updated and many others that are not explained. Lastly, does wplms have auto-reply emails? Email from purchase confirmation with the keys to enter the dashboard? Or with information about the course you just bought? or Email reminder of when a course or class is going to start? Thank you very much for your help as always! :)
    #342498
    Ada
    Participant
    Hi again, No we follow same steps which we allready tell you . Many times I have shared videos also while doing changes in settings . May be there still remain little confusion in the steps so we have to do it ourselves on your site. You can follow this guide https://docs.wplms.io/administrator-guide/step-by-step-guide-for-administrators Yes you can enable touchpoints from lms>>settings>>touchpoints. follow his tip: https://wplms.io/support/knowledge-base/touch-points-emails-messages-notifications/ It's great pleasure to help you.:)
    #343443
    beastizo
    Spectator
    Hi Ada! You don't know how much we appreciate all your help! We are checking all the information you have given us in case we have any questions ... but we will probably close the ticket. I'll confirm you later, ok? Thanks for everything! <3
    #343552
    Veronica
    Moderator
    yes it is totally fine take your time
    #343599
    beastizo
    Spectator
    Thanks Veronica and Ada! We only have one doubt about all the information you sent us: For the automatic reply emails, we have seen in the video that there are "email templates" but we do not know where they can be activated. Could you tell us where? Thank you very much and happy Wednesday!
    #343778
    Ada
    Participant
    Hi, I have informed you about this. emails are enabled from lms>> settings>> touchpoints Yes you can enable touchpoints from lms>>settings>>touchpoints. follow this tip: https://wplms.io/support/knowledge-base/touch-points-emails-messages-notifications/
    #343839
    beastizo
    Spectator
    Hi Ada. Great, thank you very much for your help.<3 Closing ticket :)
Viewing 15 posts - 1 through 15 (of 16 total)
  • The topic ‘Dashboard’ is closed to new replies.