-
Paul Wong-Gibbs replied to the topic Wierd Buddypress Issue in the forum How-to & Troubleshooting 8 years, 5 months ago
I have no idea where or what BuddyPress might be doing to cause that. More likely, it’s causing some issue with custom code. I think you might have to debug it, if you know PHP.
-
Paul Wong-Gibbs replied to the topic How to override bp_core_signup_user function? in the forum How-to & Troubleshooting 8 years, 5 months ago
Not possible to override it. But, remember filters are also actions. You just need to return a value, but you can do anything you want in between.
Looking at the default use of this function, how about using the
bp_signup_usermeta
filter (or something else inbp_core_screen_signup
)? -
Paul Wong-Gibbs replied to the topic 404 for Customizing Labels, Messages, and URLs tutorial for BP in the forum Installing BuddyPress 8 years, 5 months ago
Right, the image had a ton of broken links so I unpublished it. I don’t personally have any time to fix the content, so we can either delete the page, or someone can edit it to make it work without content.
-
Paul Wong-Gibbs replied to the topic Users cannot register since update 2.53 in the forum How-to & Troubleshooting 8 years, 5 months ago
If you’re familiar with MySQL, and know how to do this, are you able to look in your site’s
wp_users
andwp_signups
table, and then try to create a new account, and see if you can find it in those tables? -
Paul Wong-Gibbs replied to the topic Users cannot register since update 2.53 in the forum How-to & Troubleshooting 8 years, 5 months ago
Did anything else update at the same time? Anything?
2.5.3 contained changes to email implementation, and a security fix regarding user activation. The latter is most likely cause.
What theme are you using? Do you have a custom registration template (did you make one)? What other plugins do you have running? Are you on multisite or regular…[Read more]
-
Paul Wong-Gibbs replied to the topic This malicious behavior of BuddyPress is a serious security risk in the forum How-to & Troubleshooting 8 years, 5 months ago
Thank you for getting in contact with the BuddyPress team. Some of the attitudes displayed in this discussion have not been respectful and are not conducive to a productive conversation, so I am going to close this topic for that reason only. If anyone has questions about this moderation action and is prepared to discuss them civily, you can find…[Read more]
-
Paul Wong-Gibbs replied to the topic Menu translation in the forum How-to & Troubleshooting 8 years, 5 months ago
Hi @paulrooms
The Italian translation of BuddyPress is up to date: https://translate.wordpress.org/locale/it/default/wp-plugins/buddypress
For the menu items (at least what I think you mean), you’ll need to go into wp-admin > Pages > Edit, and just rename/translate the pages yourself.
-
Paul Wong-Gibbs replied to the topic email notification activity stream in the forum How-to & Troubleshooting 8 years, 5 months ago
@alexdex, there’s no point in shouting. As @sharmavishal and @danbp have said, you’d need to develop a custom notification and to do that, you’ll need a basic understanding of PHP and a familiarity with WordPress’ APIs for plugin development.
You’ll be lucky to find someone with enough time and desire to figure this out for your free, to be…[Read more]
-
Paul Wong-Gibbs replied to the topic Cover photo not showing in the forum How-to & Troubleshooting 8 years, 5 months ago
-
Paul Wong-Gibbs replied to the topic change username to display name in the forum How-to & Troubleshooting 8 years, 5 months ago
I am pretty sure this this not easily changeable and is hardcoded to use the login or nicename (depending on the value of the
BP_ENABLE_USERNAME_COMPATIBILITY_MODE
constant; https://codex.buddypress.org/developer/filters-reference/).Problem with display name is that because people can change that (unless you customise a site to prevent people…[Read more]
-
Paul Wong-Gibbs replied to the topic Creating/sending HTML emails in the forum How-to & Troubleshooting 8 years, 5 months ago
@navyspitfire BuddyPress does not use
wp_mail()
, so any calls to that function are ignored and not treated with BuddyPress’ email templating.If your BuddyPress emails were being sent plain text, then that means you have a plugin that re-declares the
wp_mail()
function — probably your SMTP plugin, I’d guess. There are other SMTP plugins that…[Read more] -
Paul Wong-Gibbs replied to the topic Broken image on codex in the forum Requests & Feedback 8 years, 5 months ago
Thanks, I’ll have to see what we can do.
-
Paul Wong-Gibbs replied to the topic BP Activity @mention display_name in the forum How-to & Troubleshooting 8 years, 5 months ago
Closing this thread; continue discussion on linked thread above.
-
Paul Wong-Gibbs replied to the topic Error on my template home page using buddypress in the forum How-to & Troubleshooting 8 years, 5 months ago
This is not a BuddyPress problem. It’ll be a issue with the PHP you’ve added. You’re probably missing a semi-colon from the previous line, or something.
-
Paul Wong-Gibbs replied to the topic Users cannot register since update 2.53 in the forum How-to & Troubleshooting 8 years, 5 months ago
What version did you update from (where it was working?) 2.5.2?
-
Paul Wong-Gibbs replied to the topic Email Notifications on Group Activity in the forum Requests & Feedback 8 years, 5 months ago
Not out-of-the-box.
-
Paul Gibbs updated the Custom Emails page, on the BuddyPress Codex 8 years, 6 months ago
BuddyPress only includes emails for BuddyPress core functionality. Blog posting is not part of BuddyPress, but it could be an integral part of your community. Let’s look at an example to send an email to a blog p […]
-
Paul Wong-Gibbs replied to the topic @mention autosuggest in visual editor in the forum How-to & Troubleshooting 8 years, 6 months ago
The change reported in https://buddypress.trac.wordpress.org/ticket/6972 has been added to BuddyPress trunk, and will be included in BP 2.6.
-
Paul Wong-Gibbs replied to the topic How to Remove Buddypress Registration in the forum How-to & Troubleshooting 8 years, 7 months ago
Do not edit core BuddyPress files. Next update, it’ll be replaced and you’ll have to do it all over again.
-
Paul Wong-Gibbs replied to the topic email notifications stopped for @ mentions, replies in the forum How-to & Troubleshooting 8 years, 7 months ago
BuddyPress 2.5 made a lot of changes to how BuddyPress works with emails. We’ve been making incremental fixes and compatibility improvements in each release since, and we have v2.5.3 almost ready for sometime in the next couple of weeks or so.
People still having problems could try running…[Read more]
- Load More
@djpaul
Active 2 months, 2 weeks ago