course drive

Home Forums Legacy Support Support queries Other issues course drive

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #321042
    cristechservice
    Participant
    Hello, I accidentally delete the course drive along with the buddydrive, I can find buddydrive on the wordpress plugins, but the course drive wplms cannot, how to download if again? I try to download my theme on themeforest and I extract it, in plugin folder cannot find it , please guide.
    #321338
    Veronica
    Moderator
    hi please confirm are you talking about the drive plugin?
    #321348
    cristechservice
    Participant
    yes,. already found it, how to hide the drive on the student dashboard?
    #321612
    Veronica
    Moderator
    hi in version 4 if you are using different menus for the different user then you can edit the menus from here wp-admin>>apperance>>menus>>vibe profile menu
    #321786
    cristechservice
    Participant
    This reply has been marked as private.
    #321970
    Veronica
    Moderator
    hi if you want then for this is there any hook to hide vibe drive and buddy drive to the student profile? we can provide custom CSS code to set these display none and your other issue is checked by @Alex then for sure it will be solved soon
    #322112
    cristechservice
    Participant
    Hi, So could you share the custom CSS if possible ? so that student will not have access to the vibe drive and the buddydrive. thanks
    #322405
    Veronica
    Moderator
    hi the delay in response due to support holiday please confirm the theme version you are using is it version 3 or 4?
    #322457
    cristechservice
    Participant
    hi our version is 3.9.9
    #322668
    Veronica
    Moderator
    ok checking will provide in some time
    #322673
    Veronica
    Moderator
    hi add this in wp-admin>>plugin>>plugin editor>>wplms_customizer>>wplms_customizer.php
    add_action( 'bp_actions', 'bp_remove_profile_tabs', 99999 );
    function bp_remove_profile_tabs() {
    if(!current_user_can('manage_options')){
    global $bp;
    bp_core_remove_nav_item( 'buddydrive-2' );
    }
Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘course drive’ is closed to new replies.