Forum Replies Created
-
It seems this is being caused by the WP Email Login login plugin. @r-a-y is an author so hopefully he sees this.
I’ve made a post in its forum here: https://wordpress.org/support/topic/plugin-wp-email-login-this-plugin-allows-non-activated-users-to-login?replies=1
Yours sounds like a different issue.
It seems the problem is with W3 Total Cache, you need to add “register” to the “Never cache the following pages” under the Page Cache settings page.
Thanks Ray,
If it’s a bug then that explains it!
For the record; this is on a WordPress/BuddyPress install (latest versions) where no core files have been modified. Let me know if you’d like me to test anything or provide login details, happy to do so.
Hi @piermaria
Have you had any luck upgrading the plugin to be compatible with BuddyPress 1.5? How much will this cost?
Hi @piermaria
Have you had any luck upgrading the plugin to be compatible with BuddyPress 1.5? How much will this cost?
Hi,
I need the following: https://buddypress.trac.wordpress.org/ticket/2296
Yet WordPress have closed their ticket, can anyone offer some support on this? Where can I add the above code?
I need to know when someone changes their account email and also when someone updates their status.
Where can I find a list of do_actions?
I need to get a notification upon account email change and also status update. Can anyone help please?
Is anyone able to assist/point me in the right direction?
Hi r-a-y,
Almost two months after implementing this I have developed it further and it’s working great! Thanks again for your help.
However, I am struggling to work out how I can implement this same function for status updates in addition to profile updates? Using your code, how would I need to edit it and where would it need to go?
`
function my_update_profile_send( $id ) {
$text = bp_core_get_user_domain( $id );
wp_mail( ‘YOUR ADMIN EMAIL ADDRESS’, ‘Profile Updated’, $text );
}
add_action( ‘xprofile_updated_profile’, ‘my_update_profile_send’ );
`Cheers,
SteveHi r-a-y,
Thank-you very much for pointing me in the right direction and providing a useful example of how it can be implemented – it works too.
This will greatly assist me in expanding other areas of the website also. I’m only new to buddypress but am slowly learning.
Thanks again,
SteveHi,
Can nobody assist with this?
How do I allow spaces in WordPress Usernames?
Hmmm, I have found the BuddyPress Stats Extension, but I’m not sure if it is able to do what I need.
Can anyone else lend a hand?