Tours

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #176606
    a23
    Participant
    Its possible to enable tours and remove the button for students and professors
    #176813
    Mark Morgan
    Spectator
    Please tell me which button you want to disable?
    #176899
    a23
    Participant
    https://www.awesomescreenshot.com/image/3620433/b9f3086879d5f8672745f3c878a846b8 I want to remove the tours button Also there is nothing visible in my achievements tabs like badges or certificates, why is it so?
    #177004
    Mark Morgan
    Spectator
    Hello, 1) To remove tours tab from profile page you need to add this php code in your wplms-customizer.php file of wplms-customizer plugin. add_action('bp_setup_nav','bp_remove_menu_tabs_from_user_profile',999); function bp_remove_menu_tabs_from_user_profile() { bp_core_remove_nav_item('tours'); }   2) Please follow this tip : https://wplms.io/support/knowledge-base/wplms-badgeos-addon/
    #177257
    a23
    Participant
    Can certificates be added to the achievements tab?  
    #177423
    Diana
    Participant
    @arihant2301, Are you using BadgeOS Plugin or this achievements tab is added using any custom code?
    #177460
    a23
    Participant
    I am using <span style="color: #4b4d4d; font-family: Lato; font-size: 14px;">BadgeOS Plugin</span>
    #177605
    Anshuman Sahu
    Keymaster
    Well Im sorry I checked there are no hooks available to show the certificates in the achievements tab of badgeOs . you can contact the BadgeOs community addon plugin author and support to add a hook below its achievements tab content . all you have to do is to put this line in the BadgeOs community addon .   do_action('bp_before_profile_content');    
Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Tours’ is closed to new replies.