Home Forums Plugins Support Vidi – Video WordPress plugin Remove items from BuddyPress menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8680

    Hi, is it possible to remove this from the BuddyPress menu? … see attachment
    thanks
    regards
    Michal

    Attachments:
    You must be logged in to view attached files.
    #8682

    Hi,
    Thanks for choosing our product!
    You can do it by go to:
    wp-content/plugins/haru-vidi/includes/vidi/ then open file _init.php
    You can remove this line:
    require_once( PLUGIN_HARU_VIDI_DIR . 'includes/vidi/buddypress-functions.php' );
    or open this file and remove this line:
    add_action( 'bp_setup_nav', 'haru_profile_tab_videos' );
    on line 96
    Hope this helps!

    ****
    Regards,
    HaruTheme

    #8683

    Hi, will it be there with the next plugin update? Would it be not better to use child theme for this …if it is possible?
    thank you

    #8684

    When you update our plugin it will be override by new file.
    You can go to functions.php of child theme and add this code:
    remove_action( 'bp_setup_nav', 'haru_profile_tab_videos' );
    but we don't make sure it can works.

    ****
    Regards,
    HaruTheme

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.