Skip to:
Content
Pages
Categories
Search
Top
Bottom

Modify profile page


  • lucasan37
    Participant

    @lucasan37

    Hi, I’d like to modify the profile page, but the Userbar and Optionsbar seems to be generated by get_header()

    Can you please tell me where can I modify this?

    Thank you

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

  • Brajesh Singh
    Participant

    @sbrajesh

    well,The userbar and options bar are included in header.php using the following code

    <?php if ( !bp_is_blog_page() && !bp_is_directory() && !bp_is_register_page() && !bp_is_activation_page() ) : ?>

    <?php locate_template( array( 'userbar.php' ), true ) /* Load the user navigation */ ?>
    <?php locate_template( array( 'optionsbar.php' ), true ) /* Load the currently displayed object navigation */ ?>

    <?php endif; ?>

    Check your header.php and you can remove it from there or assign somewhere else.

    For editing userbar/optionsbar ,have a look at the userbar.php and the optionsbar.php

    Check out them and change manually as you want.


    lucasan37
    Participant

    @lucasan37

    Thanks a lot! I haven’t seen that, thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Modify profile page’ is closed to new replies.
Skip to toolbar