-
Author
-
April 3, 2017 at 23:44 #157534wilfriedMarseilleParticipant
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.comApril 4, 2017 at 04:03 #157546wilfriedMarseilleParticipantSorry
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.comApril 5, 2017 at 08:51 #157648LauraModeratorHello, 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 themeHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura 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 🙂
April 7, 2017 at 11:32 #157868wilfriedMarseilleParticipantHello,
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-nameSo 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.comApril 9, 2017 at 22:44 #158013LauraModeratorHello, 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 solutionLaura 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 🙂
April 12, 2017 at 19:02 #158325RaduModeratorHi,
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 -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.