-
buckyb started the topic [Resolved] Hide Custom Tab Only To Account Owner & Admin in the forum How-to & Troubleshooting 10 years, 6 months ago
Hello,
Was wondering how to hide a custom tab I created and show it only to the account owner and the admin only.
This is my custom tab
function profile_new_nav_item() {
global $bp;
$post_count = count_user_posts_by_type( $bp->displayed_user->id );bp_core_new_nav_item(
array(
‘name’ => ‘My Page’,…[Read more] -
Henry Wright replied to the topic Page load in the forum How-to & Troubleshooting 10 years, 6 months ago
Try the BP Local Avatars plugin.
-
sarah olex's profile was updated 10 years, 6 months ago
-
developer started the topic how comments are posted on buddypress? in the forum How-to & Troubleshooting 10 years, 6 months ago
i want to know the process behind the comment posting in buddypress?
is there any jQuery.ajax method used to post the comment? -
Paul Wong-Gibbs wrote a new post on the site BuddyPress.org 10 years, 6 months ago
BuddyPress 2.4.0 Release Candidate 1 is now available for testing. Please download the 2.4.0-rc1 zip or get a copy via our Subversion repository. If you are a plugin or theme developer, or are running a Bu […]
-
hava zavoli's profile was updated 10 years, 6 months ago
-
Henry Wright replied to the topic New custom tab only visible by account owner in the forum How-to & Troubleshooting 10 years, 6 months ago
You need to pass a value of
falseforshow_for_displayed_userto thebp_core_new_nav_item()function. -
Diana K. Cury wrote a new post on the site BuddyPress Brasil 10 years, 6 months ago
BuddyPress 2.4.0 Release Candidate 1O BuddyPress 2.4.0 Release Candidate 1 já está disponível para testes. Faça o download do zip 2.4.0-rc1 ou obtenha uma cópia através do nosso reposit […]
-
smaking58's profile was updated 10 years, 6 months ago
-
Henry Wright replied to the topic CSS for Registration Form in the forum How-to & Troubleshooting 10 years, 6 months ago
Unfortunately, this code did not work at all 🙁
Likely you’ll need to change the selector
#buddypress .standard-form div.radio div labelso that it’s appropriate for the theme you’re using. -
Henry Wright replied to the topic BuddyPress Profile Updation in the forum Requests & Feedback 10 years, 6 months ago
Can you describe the steps you took? Also provide any error messages you got along the way. We also need details of your environment (see When Asking for Support).
-
buckyb's profile was updated 10 years, 6 months ago
-
loran mora's profile was updated 10 years, 6 months ago
-
Henry Wright replied to the topic Buddypress as an Intranet in the forum How-to & Troubleshooting 10 years, 6 months ago
@travis_98 if you do get this working, I’d be interested in hearing about the steps you took. If you could post here that would be great 🙂
-
sarahzofia's profile was updated 10 years, 6 months ago
-
Rimon Habib's profile was updated 10 years, 6 months ago
-
Rimon Habib replied to the topic Login page in the forum How-to & Troubleshooting 10 years, 6 months ago
If you want to redirect all users(admin,subscriber,all roles) to homepage after login, just use this line at your theme functions.php file
add_filter( 'login_redirect', create_function( '$url,$query,$user', 'return home_url();' ), 30, 3 );Or if you filter a bit, like Admin users will redirected to dashboard, and all others to home page, you can…[Read more]
-
Rimon Habib replied to the topic Sending Form Data to Activity Stream in the forum How-to & Troubleshooting 10 years, 6 months ago
hello @jrufitpro
I am planning to write a detail tutorial about use of bp_adtivity_add() function later today. I will update you with tutorial link. If i forget, please just remind me with a comment. -
Henry Wright replied to the topic Sending Form Data to Activity Stream in the forum How-to & Troubleshooting 10 years, 7 months ago
You can add items to the activity stream with
bp_activity_add(). You could use your form values to build thecontentargument.Ref: https://codex.buddypress.org/developer/function-examples/bp_activity_add/
-
Henry Wright replied to the topic Error Logs with BuddyPress in the forum How-to & Troubleshooting 10 years, 7 months ago
I’ve recently installed Buddypress to my WP theme
Can you explain exactly the steps you took?
- Load More