the limitation for new users to only send messages after 1 day is working very well, but the limit of messages per minute does not work, it is possible to send without limits even if not being friend
]]>I’m not entirely sure what you mean by “BuddyPress Messages”. Does the plugin only restrict private messages, or would it also work on activity updates and relentless tagging of other users?
]]>I have Buddypress set up on a WordPress Multisite subsite. On that subsite, I have a user set up as an administrator/keymaster. He is a regular subscriber to the main site and is not a superadmin of the whole website. He runs into the private message limit. My own account is a superadmin of the site and I do not run into the private message limit. So it seems that when it is doing the check:
if (!user_can($current_user, ‘edit_users’))
it does it for the main site and not the subsite.
]]>What happens after a restriction takes effect – let’s say a user sends 6 or more messages in 5 minutes?
Is the user blocked/disabled, logged out or cannot sand messages anymore?
And:
Is there a (configurable) amount of time after which the user can send messages again?
As an administrator – do I get a notification about blocking etc.
Thank you
Klaus
Hello
I’ve looked at the plugin’s code and it seems you actually make any required changes to the code directly, am I right?
Also, for example, how can this option …
Users can send 6 messages maximum in 5 minutes (modify this value using filter 'buddypress_messages_spamblocker_5m')
…and this option …
Users can send 10 messages maximum in 10 minutes (modify this value using filter 'buddypress_messages_spamblocker_10m')
… work at the same time? The 1st option allows me to send 12 messages in 10mins while the 2nd option only lets me send 10 messages in 10 minutes.
How can both these run at the same time but in your plugin, it seems that these and the rest of the options run at the same time. Don’t these options conflict with each other?
Going off the example above, how many messages can a user send in 10mins? Or do I delete the options in the code that I don’t want?
Thanks in advance for your help.
]]>I just installed the plugin, but I cannot find it in my dashboard. Could you please tell me where it may be and its name?
Thank you
https://www.ads-software.com/plugins/buddypress-messages-spam-blocker/
]]>Hi,
I would like to use only the time restriction feature for mass mailings (6 messages in 5 minutes, 10 minutes in 10 minutes, etc.)
Can you please tell me how can I remove the initial 24 hour wait time before users are allowed to send messages?
https://www.ads-software.com/plugins/buddypress-messages-spam-blocker/
]]>Change line 84 from…
$url = bloginfo('url') . '/' . $bp->members->slug . '/' . $current_user->user_login . '/messages';
..to…
$url = bp_loggedin_user_domain() . '/messages';
I had the member link in a slightly different location which was breaking the redirect and sending you to a 404 page rather than showing your warning message.
Thanks for the plugin ??
^Matt
https://www.ads-software.com/plugins/buddypress-messages-spam-blocker/
]]>Hi!
Hope you will be fine and doing well.
I have found some bugs in the plugin.
First:
When i send messages to users and i have no friends added in my friend list. when i send 4 messages the count queries fails to get result of four instead he give me result of 8.
Second:
If there is friends in my friends list then i will be able to send messages to any user without any restriction(i.e the query append all the time friendsArray variable into the query)..
Can you have any suggestions how to fix these problems
Thanks
https://www.ads-software.com/plugins/buddypress-messages-spam-blocker/
]]>it seems like the plugin works only with the friend component, which i have inactive. Can it work with BP-Followers instead?
https://www.ads-software.com/plugins/buddypress-messages-spam-blocker/
]]>I working on a Buddypress membership site https://LifeCoachPDC.com that will have both free and paid members. I want to be able to restrict free members from sending private messages.
I am using a very good membership product that I spent a ton of time to find after testing many. But the it does not allow me to restrict member to member messages. Does anyone have a an easy idea how to solve this?
Thanks,
Zorro…
https://www.ads-software.com/plugins/buddypress-messages-spam-blocker/
]]>Hi,
Is the plugin compatible with BuddyPress 2.0.1 and 2.0.2?
Is it compatible with WordPress 3.9.2 and 4.0?
Thanks,
Krzysztof
https://www.ads-software.com/plugins/buddypress-messages-spam-blocker/
]]>Thank you for providing such a useful plugin.Could you please let me know if your plugin works with multisite installs and if so should it be network activated or only activated on the main site.
https://www.ads-software.com/plugins/buddypress-messages-spam-blocker/
]]>Nice, I currently have some manual code to not even show and remove the ability, to only site Admins.
Is it possible to also add an option to restrict entirely to user level?
Great work!
https://www.ads-software.com/plugins/buddypress-messages-spam-blocker/
]]>