-
Nahum started the topic Automatic BP Setup Nav for public Custom Post Types in the forum Creating & Extending 6 years, 9 months ago
Trying to automate the bp_setup_nav function to create the profile nav items and screens for any public custom post types available and have had some success to the point of getting the right templates to show. I have it working if I create bp_template_content function for each template and call them respectively via screen_function…so I’ve been…[Read more]
-
Karla Vogel's profile was updated 6 years, 9 months ago
-
Karla Vogel's profile was updated 6 years, 9 months ago
-
Karla Vogel's profile was updated 6 years, 9 months ago
-
felix gunawan's profile was updated 6 years, 9 months ago
-
SUNSoverlays's profile was updated 6 years, 9 months ago
-
Viagra Indonesia's profile was updated 6 years, 9 months ago
-
Nahum started the topic How to only show profile tab if user has posts in the forum How-to & Troubleshooting 6 years, 9 months ago
Doesn’t work…thought it did at one point.
add_action('bp_setup_nav', 'mb_bp_user_posts' );function mb_bp_user_posts() {
global $bp;$user_post_count = count_user_posts(bp_displayed_user_id() , 'post' );
if($user_post_count) {bp_core_new_nav_item(
array(
'name' => 'Posts',
'slug' => 'posts',
'position' => 10,…[Read more] -
Karla Vogel's profile was updated 6 years, 9 months ago
-
salpa's profile was updated 6 years, 9 months ago
-
BisaQQ's profile was updated 6 years, 9 months ago
-
Bodhipaksa started the topic Hidden groups not visible to members under "My groups" in the forum How-to & Troubleshooting 6 years, 9 months ago
The title is essentially it. If I have a hidden group (which I prefer so that people can’t request access to it) then members of that group do not see it listed under “My Groups.” The group is, however, counted in the number badge on the “My Groups” tab.
There doesn’t seem to be any good reason why hidden groups should be hidden from the group…[Read more]
-
Vay Thần Tốc vay tiền nhanh's profile was updated 6 years, 9 months ago
-
WeedKillerGuide's profile was updated 6 years, 9 months ago
-
Sherlock's profile was updated 6 years, 9 months ago
-
Dion Hulse updated the Component API page, on the BuddyPress Codex 6 years, 9 months ago
This page is under review and shouldn’t be published until revised – ~hnla
This page documents the Component API (Application Programming Interface) available to BuddyPress plugin developers, and how to use […] -
Sumit Mehta's profile was updated 6 years, 9 months ago
-
Barley's profile was updated 6 years, 9 months ago
-
Karla Vogel's profile was updated 6 years, 9 months ago
-
Fyasin's profile was updated 6 years, 9 months ago
- Load More