-
GyziieDK replied to the topic disable Cover Image from Members Directory Card in the forum How-to & Troubleshooting 6 days, 9 hours ago
You could always use this snippet and maybe adjust the height of the field/container if needed:
.buddyx-mem-cover-img {
visibility: hidden;
} -
GyziieDK replied to the topic Remove βForumβ from BuddyPress group creation step in the forum How-to & Troubleshooting 6 days, 9 hours ago
Hello
You might already have solved this, since the post is 2 months old – however – I just wanted to mention that this can be done with a simple setting.
Go to Settings > Forums > Forum Integration for BuddyPress
Change the setting in the box “Allow BuddyPress Groups to have their own forums”.
Hope it helps. π
-
GyziieDK started the topic BuddyPress – Limit creation of groups (private only) – WITH CODE in the forum How-to & Troubleshooting 6 days, 22 hours ago
Hello guys!
I’ve seen this question in here a couple of times and maybe others would enjoy this code.
I couldn’t find a good solution in trying to “hide” the official and hidden groups, when users are creating paged (it just would not allow me to hide them!).I then managed to fix a code and make it work so at least it shows an error when a user…[Read more]
-
GyziieDK replied to the topic Problem when using select2 in a multi select box field for autocomplete function in the forum Third Party Plugins 6 days, 22 hours ago
Hello again
Sorry for the late reply, I forgot to setup notifications on this post. π
I now see what you’re trying to do and why you would use the Select2 options (looks cool!).
Now to my next question – what have you done to debug this? Have you tested if this is due to a compatibility issue within your current theme or with a third-party…[Read more]
-
GyziieDK replied to the topic BuddyPress Group – Load Newest Activity (Bug) in the forum How-to & Troubleshooting 6 days, 22 hours ago
Hello @emaralive
Thank you for the update! π
I can confirm that it now works with the new update – yaaaay! :o)
Thank you guys for all the work you do for the community!
Keep up the great work. <3
-
GyziieDK replied to the topic Problem when using select2 in a multi select box field for autocomplete function in the forum Third Party Plugins 2 weeks 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 2 weeks 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 2 weeks, 2 days 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 2 weeks, 2 days 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 2 weeks, 2 days 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 2 weeks, 2 days 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 2 weeks, 2 days 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 2 weeks, 2 days 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 2 weeks, 2 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 2 weeks, 2 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 2 weeks, 2 days 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 2 weeks, 2 days 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 2 weeks, 2 days 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 2 weeks, 3 days 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 2 weeks, 3 days 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]
- Load More
@dreampixel
Active 6 days, 9 hours ago