Search Results for 'buddypress'
-
Search Results
-
Hello guys.
I’m working on creating users based on data from API response and everything is working fine, but I noticed database errors in debug.log, investigated and found it was related to wp_create_user() and bp_core_map_user_registration() conflict. bp_core_map_user_registration() hooked into user_register and is working with xprofile fields and leads to Warning: Undefined property: BP_XProfile_Component::$table_name_data and WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ‘.
Commenting this action resolved issue.
Any ideas how to fix this? Because 4 WordPress database error for 1 user creation is too much, and one API cycle is creating 100 users on my website..I’m building a new wordpress site with buddypress and have just noticed that when I have the Nouveau template active, the “Add Friend” buttons disappear from the site. When I switch it to the legacy template, the “Add Friend” button reappears. When using the Nouveau template, the send public message button appears just fine in the member profile page.
If it is helpful, I’m running WordPress 6.4.1, using the Astra theme, and BuddyPress 11.4.
Hello,
I have added an extra profile group to members profile page with a URL group field.
When I enter https://www.example.org into the URL group field and save it, the url with https is saved correct in my database.
But when I go to the profile site to check, the LINK TEXT is without s; only http.
The LINK URL itself is correct with https.Does anybody has an idea how to solve it?
I really tried for hours.
In the class-bp-xprofile-field-typ-url.php is function to catch submitted URL values, and if
the http protocol is missing, buddypress prepends ‘http://’ before passing to
is_valid().Could this might be the issue?
Or does somebody know how I can change the link text from http to https?
I am only a php beginner.
Thanks a lot.
Hi,
I am trying to display more member cards in each row in the member directory.
The member cards take up way too much space, I could easily fit more in one row.
However it seems as there are other templates or stylesheets that make this task almost impossible.
To be more precise: The member cards consist of several layers and not just a simple box container.
Even though, I can play around with margins and padding.
I even found this item which would fit way more member cards into a single row:#buddypress .members-list > li {
min-width: 275px;
}If I use max-width instead it would work, however, once I save it (even with !important) the directory automatically reverts back to its orignal state. Meaning, my change just wont be applied, no matter what.
I just cannot find any rule or stylesheet that takes precedence for this line of code to play with that one.Any help or suggestion is very welcome 😉
Hello BuddyPress,
First of all thank you for your work on creating the plugin.
Second, I have a problem with a client’s website I’m currently building. We have run into an issue that when, uploading avatars by mobile, it compresses down the picture so much that it becomes blurry. It is not because of the image used. I have made sure I’ve uploaded a huge resolution photo to discard that.
Where I see the problem is, BuddyPress somehow compresses the image to make it fit the phone screen, (it maybe makes it 150×150 for what I’ve read so far in the documentation), and then gives you the option to crop the image.
The expect behaviour should be that the image retains the original “full” size, but shrinks down so it fits the mobile screen and you can crop/select whatever you desire.
I hope I am explaining myself.
I see that this bug is not new and has been around for several years, and so far, I haven’t been able to find any fix other than what is explained here, but then it stops the image from being responsive. (Anything further than 600 breaks the image hence you can’t see what you’re cropping).
Is there a way to fix this, so the image retains the full quality when uploaded? I’ve set in place filters to retain 100% of quality image so wordpress doesn’t reescale them either (But you can give me more tips regarding this as well). An alternative solution would be to just disable the cropping part when uploading avatar.
Currently I’m using the theme called Gwangi, but it doesn’t matter, because it also happens with Twenty-Twenty-One, and the forked version of buddypress Buddyboss. I’m guessing all the webpages built with buddypress have the same issue, as the ones I’ve checked so far run into the same problem. I’ve disabled CDN and everything else that could cause caching and rendering of images.
Thank you for your time.
Topic: Restoring Tables
Hi all,
So I deleted some of the Buddypress core tables. Long story. But can’t figure out how to get them back. Trying to reinstall the plugin didn’t work.
Hello Everyone.
For the past week, I’ve been working on my website. The problem is that Buddypress doesn’t send activation mail but when I trigger forgot password email for the same account it sends it. And no one can’t activate their account.The default WordPress register page is able to send activation mail but when I activate BuddyPress it doesn’t work. I have tried all the plugins and have been going through all these forums for the last two days but all in vain.
I have reinstalled it thrice and now as stated in the requirements I have done a manual WordPress install. I am on shared hosting and using my website mail server to send emails.
My site: techcaro
WordPress Version: 6.3
Buddypress version: 11.3.2Please help me solve this issue.
Hi there
I have a wordpress v6.3.2 with
> BuddyPress v11.3.2
> ProfileBuilder v3.10.1 (in order to have custom fields during registration)
> Elementor ProI have 2 weird behaviour.
1- Non admin users, can see the admin bar with… MY account when they logged in.
Fortunately, they cannot go in my account.
To avoid that, for the moment i installed a plugin : Hide Admin Bar Based on User Roles2- The non admin accounts go directly in the backoffice when they log in (with the connexion button widget of elementor)
Could you please help me?
Best regards
Hi!
Since last week, I’m experiencing a problem that seems to be related to BuddyPress: if my permalinks are set to anything but “Plain”, none of my pages, except the homepage, is displayed (“No content found”). However, if I deactivate Buddypress, all permalinks settings work just fine.
Any idea on how to solve this?Thank you.
