Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Trying to stop spam email


r-a-y
Keymaster

@r-a-y

Is this a bot or a manual signup who manually sends messages to the users?

Anyway, the way I see it, there are two ways to combat this problem in the interim:

1) do a check to see if the logged-in user is a friend of that user, if so run the bp_send_message_button() function

2) code own function based on bp_send_message_button() and do the check within this function

Either option will require modifying the Buddypress member theme template in three places:

* /bp-themes/bpmember/activity/just-me.php

* /bp-themes/bpmember/wire/latest.php

* /bp-themes/bpmember/profile/index.php

(I’m using the default BP member theme as an example)

This is only for the “Send message” button though… how did the person spam your users?

Skip to toolbar