Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Hope

    (@amalsh)

    The buddypress activity privacy is an essential plugin, how can I put the edit button before the privacy drop down list as appears in the pic.

    Thanks
    Hope

    ckchaudhary

    (@ckchaudhary)

    Add this code in your theme’s functions.php file, it should work.

    if( function_exists( 'bp_update_activitiy_visibility_selectbox' ) ){
    	remove_action('bp_activity_entry_meta', 'bp_update_activitiy_visibility_selectbox',10);
    	add_action('bp_activity_entry_meta', 'bp_update_activitiy_visibility_selectbox',11);
    }
    Thread Starter Hope

    (@amalsh)

    Great! Thanks a lot ckchaudhary, it works ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to reposition the "Edit" button’ is closed to new replies.