Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • startershut
    Participant

    @startershut

    I have found the part of the code to remove and have removed the below
    bp_core_new_nav_item( array(
    ‘name’ => __( ‘Send Invites’, ‘invite-anyone’ ),
    ‘slug’ => $bp->invite_anyone->slug,
    ‘position’ => 80,
    ‘screen_function’ => ‘invite_anyone_screen_one’,
    ‘default_subnav_slug’ => ‘invite-new-members’,
    ‘show_for_displayed_user’ => invite_anyone_access_test()
    ) );

    from the following file:
    invite-anyone/by-email/by-email.php


    startershut
    Participant

    @startershut

    There seems to be a gap between the two programs in terms of profile fields.

    When you create a custom field via Events Manager Form Editor it stores it on the Your Profile view under ‘Further Information”. Now this field is not available under the domain.com/members/user view to edit. It is available to edit in the admin view but I don’t want to expose that view to users.

    Is there a way to display these fields to user so they can edit them at domain.com/members/user

Viewing 2 replies - 1 through 2 (of 2 total)
Skip to toolbar