Replies
- Daniel on January 21, 2021 at 1:13 pm in reply to: How to block Bots from autmatic registering #35697
Hi Brajesh,
OK thanks for the info. I actually have set a Cloudflare page rule and set to “under attack” mode for register page but these bots still find a way to undergo the protection.
Will need to think about how I’m gonna do that.
Thanks anyways.
Regards
Daniel - Daniel on January 21, 2021 at 1:10 pm in reply to: How to enable to upload MPP pics without entering text in BP Activity #35696
Yo hi,
I was just wondering, could I use a special slug in order that the function will apply also in Groups with this code?
add_filter( 'bp_activity_type_requires_content', '__return_false' );
Thanks for your help.
Regards
Daniel - Daniel on January 20, 2021 at 3:03 pm in reply to: How to enable to upload MPP pics without entering text in BP Activity #35680
Hi Ravi,
Just one more thing. Would it be possible to provide the code to post media without text also for BP Groups? I just recognized that your code below only works for users but not for groups.
add_filter( 'bp_activity_type_requires_content', '__return_false' );
Thank you.
Regards
Daniel- This reply was modified 3 years, 10 months ago by Daniel.
- Daniel on January 20, 2021 at 2:55 pm in reply to: How to enable to upload MPP pics without entering text in BP Activity #35679
Hi Ravi,
Awesome analytics!
I have adapted the code.
Thank you!
Regards
Daniel - Daniel on January 20, 2021 at 12:44 pm in reply to: How to enable to upload MPP pics without entering text in BP Activity #35673
Hi Ravi,
I use Nouveau template but the code doesn’t work. This means when I upload a photo on BP User activity, then only a message gets posted on activity saying, the user has posted a new photo, but the photo doesn’t show, it is empty, it only adds the photo to BP Wallphotos album but is invisible on user activity.
Thanks for your time.
Regards
Daniel - Daniel on January 20, 2021 at 8:57 am in reply to: How to enable to upload MPP pics without entering text in BP Activity #35667This reply has been marked as private.
- Daniel on January 20, 2021 at 8:44 am in reply to: How to block Bots from autmatic registering #35666
Hi Brajesh,
Thanks for the helpful input, I will check to do the necessary for blocking javascript requests.
Thanks again.
Regards
Daniel - Daniel on January 14, 2021 at 10:08 am in reply to: [Resolved] How to break www. links in BP activity to prevent overlapping for mobile #35490
Hi Brajesh,
That’s great thanks, it seems to work indeed.
Greetings,
Daniel Hi Brajesh,
Thanks for the update, I think this will be cool for the near future.
Anyhow, I am not looking to Boss, I will still Press because it’s where it all started.
Thanks.
Regards
Daniel- Daniel on January 12, 2021 at 3:09 pm in reply to: [Resolved] How to break www. links in BP activity to prevent overlapping for mobile #35438
Hi again,
I have tried it with media query like I always use when applying code for mobile and tablet but they do not work:
@media only screen and (min-width:417px) and (max-width:767px) { .bpfb_link_preview_url { overflow-wrap: break-word; } } @media only screen and (max-width:416px) { .bpfb_link_preview_url { overflow-wrap: break-word; } }
Thanks for your time.
Regards
Daniel