Skip to:
Content
Pages
Categories
Search
Top
Bottom

change post form in the ‘just me’ activity tab


  • Raval
    Participant

    @ravals

    Hello,
    How do you set the post form in the ‘just me’ activity tab to ‘bp_before_member_body’?

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

  • Raval
    Participant

    @ravals

    Where in the code is it determined where the page displays the post form for
    personal activities?
    I would like to do something like this, but I know it won’t work
    Please help.

    function change_post_form() {
    	if ( $currentpage == 'just me') :
    		bp_get_template_part( 'activity/post-form' );	
    	endif;
    }
    add_action( 'bp_before_member_body', 'change_post_form' );

    Raval
    Participant

    @ravals

    anyone?

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