Skip to:
Content
Pages
Categories
Search
Top
Bottom

Custom Code

Viewing 3 replies - 1 through 3 (of 3 total)

  • peter-hamilton
    Participant

    @peter-hamilton

    1. You could use the template for buddypress – members – single – settings
    Here you could add a link inside the navigation div, right after the call to get-options-nav

    This should be in your buddypress folder in your child theme.

    2. I do not know

    buddypress – bp-templates – bp-legacy – buddypress – members – single – settings.php?

    Here inside i added:

    <div class=”item-list-tabs no-ajax” id=”subnav” aria-label=”<?php esc_attr_e( ‘Member secondary navigation’, ‘buddypress’ ); ?>” role=”navigation”>

      <?php if ( bp_core_can_edit_settings() ) : ?>

      <?php bp_get_options_nav(); ?>
      link text
      <?php endif; ?>

    </div>

    But its not working.

    @peter-hamilton Im using BuddyPress Xprofile Custom Fields Type plugin too.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar