-
Philippe Roussel started the topic Hiding hidden groups in the forum How-to & Troubleshooting 6 days, 18 hours ago
Hi,
Hidden groups in BuddyPress allow their members not only to invite others, but also to modify the group settings (for instance, to revert to public group…). Is there a fix for this?
Thanks for your help.
-
Philippe Roussel started the topic Group members have admin rights…?! in the forum How-to & Troubleshooting 1 week, 5 days ago
Hi,
I created a test group. Even though the settings are that only the admin can invite other members, all members of the group can. They can also change the group settings. So, there is basically no difference between a group member and the website’s admin.
Thanks for your help,
Philippe
-
Philippe Roussel replied to the topic BuddyPress xprofiles website field not working in the forum How-to & Troubleshooting 1 week, 6 days ago
Thanks, @duke42748.
-
Philippe Roussel started the topic Redis conflicting with BP in the forum How-to & Troubleshooting 2 weeks, 3 days ago
Hi,
It is a known issue, but I could not find its solution anywhere. Redis object cache prevents xprofiles biographical field’s updates to appear in BP frontend.
Thanks for your help,
Philippe
-
Philippe Roussel replied to the topic BuddyPress xprofiles website field not working in the forum How-to & Troubleshooting 2 weeks, 3 days ago
Hi @emaralive,
I did a lot of fancy stuff with plugins lately, and that might be the reason why I came across this issue. I re-tested and everything seems fine now.
Thanks a lot for your quick answer.
-
Philippe Roussel started the topic BuddyPress xprofiles website field not working in the forum How-to & Troubleshooting 2 weeks, 3 days ago
Hi,
The BuddyPress xprofiles website field turns https urls into http, which does cause browsers to show a security warning when these urls are clicked on in a member’s profile. I could not find an answer to that issue.
Thanks for your help,
Philippe
-
Philippe Roussel replied to the topic Saved bio not appearing in the forum How-to & Troubleshooting 3 weeks, 3 days ago
Hi @stephunique,
In my case, the issue was due to a conflict with Redis object cache. I had to deactivate the plugin and now BP is working fine.
-
Philippe Roussel replied to the topic Extended profile bio field does not save in the forum How-to & Troubleshooting 1 month ago
I just discovered that Redis is causing the issue. Still looking for a solution.
-
Philippe Roussel started the topic Extended profile bio field does not save in the forum How-to & Troubleshooting 1 month ago
Hi,
WordPress version: 6.7
BuddyPress version: 14.2.1
https://onehomeplanet.com
The issue still happens with Twenty Twenty-Five themeThough BP says that changes are saved, they are only saved under BP Edit tab and in WordPress user profile, but not under BP View tab (which is the content visitors will see…).
Thanks for your help,
Philippe
-
Philippe Roussel replied to the topic Limiting Activity stream display in the forum How-to & Troubleshooting 1 month, 4 weeks ago
@dreampixel, Thank you for letting me know about the plugin. For now, I will just leave things as they are in the default BP.
-
Philippe Roussel started the topic Limiting Activity stream display in the forum How-to & Troubleshooting 2 months ago
Hi,
I’d like to limit what a member can see under the Activity tab to her Friends’ activity and to the groups this member belongs to, both for the last month of activity only.
Thanks for your help,
Philippe
-
Philippe Roussel replied to the topic Biographical info edit and view discrepancy in the forum How-to & Troubleshooting 2 months, 2 weeks ago
Pb fixed. I just need to deactivate and reactivate all plugins.
-
Philippe Roussel started the topic Biographical info edit and view discrepancy in the forum How-to & Troubleshooting 2 months, 2 weeks ago
Hi,
WP: 6.6.2; BP:14.1.0; onehomeplanet.com
Once saved, the biography type field edits on the front end show in the corresponding Biographical Info in WP dashboard, but not under the BP View tab. Not a caching issue.
Thanks for your help,
Philippe
-
Philippe Roussel replied to the topic Saved bio not appearing in the forum How-to & Troubleshooting 2 months, 2 weeks ago
No one has had the same issue?
I am referring to the Biography field when choosing a field type. I noticed that changes are saved only if I delete and recreate the field.
Thanks for your help.
-
Philippe Roussel started the topic Saved bio not appearing in the forum How-to & Troubleshooting 2 months, 2 weeks ago
Hi,
I updated and saved my user profile bio in Buddypress, but it is still the previous one that appears when clicking on View.
Thanks for your help,
Philippe
-
Philippe Roussel replied to the topic Restricting groups creation to WP administrator in the forum Installing BuddyPress 1 year, 3 months ago
Hi,
I eventually figured it out. The most simple things are often the easiest to miss…
Thank you.
-
Philippe Roussel replied to the topic Public messaging precision in the forum How-to & Troubleshooting 1 year, 3 months ago
Thank you very much to both of you.
-
Philippe Roussel replied to the topic Public messaging precision in the forum How-to & Troubleshooting 1 year, 3 months ago
Hi,
Indeed, messaging someone “publicly” does not make much sense if everyone and their mother can see the message, not just the specific group of people you intended it to.
Now, how do you send a private message to several people at once? I guess I have to be “Friend” with each of them. From there is it enough to click on the username of one of…[Read more]
-
Philippe Roussel started the topic Removing "Leave Group" button in the forum Installing BuddyPress 1 year, 3 months ago
Hi,
I tried the following php but it does not work.
Thanks for your help.
function buddydev_remove_leave_group_button( $btn ) {
if ( $btn[‘id’] == ‘leave_group’ ) {
unset( $btn[‘id’] );
}return $btn;
}
add_filter( ‘bp_get_group_join_button’, ‘buddydev_remove_leave_group_button’ ); -
Philippe Roussel started the topic Sub-forums with no proper URL generated in the forum Installing BuddyPress 1 year, 3 months ago
Hi,
I created a hidden group with a hidden forum titled “Test 4.” The URL is https://onehomeplanet.com/bp/groups/test-4/forum/.
I also created a sub-forum titled “Test 4.1” (hidden as well) under the group’s main forum. Strangely, the URL becomes: https://onehomeplanet.com/forums/forums/test-4/test-4-1/
So, of course, the latter gives an “Oops!…[Read more]
- Load More
@ph59
Active 6 days, 18 hours ago