-
Stacy (non coder) started the topic Comments nor Posts in personal activity shows in the forum How-to & Troubleshooting 10 years, 6 months ago
Only Updates, New Sites, Friendships, Group Updates, Group Mmeberships, & New Groups.
-
Henry Wright replied to the topic Buddypress and Calypso? in the forum How-to & Troubleshooting 10 years, 6 months ago
It’s likely that nobody has even thought about this yet because Calypso is so new. Check out these instructions if you want to install it: https://github.com/Automattic/wp-calypso/blob/master/docs/install.md
Also, there are various projects in progress for BuddyPress. Here’s one example:
-
Henry Wright replied to the topic Buddypress and Calypso? in the forum How-to & Troubleshooting 10 years, 6 months ago
It’s likely that nobody has even thought about this yet because Calypso is so new. Check out these instructions if you want to install it: https://github.com/Automattic/wp-calypso/blob/master/docs/install.md
Also, there are various projects in progress for BuddyPress. Here’s one example:
-
ronia started the topic Buddypress and Calypso? in the forum How-to & Troubleshooting 10 years, 6 months ago
How to run Buddypress ( or any of its versions in development) with Calypso [ https://ma.tt/2015/11/dance-to-calypso/%5D ? Anyone having any such Demo site or installble tar/zip?
thanks. -
yousan replied to the topic bp_get_member_user_id() returns false in the forum How-to & Troubleshooting 10 years, 6 months ago
Thanks Henry.
I can get the loggedin user_id with
bp_loggedin_user_id()function by the article you shown.I had to use
bp_get_member_user_id()at the member loop.Thank you!
-
Mobilunity replied to the topic A Nicer Way To Edit Group Slugs in the forum How-to & Troubleshooting 10 years, 6 months ago
Hi Guys! Have you solved your issue? Maybe you will try another plugin? We have listed one group plugin in the article here:
Also, There are more nice plugins to help you. Hope you will solve the issue and Client will be happy:)
—-
Mod edit by r-a-y: Removed link to website. Your comment added no relevance to this thread and appeared to be…[Read more]
-
Henry Wright replied to the topic Adding a new component to BuddyPress in the forum How-to & Troubleshooting 10 years, 6 months ago
These requirements are very custom so I doubt there will be a plugin available. My advice is to take a look through the core project code to familiarise yourself with how BuddyPress works. There’s also a BuddyPress Skeleton Component you can use (check out the comments) to learn how to create a new component should you need one.
-
Henry Wright replied to the topic want to add more fields to "Post Update" form in the forum How-to & Troubleshooting 10 years, 6 months ago
You should look at bp-templates/bp-legacy/buddypress/activity/post-form.php, making changes if necessary using the BuddyPress Template Hierarchy article as a guide.
-
Henry Wright replied to the topic bp_get_member_user_id() returns false in the forum How-to & Troubleshooting 10 years, 6 months ago
The likely reason why
bp_get_member_user_id()is returningNULLis you are using it outside the members loop. See the Playing with the user’s ID in different contexts article for info on how to get the member’s ID in the various contexts that exist within BP. -
yousan started the topic bp_get_member_user_id() returns false in the forum How-to & Troubleshooting 10 years, 6 months ago
Hello.
I am trying to get a certain user’s xprofile field data.
I found a topic.
https://buddypress.org/support/topic/display-a-value-of-a-particular-custom-profile-field/So I tried
global $current_user;[Read more]
$user_id = bp_get_member_user_id();
var_dump($user_id); // <--- false!
$class = xprofile_get_field_data('weight', $user_id… -
Henry Wright replied to the topic groups_member_before_save messages not showwing up in the forum How-to & Troubleshooting 10 years, 6 months ago
The
groups_member_before_savehook doesn’t really give you the opportunity to exit execution gracefully if your member doesn’t validate. Is there another hook that you can use?I suppose you could force execution to stop by adding a redirect after
bp_core_add_message()but that feels slightly hackish:bp_core_add_message( $message, 'error'…[Read more] -
silab ajiho's profile was updated 10 years, 6 months ago
-
Henry Wright replied to the topic groups_member_before_save for restricting one group per user in the forum How-to & Troubleshooting 10 years, 6 months ago
After a particular member has reached the 1 private group limit, you’d probably want to stop the member:
requesting to join a new private group
from being invited to join a private group
from creating a new private groupYou mention the member can belong to multiple public groups so your checks should be specific for private groups (also…[Read more]
-
Henry Wright replied to the topic Disable messages in Activity Stream in the forum How-to & Troubleshooting 10 years, 6 months ago
I have no idea if this plugin still functions because it was last updated ~4 years ago, but check out BuddyPress Block Activity Stream Types.
-
George Notaras replied to the topic Questions about the concept of user profiles in the forum Miscellaneous 10 years, 6 months ago
@shanebp: Great! Thanks!
-
George Notaras replied to the topic Questions about the concept of user profiles in the forum Miscellaneous 10 years, 6 months ago
Is it safe to assume that the ID of a WP user (post author) is always the same as the BP user ID?
-
Henry Wright replied to the topic How to update avatar user meta? in the forum How-to & Troubleshooting 10 years, 6 months ago
in the API results I have a url of the avatar
Does the result give you the user ID as well?
-
nawu hicuyo's profile was updated 10 years, 6 months ago
-
Henry Wright replied to the topic How to update avatar user meta? in the forum How-to & Troubleshooting 10 years, 6 months ago
How are you uploading the image?
-
Joost abrahams replied to the topic z-index issue with 2014 and cover images in the forum How-to & Troubleshooting 10 years, 6 months ago
- Load More