Hi,
I have a directory website that runs on the MyListing theme.
I created a staging site and installed BuddyPress to test the possibility of increasing the features. Everything was working fine except for the Group page. It returns an empty page.
Please could you help me.
WordPress version – 5.6
BuddyPress version – 7.0.0
Hi @kerriem
Then, you have no other choice than to:
If I were you, I would deactivate plugins one by one, testing if the issue is still there after each plugin deactivated to find the problematic one. I would probably start with the ones that were lately updated. If you can narrow the cause this way you’ll be able to contact the right plugin’s support.
Because you can test by yourself BuddyPress 7.0.0 on a WordPress 5.6 fresh install with no other plugins, it works 😉
Re: Member Directory & Buddypress “Recently Online Members” widget stuck
Hello Mathieu,
sorry I have to come back to you about this problem. After you helped identify a Java Script error on the membership directory page (see above), I was meanwhile able to trace it back to the CAOS Google Analytics optimizer plugin. Disabling it (not critically needed) fixed the java error (no more errors in the console on the membership directory page) – but the member directory and widget remain “stuck” (do not update). The myCred team also fixed an issue in their plugin update done at the same time, but it turns out also no having an effect on this critical Buddypress function.
I recall you said you tested WP 5.6 and BP 7.0 and could not replicate the issue.
However, due to the BP widget being stuck, we also enabled another widget to augment showing currently online members (part of the GD BP Toolbox Suite – https://plugins.dev4press.com/gd-bbpress-toolbox/ – which we use extensively).
This GD widget works, and shows online members (albeit fewer and not as nice as the BP widget, and just a few active within the last few minutes) – while the BP widget does not work at all anymore.
I think both GD and BP widgets access the same core information (users/members online) – so it seems logical to me, that the problem must lie within BuddyPress (and the 7.0 update), if its widget and member directory is not working (“stuck” with myself at the top at the state of a week ago when the 7.0 update was performed, by me as admin)?
If you have any other idea how to go about it, my volunteer colleages and myself in the admin team at Scaffies would greatly appreciate your input.
Buddypress is a substantial part of our community website, and access to the member directory is obviously important; the BP “recently online” widget prominently displayed on our internal front page is very popular within in the community, and it being stuck for a week now is a downer for the members. That is why we are staying on top of it to get it resolved.
Thanks again for all your time and help,
Kerrie
Volunteer Admin, Scaffies community.
Hi,
Mega newbie on BuddyPress,
When a new user select a group (when he register) or when the moderator after a register select a group for this user,
how to attach / permission / a user to the same Forum Group (status private) ?
Thank you !
Thank @vapvarun and @imat for answer me 🙂
Sorry for my explanation…i did´t explain case clearly…The WordPress admin area works perfect for me…my problems come from the public-facing…When one user want to create a new group, this starts a group creation steps (group name and Description, Settings,Image); On the “step 2″(Settings), the user have to select one group type with a group type selection option. Before the release (before BP v 7.0.0) it was working successful but after the release, these group type selection option doesn’t appear…They only appear when i uninstall the pluging “BuddyPress Create Group Types”, but then I am not able to use the filter´s and Tap´s options…
@alersn with BuddyPress Create Group Types you will have two group type menus in the group section at the backend one with plugin and 2nd with BP itself you can create group type with any of option for now. Except for the menu display, there is no functionality conflict.
Filter option and tab options at the group directory page at the front are coming with BuddyPress Create Group Types which is not included in the core feature with BP v7.0.0 at present.
We will try to add those features in BP core and remove the plugin from wp.org or work on the plugin to have better compatibility.
@vapvarun could you look into @alersn ‘s problem, if there’s something we need to do in BuddyPress, we’ll do it 😉
To order alphabetically user the bp_nouveau_get_members_filters.
function themename_bp_reorder_member_directory_filters( $filters, $context ) {
if ( 'group' !== $context ) {
$filters = array();
if ( bp_is_active( 'xprofile' ) ) {
$filters['alphabetical'] = __( 'Alphabetical', 'buddypress' );
}
$filters['active'] = __( 'Last Active', 'buddypress' );
$filters['newest'] = __( 'Newest Registered', 'buddypress' );
}
return $filters;
}
add_filter( 'bp_nouveau_get_members_filters', 'themename_bp_reorder_member_directory_filters', 10, 2 );
Hi, thanks for answering me 🙂
I am trying to use “BuddyPress Create Group Types” with the new realise (BuddyPress 7.0.0) but i have a problem to display the group type option selection during group creation and when a group administrator is on the group settings page. The problem get solved when i uninstall the pluging (“BuddyPress Create Group Types”)…but then i am not able to add a group type filter on top group list page because of what i post mencione before…:(
Could be a conflict between “BuddyPress Create Group Types” and “BuddyPress 7.0.0”? or the conflict come from my theme (BuddyX)?
Thank for the atention
that seems a very old issue, might be theme specific which is using deprecated codes
https://buddypress.trac.wordpress.org/ticket/7842
Hi @alersn
Thanks for your feedback, for now we haven’t worked on a UI for the Groups/Members directory. We only take in charge the member/group types display into the single Group/Member item header.
I believe you still need the “BuddyPress Create Group Types” to take this part in charge.
@tanyagreaser as an alternative approach you can delete buddypress folder from wp-content/plugins path using ftp
Thanks @vapvarun.
I deactivated WP Better Emails and BP registration options and now mails go out fine, it seems. I haven’t had any new registrations yet, though.
Will investigate more, when I have time, but I don’t think it is a Buddypress problem.
Lars
@yaesew you can try to redefine cover image size which can match as per your theme cover dimension.
BuddyPress Cover Images
Hi, thanks for these grate new BuddyPress 7.0.0
I am adding new group type and work perfect :). I would like to add a group type filter on top group list page, but i dont know how to do it with these new release…
I was using the pluging “BuddyPress Create Group Types” and my theme show the group type as a nav on top group list. Its work fine but i would like to use the BP 7.0.0 group type option and dismiss the plugin… The problem is that my theme dont recognize the new group type create with BP 7.0.0…
I am newbie in BP so I will be grateful for any help…
Cheers
I think it is a compatibility issure with Buddypress Registration Options.
Here is a support thread
Hi there, i have the latest version buddypress, bbpress and learndash installed with the Elumine theme. The buddypress notification counter does not count/alert when there is a new message/post. Can someone help, where to find that setting?
Thank you Sir!
Sorry I bugged you when this is not a Buddypress issue — and thank you so much for spending time and effort to dig into it!
I will proceed as you suggested.
Many Regards,
Kerrie
Hi, thanks for this screenshot which confirms, this is due to a JavaScript issue. FWIW, I’ve tested the members directory and the widget you are using in WP 5.6/Twenty Twenty-One and with BuddyPress as the only active plugin and I can’t reproduce your issue. This means it’s probably due to a conflict with another plugin. If I were you, I would deactivate plugins one by one, testing if the issue is still there after each plugin deactivated to find the problematic one. I would probably start with the ones that were lately updated. If you can narrow the cause this way you’ll be able to contact the right plugin’s support.
I suppose this is a long shot, but here goes.
So I have BuddyPress and the Vantage theme installed on this random website (On a development server that’s only for internal users so no link available). On any of the BuddyPress Groups pages on this site, I get the following warning:
( ! ) Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ‘bp_group_new_topic_button’ not found or invalid function name in /var/www/html/INSTALLFOLDER/wp-includes/class-wp-hook.php on line 287
Googling hasn’t really provided me with any solutions, so perhaps someone here may know the answer.
-Tried testing with TwentyTwenty theme and still get the warning.
-Tried changing Template Packs from Legacy to Nouveau and vice versa.
-Tried adding some code into functions.php to no avail.
-I disabled the bp-template-pack, but while that fixes the warning, it affects the Vantage theme design.
Using WordPress 5.5.3, BuddyPress 6.4.0, Vantage theme 1.15.5 as well as the bp-template-pack at version 1.2.1
Thanks!
I’m a huge nerd who uses BuddyPress. I don’t know everything but I would be on hand to answer questions. I’m a long time stack user. Back in the day when I worked for other people, I used SO all the time.
I’ve also run this idea past the Meta for WordPress SE (where BuddyPress is off-topic)
Yes, stack is great.
While it would be nice to avoid all the spam on these forums, who would answer questions on a BP stack?
There are unofficial Facebook groups for BuddyPress and BuddyBoss.
Participation in the former is scant, while the latter is booming.
Hey,
thank you for the prompt reply!
1) we are using the BP Nouveau template
2) no errors in the inspector
3) no errors in the Network – AJAX – Response
I am including two screenshots of this:
https://www.dropbox.com/s/9242oirs5ja3efu/BP%20Member%20Directory%20Stuck%20Inspector.png?dl=0
https://www.dropbox.com/s/oshty829ab2jnn2/BP%20Member%20Directory%20Stuck%20Network%20AJAX%20Response.png?dl=0
As I did the upgrade to BuddyPress v7.0, I am fairly positive that was the one change that triggered the member directory getting “stuck” – and with it the Buddypress Widget, which we (used to) use prominently.
However, we did several upgrades all around WP 5.6 (we document everything). Here is an excerpt of our Change Log:
12 DEC 2020 – Saturday
☠ [08:40 UTC – @kerrie ] Filed a support request / bug inquiry here regarding the Buddypress membership / widget bug
☠ [07:45 UTC – @scaffiesadmin ] Replaced the Buddypress “Recently Online” widget with the GD “Currently Online” widget (much fewer displayed) on the newspaper, and added the “Find New Friends” widget, until the Buddypress widget has been fixed (member list does not update, it is a bigger issue than just the widget displaying it). Sadly, with Buddypress updates something goes wrong regularly – but it is usually fixed quickly.
11 DEC 2020 – Friday
☠ [12:30 UTC – @kerrie ] The Buddypress “Recently Online” widget on the newspaper seems to have stopped working. Must be connected to the v7.0 upgrade hours earlier (not that there is a choice to upgrade or not, really — security issues are also always fixed with those).
☠ [01:40 UTC – @kerrie ] Updated Advanced Editor Tools (previously TinyMCE Advanced) to v5.6.0
☠ [01:35 UTC – @kerrie ] Updated WordPress to v5.6 – ‘Simone’ … “Code is Poetry”
☠ [01:34 UTC – @kerrie ] Updated Autoptimize to v2.8.0
☠ [01:33 UTC – @kerrie ] Updated BP Better Messages (Premium) to v1.9.7.60 (no public change log) – “other bugfixes and improvements”
☠ [01:32 UTC – @kerrie ] Updated Buddypress to v7.0 – “a major BuddyPress feature release” .. named “Filippi“
☠ [01:31 UTC – @kerrie ] Updated EU Cookie Law to v3.1.6
☠ [01:30 UTC – @kerrie ] Updated GP Premium (GeneratePress theme plug-ins) to v1.12.3 (no public change log)
☠ [01:29 UTC – @kerrie ] Updated Jetpack to v9.2.1
☠ [01:28 UTC – @kerrie ] Updated MyCred (Points, Rewards, Gamification, Ranks, Badges & Loyalty) to v2.0
☠ [01:27 UTC – @kerrie ] Updated Newsletter to v7.0.0
☠ [01:26 UTC – @kerrie ] Updated Paid Memberships Pro – Gift Levels v0.3 (no public change log)
☠ [01:25 UTC – @kerrie ] Updated UpdraftPlus Premium to v2.16.42.24 (no public change log)
07 DEC 2020 – Monday
☠ [22:46 UTC – @scaffiesadmin ] Updated WP Maintenance Mode to v2.3.0
☠ [22:45 UTC – @scaffiesadmin ] Updated BP Better Messages (Premium) to v1.9.7.59 (no public change log) – PM Pro incompatibility fix (affected Scaffies)
THANK YOU FOR LOOKING INTO THIS!!
Kerrie
I’ve tested the described issue (Two friends User A & B, both subscribers, both having a group) with latest WordPress (5.6) and BuddyPress (7.0) and into the Twenty Twenty-One theme. I can’t reproduce your issue. If it was a BuddyPress issue, then it should be the case.
I advise you to try the above configuration on a testing site, you should see the issue won’t be there. Then activate your theme, check if the issue appeared, if so: the theme should fix it, then activate all the plugins you use on your site one by one making sure to test again the issue before activating a new plugin. As soon as you can reproduce the issue, you’ve found the problematic one.
Hello,
when sending a reply to this, I get an “Error: Your reply cannot be created at this time.”
I copied an ASCII text of my (lenghty) reply (with screenshots) here:
https://www.dropbox.com/s/zy0uf2ex6b7b5n2/Buddypress%207%20Member%20Directory%20and%20Widget%20Stuck%20-%20Error%20Analysis?dl=0
Kerrie