-
GyziieDK replied to the topic Problem when using select2 in a multi select box field for autocomplete function in the forum Third Party Plugins 1 day, 23 hours ago
Hello
I’m just curious, but what is the “select2” supposed to do? – Is this a secondary plugin you’ve got or what is the purpose of this?
The Xprofile fields are capable on its own to support multi-select, so I’m just a bit confused on what you’re trying to accomplish here and what the actual issue is?
Maybe a more detailed description would…[Read more]
-
GyziieDK replied to the topic Function _load_textdomain_just_in_time was called incorrectly in the forum Installing BuddyPress 1 day, 23 hours ago
Are you using LocoTranslate?
In this case this might be the issue. There was a lot of issues after the update to WordPress 6.7 regarding how the text got translated. It seems to have been fixed with their latest update though.
-
GyziieDK replied to the topic After WordPress 6.7 release, buddypress fails in the forum How-to & Troubleshooting 3 days, 19 hours ago
Recieved your mail.. I’ll see what I can do π
-
GyziieDK replied to the topic After WordPress 6.7 release, buddypress fails in the forum How-to & Troubleshooting 3 days, 20 hours ago
And you use the BuddyX theme with BuddyPress and not the BuddyBoss Platform right?
You can send me an email here: support@spiritualskill.com
This reply will be deleted once you reach out, in order to prevent spam mails in the future. π
-
GyziieDK replied to the topic After WordPress 6.7 release, buddypress fails in the forum How-to & Troubleshooting 3 days, 22 hours ago
If this doesnβt work for you, it would be nice to get access at least to the site to troubleshoot the issue from there. I don’t have a ton of time to troubleshoot lol, but I would like to give it a try. Hopefully it can be fixed to work as intended so you can move on with something more fun to do than troubleshooting the same issue for days l…[Read more]
-
GyziieDK replied to the topic After WordPress 6.7 release, buddypress fails in the forum How-to & Troubleshooting 3 days, 22 hours ago
I think I understand what your issue if yes, but still sounds wierd to me lol.
Anyways, you could try add this snippet code into a WPcode PHP snippet and see if it will do the trick for you by setting up default sorting to be by display name.
// Force BuddyPress member directory to always be sorted by display name
[Read more]
function… -
GyziieDK replied to the topic After WordPress 6.7 release, buddypress fails in the forum How-to & Troubleshooting 3 days, 23 hours ago
If you want the “Name” (display name) to always be set by default to “username”, you can add this code into your functions.php (or preferable using the Snippet Code plugin WPCode – with a PHP snippet code).
This should setup the default display name to always show the “username” when creating new user profiles.
// Function to set the display…
[Read more] -
GyziieDK replied to the topic After WordPress 6.7 release, buddypress fails in the forum How-to & Troubleshooting 3 days, 23 hours ago
Hello again @forinn
I hate to make a different txt-document since it would not let me upload a longer answer in here and then started to refuse because of duplicate posting. Anyways, see my attached answer from the link below.
https://jumpshare.com/s/G4ocRkpfKm3w25l4qrjD
Hope it helps! π
-
GyziieDK replied to the topic After WordPress 6.7 release, buddypress fails in the forum How-to & Troubleshooting 4 days ago
@forinn I’m trying to upload a reply, but it’s not letting me lol. I’m getting back to you with an answer asap when it lets me post.
-
GyziieDK replied to the topic After WordPress 6.7 release, buddypress fails in the forum How-to & Troubleshooting 4 days ago
Also from my side, very much appreciated all the help and effort -> sorry for not mentioning that before! I was so hyperfocussed on the issue that I forgot human interaction.
Anyways, again, thank you.
@forinn no worries, I totally know the feeling lol. I just love the troubleshooting part so for me this is a fun problem to try and figure out…[Read more]
-
GyziieDK replied to the topic After WordPress 6.7 release, buddypress fails in the forum How-to & Troubleshooting 4 days, 1 hour ago
I just wanted to thank @dreampixel for the support they are giving here on the site. Itβs very refreshing. Usually no help whatsoever is offered by any of the people behind Buddypress. None.
Hello @thinlizzie π
I’m by no means an expert or anything lol, but I’ve been playing around with WordPress and numerous different large setups for the p…[Read more]
-
GyziieDK replied to the topic After WordPress 6.7 release, buddypress fails in the forum How-to & Troubleshooting 4 days, 13 hours ago
Also please note that the name field marked in the Users > Profile Fields with “(Primary)” IS the display name itself. This should be the field users use upon registration of their user – and this is also the field the BuddyPress Member Directory uses to sort content Alphabetical.
-
GyziieDK replied to the topic After WordPress 6.7 release, buddypress fails in the forum How-to & Troubleshooting 4 days, 13 hours ago
Hello again π
This might start to make sense then!
First, when you translate something within the code itself (not using a translation plugin and po/mo file) it will for the most part be overridden whenever you update your WordPress / plugins that are translated. So, this might be why it doesnβt work now after the update.
I personally use a c…[Read more]
-
GyziieDK replied to the topic After WordPress 6.7 release, buddypress fails in the forum How-to & Troubleshooting 4 days, 16 hours ago
Sounds weird, since I’m also using the user fields (xProfile fields) – my site is translated into Danish, but my site-admin back-end it set to English. This is due to it being easier to find items in the menu when troubleshooting (hate when settings and so on is translated lol).
So seems weird to me if the translation part of it is causing the…[Read more]
-
GyziieDK replied to the topic Limit activity in groups to admin/mods only in the forum How-to & Troubleshooting 4 days, 16 hours ago
Found the solution with the following code:
Restrict in single group
function restrict_activity_posting_for_specific_group( $can_post, $user_id, $group_id ) {
// The ID of the group you want to restrict posting in (replace with the actual group ID)
$restricted_group_id = 123; // Example group ID// Only apply the restriction to the…[Read more]
-
GyziieDK replied to the topic Limit activity in groups to admin/mods only in the forum How-to & Troubleshooting 5 days, 14 hours ago
Unfortunately this plugin breaks the “groups” settings from backend and comes up with a critical error, so if anyone has a solution, please let me know. π
-
GyziieDK replied to the topic After WordPress 6.7 release, buddypress fails in the forum How-to & Troubleshooting 5 days, 20 hours ago
Sounds like compatibility issue within the theme then. Have you tried it with a BuddyPress supported theme?
-
GyziieDK replied to the topic After WordPress 6.7 release, buddypress fails in the forum How-to & Troubleshooting 5 days, 21 hours ago
You can add users from back-end, yes.. but the users still need to “activate” their account and login for them to show up on the front-end (in directory).
Does the member show up in the normal member directory? – and is the issue only with the “alphabetical search”? .. My alphabetical search works fine, so might be a theme compatibility…[Read more]
-
GyziieDK replied to the topic Limit activity in groups to admin/mods only in the forum How-to & Troubleshooting 5 days, 23 hours ago
Found plugin that does the job:
-
GyziieDK replied to the topic After WordPress 6.7 release, buddypress fails in the forum How-to & Troubleshooting 5 days, 23 hours ago
Try download this plugin – and switch to the user you created (can also be done from backend) – and “login” with that user. Normally users show up, when they have logged in after registration.
Maybe that works. π
- Load More
@dreampixel
Active 1 day, 23 hours ago