Search Results for 'buddypress'
-
Search Results
-
Hi there,
Found this article: https://buddypress.org/support/topic/how-to-show-pending-memberships-to-user/
It seems this is not baked in functionality in BuddyPress? Can’t find it anywhere in the code.
Hi there,
I can’t find any topic about this. When enabling WP_DEBUG I get the message below when a person requests to join a group.
Deprecated: groups_send_membership_request was called with an argument that is deprecated since version 5.0.0! Arguments passed to groups_send_membership_request should be in an associative array. See the inline documentation at /Users/jvanoel/Sites/mvp/wp-content/plugins/buddypress/bp-groups/bp-groups-functions.php for more details. in /Users/jvanoel/Sites/mvp/wp-includes/functions.php on line 4997 Warning: Cannot modify header information - headers already sent by (output started at /Users/jvanoel/Sites/mvp/wp-includes/functions.php:4997) in /Users/jvanoel/Sites/mvp/wp-includes/pluggable.php on line 1281 Warning: Cannot modify header information - headers already sent by (output started at /Users/jvanoel/Sites/mvp/wp-includes/functions.php:4997) in /Users/jvanoel/Sites/mvp/wp-includes/pluggable.php on line 1284Is there is a fix for this in the works?
Version WP: 5.4 multisite
Version BuddyPress : 5.2.0
url http://www.easyrelation.com
Théme child twenty seventeen ( testé avec plusieurs autres thème et problème recurrent )Bonjour !
Je rencontre un petit soucis car il est impossible d’ajouter depuis l’espace membre des groupes ou des citations. les options sont bien cochées dans les options buddypress. Petit soucis avec les citations également impossible d’en ajouter.
Seul moi est en capacité d’ajouter un groupe depuis l’interface wordpress mais pas depuis mon espace membre sur le site . C’est comme si il manquait un lien pour en ajouter.
Voilà cela fait des jours que je bloque dessus si vous pouviez m’aider cela serai génial ! Merci ^^
I have a buddypress site with bbpress and wp ulike (https://wordpress.org/plugins/wp-ulike/). If I activate the like possibility on the activity stream page and also in the bbpress the same topic or reply could get independent likes in the topic page and in the activity page.
Therefore I would like to hide the like button on the activity page only for bbpress related entries, so that likes are only visible and “collected” in the forum topic page. In the same fashion like post comments are disabled in the buddypress settings.
What would be the easiest way to achieve this?Hi there,
I’m looking for a solution to show a member list on the group home. But I can’t get any members to show up. I tried a lot, even to copy and paste the legacy /groups/single/members.php file (https://pixelheads.d.pr/xCH6i1) and hooked it on the homepage at the “bp_before_group_body”.
The custom code works on the “Members” page. It just won’t work on the “Home” of the group page.
I use the latest WordPress and BuddyPress version. I do not have other plugins installed.
Any ideas?
Hi, I’m experience some undesired behavior and I can’t figure out why for the life of me.
Whenever a logged-in user tried to navigate to their buddypress profile, they instead get sent “../profile/” instead of “../members/username/profile/”
I’ve checked/tested the following;
– disabled all other plugins for conflict testing
– I have a redirection plugin but no such redirect specified(or ever created for that matter)
– nothing related in .htaccess
– reset folder permissions in case they were interfering
– cleared server-side cache
– checked for server side redirect
– reset permalink structureThis isn’t something I can really attribute much to recent changes as I haven’t touched anything that interacts with profiles in some time.
Any thoughts?
Topic: Profile Fields
Is there a plugin for this example in my buddypress community?
Tina sets up her profile and selects female, missouri, 4/15/2002, and is a student.
I go to post and select a category, tag, or group that is specific to female students that are 18 yrs old and live in Missouri.
Only these users will see that post in their BuddyPress Newsfeed. What is the best way to do that?Is there something out there that I can install to make this happen? I want users to only see what is appropriate for them.
Thank you !!!
The Original Buddypress email template:
{{poster.name}} replied to one of your updates:
"{{usermessage}}"
Go to the discussion to reply or catch up on the conversation.
Is there a way to add a “{{{thread.content}}}” or something similar so that the user can just view the original title of the thread instead of having to head to the URL?
A function that can grab the contents of the original update post and place it inside the email?
Thanks in advance!
Wordpress 5.4
Buddypress 5.2
Theme: Twenty NineteenVersion: 1.5Hi guys
I’m looking to create a custom theme built around BP Nouveau and have dequeued the css, but doing so makes the member and group cover images disappear.
In BP legacy it was possible to follow this tutorial (https://codex.buddypress.org/themes/buddypress-cover-images/), but in Nouveau it doesn’t seem work.
Here’s the old code for it
function mytheme_cover_image_callback( $params = array() ) { if ( empty( $params ) ) { return; } return ' #buddypress #header-cover-image { height: ' . $params["height"] . 'px; background-image: url(' . $params['cover_image'] . '); } '; } function mytheme_cover_image_css( $settings = array() ) { $settings['callback'] = 'mytheme_cover_image_callback'; return $settings; } add_filter( 'bp_before_xprofile_cover_image_settings_parse_args', 'mytheme_cover_image_css', 10, 1 ); add_filter( 'bp_before_groups_cover_image_settings_parse_args', 'mytheme_cover_image_css', 10, 1 ); function your_theme_cover_image_css( $settings = array() ) { $theme_handle = 'bp-parent-css'; $settings['theme_handle'] = $theme_handle; $settings['callback'] = 'mytheme_cover_image_callback'; return $settings; } add_filter( 'bp_before_xprofile_cover_image_settings_parse_args', 'your_theme_cover_image_css', 10, 1 ); add_filter( 'bp_before_groups_cover_image_settings_parse_args', 'your_theme_cover_image_css', 10, 1 );Anyone got an idea?
Thanks for your time!
Hi there,
I don’t understand why this is so complicated.
When people register they are required to enter a username and a name. Their username is not changeable after that, I understand that this is WordPress default functionality.
Though:
- what is entered at “Username” is shown on someones profile page like: @name
- what is entered at “Name” at the register form is filled in the field “First name” and “Nickname”
- Display name is set as “Nickname / First name” – since they are the same
– Why isn’t just the display name used for BuddyPress on someones profile?
– Or why is the username shown on the members profile since that cannot be changed by anyone?
– Why is there a field “Username” AND “Name” (which is also required) on the register form? I think having a Username field would be enough which is also automatically the “Nickname”.I hope I’m thinking too difficult here and there is some easy explanation.
Looking forward to someones reply.
Thanks in advance.Justin
Hello:
I’m just another one struggling with this issue. After a lot of research over the internet and after being tried all suggestions in other posts, I’m reaching to you to get some help. I already checked:
– My WordPress installation can send emails (checked al worked).
– Disable Buddypress and try a new sign in (checked and worked).
– Buddypress Repair Email tool (done, didn’t solved it).
– Another emails from buddypress being sent, like new post alerts (checked and worked).Seems like there’s something wrong only when a new user signs in and is supposed to get a confirmation email in order to get validated. All other email functions seems to be working fine.
Thanks!