Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • in reply to: Link buddypress menu #93137
     viriis
    Participant

    Hi,

    I managed to insert a link in the menu buddypress but I can not seem to change the image.

    Can you please help me find a solution

    COPY CODE
    function my_setup_nav() {
          global $bp;
    
          bp_core_new_nav_item( array( 
                'name' => __( 'Articles', 'buddypress' ), 
                'slug' => '../../mes-articles', 
                'position' => 30,
                'screen_function' => 'HERE HELPPPPPPPPPPP :)', 
    	    'show_for_displayed_user' => false,
          ) );
    }
    
    add_action( 'bp_setup_nav', 'my_setup_nav' );

    Thank you very much

    in reply to: Feature image #92143
     viriis
    Participant
    This reply has been set as private.
Viewing 2 posts - 1 through 2 (of 2 total)

Log in with your credentials

Forgot your details?