Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • @steveholland

    Participant

    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

    @steveholland

    Participant

    Yours sounds like a different issue.

    @steveholland

    Participant

    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.

    @steveholland

    Participant

    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.

    @steveholland

    Participant

    Hi @piermaria

    Have you had any luck upgrading the plugin to be compatible with BuddyPress 1.5? How much will this cost?

    @steveholland

    Participant

    Hi @piermaria

    Have you had any luck upgrading the plugin to be compatible with BuddyPress 1.5? How much will this cost?

    @steveholland

    Participant

    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.

    @steveholland

    Participant

    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?

    @steveholland

    Participant

    Is anyone able to assist/point me in the right direction?

    @steveholland

    Participant

    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,
    Steve

    @steveholland

    Participant

    Hi 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,
    Steve

    @steveholland

    Participant

    Hi,

    Can nobody assist with this?

    @steveholland

    Participant

    How do I allow spaces in WordPress Usernames?

    @steveholland

    Participant

    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?

Viewing 14 replies - 1 through 14 (of 14 total)
Skip to toolbar