This topic has 5 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #157534
     wilfriedMarseille
    Participant

    Hello

    I would like make a new page in the BuddyPress Profile.
    Do you know a good plugin to make hat ?

    If you love Ableton check my blog :
    www.zikrea.com

    #157546
     wilfriedMarseille
    Participant

    Sorry
    My Keyboard was in bug…
    So I make a function to do that :

    COPY CODE
    <?php 
    add_action( 'bp_setup_nav', 'test_board', 100 );
    
    function test_board() {
        global $bp;
    
        bp_core_new_nav_item( array(
            'name' => 'Tutoriel',
            'slug' => 'buddy-tutorial',
            'screen_function' => 'bpis_profile',
            'position' => 10
            )
        );
    }
    
    function bpis_profile () {
        echo do_shortcode('[bpis_tags]');
        echo do_shortcode('[bpis_images]');
    }
    ?>

    But I don’t know the file than i have to copy/paste in my childtheme and how i have to rename it to edit my pages.

    If you love Ableton check my blog :
    www.zikrea.com

    #157648
     Laura
    Moderator

    Hello, i do not understand what do you mean, you are editing a file of a plugin or is that a function you want to add to the theme?
    If its a function you can add it to functions.php of child theme

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #157868
     wilfriedMarseille
    Participant

    Hello,

    IS a function.php to add a new item tab item in the BuddyPress User Nav.
    when i click on this part i go on :
    http://www.zikrea.com/membres/wilfried/my-slug-name

    So i need to edit a page my-slug-name with the URL http://www.zikrea.com/membres/wilfried/my-slug-name.

    But i don’t know how do that.
    ( I have to make a page in my Dashboard, and change the URL directly form the dashbaord. )

    Or I have to copy paste a file like page.php put it in my child theme and rename it : page-myslug-name.php and edit it. ?

    Or maybe i have to put buddypress.php in my child theme and rename it buddypress/my-slug-name ?

    If you love Ableton check my blog :
    www.zikrea.com

    #158013
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #158325
     Radu
    Moderator

    Hi,

    The content of the slug generated in BuddyPress profile can be added/manipulated from here ( see screenshot )

    Practically you make the tab structure inside that function
    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 6 posts - 1 through 6 (of 6 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?