Replies
- Daniel on February 14, 2021 at 2:07 pm in reply to: Buddypress Post Count to show on User BP page #36221
Hi Brajesh,
Thank you for having a look at it, that’s awesome!
I will try it out 🙂
Thanks again.
Regards
Daniel - Daniel on February 13, 2021 at 4:09 pm in reply to: Audio function buttons shifting to the left when hoovering since BP V7 #36208This reply has been marked as private.
- Daniel on February 3, 2021 at 10:19 am in reply to: [Resolved] MediaPress light box not opening anymore #36029
Yo hi,
I have found the issue, hereby it’s resolved.
Thanks 😁
Regards
Daniel - Daniel on February 3, 2021 at 10:07 am in reply to: [Resolved] MediaPress light box not opening anymore #36027This reply has been marked as private.
- Daniel on February 1, 2021 at 5:30 pm in reply to: [Resolved] MediaPress Upload pics to match with BP container width #35992
Hi Ravi,
Thanks for the awesome code, you’re a genius!
Cheers
Daniel - Daniel on February 1, 2021 at 11:14 am in reply to: [Resolved] MediaPress Upload pics to match with BP container width #35981This reply has been marked as private.
Hi Brajesh,
Thanks for the input. I could change the slug and the bots have stopped creating profiles for the moment.
I had created a firewall rule with JS Challenge and it was effective but the problem is that it also blocks the good bots like Jetpack when using this rule. I will need to work on it to make it work only for the bad bots.
Thanks.
Regards
DanielYo hi,
I have found out that the issue occurred because I didn’t update to the new BP Version. I wanted to wait to update in case there are issues.
All is working fine now with V7, thanks 🙂
Regards
Daniel- Daniel on January 28, 2021 at 2:51 pm in reply to: How to enable to upload MPP pics without entering text in BP Activity #35875
Hi Ravi,
As it takes more time I just wanted to ask is this difficult to enable posting pics for groups without commenting the activity?
Thanks for your response.
Regards
Daniel - Daniel on January 26, 2021 at 1:28 pm in reply to: How to block Bots from autmatic registering #35793
Hi,
I have found some code to block CURL from creating automated registrations.
if(stripos($_SERVER['HTTP_USER_AGENT'],'curl') !== false) { http_response_code(403); //FORBIDDEN exit; }
but it is not mentioned where I should place the code. Do you think if I place it in bp-custom.php it will be working?
Thanks for your help.
Regards
Daniel