Search Results for 'buddypress'
-
Search Results
-
Topic: Private message
HI,
I already asked this question 4 weeks ago without answer from Buddypress support. So I try again !
Members of my community must be connected to my site to see the members list.
When I am connected, if I see someone connected (widget in sidebar), I click on his photo, I see his profile and “Private message” near the round photo.
I click on “Private message” and arrive on my profile.
I suppose that I only have to write the message. NO ! I must search the name of the person (I was on his profile just before !) and then write the subject, and the text.
Is it the normal way or is there something wrong in my settings ?
Thanks in advance.
WP 5.2.4 with Twenty sixteen, Buddypress 5.0.0, https://www.alpes-spirit-chapter.com/
Regards.Hi there,
Looking for how to change the number of members displayed in the member loop I ended on this very old topic:
https://buddypress.org/support/topic/change-the-number-of-members-to-be-displayed-per-page/This is obsolete and a better way to do this is now to use a filter in bp-custom.php or the functions.php of your theme as describe in the codex:
So just posting this in an attempt to prevent others to use this old solution.
Especially given that this old way doesn’t work with WP Rocket cache and a logged in user.function my_bp_members_per_page( $retval ) { $retval['per_page'] = 24; return $retval; } add_filter( 'bp_after_has_members_parse_args', 'my_bp_members_per_page' );Regards,
Hi,
I suddenly get the error when logging in: Error thrown – Call to a member function format () on boolean.
Unfortunately, I can not do that because I’m not a programmer. The funny thing is that I was easily logged in and four hours later, the next time you log in, the error message, although on the side has not changed.
Who can help me?
Greetings
Joachimhttp://www.vhsfotoclub.de
Wordpress 5.3–de_DE
Buddypress Version 5.0.0
PHP Version : 7.1.33 / 64Bit OS
Thema Twenty SeventeenVersion: 2.2Hello,
There’s a problem with my Buddypress activity feed, after clicking “Load More”, the same contents shows and shows. It just keeps on repeating and I can’t see the users other content anymore. Please help.
Hello! I am creating a social network with buddypress 5.0 and last wordpress update with the theme went and Seventeen Version: 2.2 and I am creating custom fields and I need to put photo gallery and video in the custom profile fields for the professional profile and the user profile! Is there any way or plugin that can put photo and video gallery? Please help
Topic: post in the profile
462/5000
Hello! I am creating a social network with Buddypress 5.0 with the latest WordPress update! In the Twenty Seventeen Version: 2.2 theme in the user profile that I have created and professional does not allow me to write a post from the profile itself instead of from the start or home page of the social network! How can I do so that both profiles (user and professional) can be written from the profile as or similar to Facebook?Hello! I am trying to create a social network having the buddypress 5.0 with the update of the last wordpress and I am having problems doing trial and error when creating a user and logging in but it does not let me settle with the user once it has already been registered!
In the social network I have put several profiles (user and professional) and with neither of them it allows me to access the network being already registered! I need help!!Topic: Cannot remove group invites
Hi folks,
we have a private group where a user sent out some invites. The list under “pending invites” (like here: checking for pending invites) offers a “delete” or “remove” button. However, clicking on it won’t remove anything but give the generic error message “Group invitation could not be removed”. This happens with expired invites as well as with new invites.Running on Buddypress 5.0.0 on WordPress 5.2/5.3, additional BP-Plugins Group Email subscription, and the Woffice Theme (nothing special about invitations here, I think).
Is there – besides this screen – any option to remove pending invites to renew an invitation? And: do invitations really expire? At this point I’m not sure it’s a user issue, but I can reproduce the “cannot remove” issue with new invitations as mentioned.
Thanks for any hint!
regards
ekaHave you forgotten the password?
Hello, I am creating a social network through buddypress, and it is giving me problems with the page “have you forgotten your password?
It is not configured and I get a shortcode “[uwp_forgot]” but there is no configured page and it sends me to the home page of the social network! How can I make this page come out to recover the password for my clients?