Replies
Marking the topic as resolved as per our email communication.
For anyone else looking at this, The problem was the plugin had issue with spaces(if there was any space before entry/after entry, it allowed all emails to pass). I have updated the plugin to trim any space before/after entry.
That fixes the issue. The updated plugin can be downloaded from here
https://buddydev.com/plugins/wordpress-restrict-email-domains/
Regards
Brajesh- Brajesh Singh on January 7, 2019 at 1:21 pm in reply to: [Resolved] MediaPress user hogging site feed (moderation control?) #20002
Hi Richard,
I just saw that you already purchased the plugin. Please let me know if you will like to continue with activity rate limiter or I can issue the refud for it.Regards
Brajesh - Brajesh Singh on January 7, 2019 at 1:20 pm in reply to: [Resolved] Assist with lightbox display for guests #20001
Hi Richard,
The lightbox uses data attribute to show the media/images. That’s why permalink does not have any effect on it.There are two solutions around this.
Strategy 1:-
1. We add a redirect for single media page to redirect to some page as per the need if the user is not logged.
2. We filter on settings to disable the lightbox for non logged.Strategy 2:-
This works by filtering the content of the light box. It will only work with our lightbox implementation.Before I share any code, Can you please link me to the code that you are using to use simple lightbox plugin instead of ours for showing the media in lightbox.
Regards
Brajesh - Brajesh Singh on January 7, 2019 at 1:13 pm in reply to: [Resolved] MediaPress user hogging site feed (moderation control?) #20000
If it is feasible, My suggestion will be to wait for the upcoming plugin. That will avoid redoing the things.
If not, you may need to purchase it.
Regards
Brajesh Hi Andi,
You will need to check with the theme developers. Please do know that the directory acts as normal page while the profile may need extra conditions.They do not share the same template.
Regards
Brajesh- Brajesh Singh on January 7, 2019 at 11:10 am in reply to: [Resolved] No access without profile photo upload (BP Force Profile Photo not activated) #19992
Hi Carsten,
Thank you for updating. That makes sense. That plugin uses the code from our Force Profile Photo as well as Registration anywhere blog post.I am glad that you found it.
Regards
Brajesh - Brajesh Singh on January 7, 2019 at 11:08 am in reply to: [Resolved] BP Member types pro: role association problem on registration #19990
HI Philippe,
Happy New Year 🙂I am glad it is resolve now. I sincerely appreciate your patience on this.
Regards
Brajesh - Brajesh Singh on January 7, 2019 at 11:07 am in reply to: [Resolved] BP Contact Form Issue enable/disable #19989
Hi Daniel,
Thank you for posting.Currently, we don’t have the option for admins to set the default state of form. It is asumed on by default.
Your request is genuine, I will add this in the plugin settings in 24 hours to let you choose the default state.
Regards
Brajesh - Brajesh Singh on January 7, 2019 at 11:06 am in reply to: [Resolved] Assist with lightbox display for guests #19988
1. Please change the code to
function disable_images_for_guests( $permalink ) { if ( !is_user_logged_in() ) { return ''; } return $permalink; }2. It will not link to the complete image(try right click and open)
3. To prevent lightbox, you will need to filter on lightbox response(If you need, I can share an example on how to ask users to register if the open an image in lightbox).
Regards
Brajesh - Brajesh Singh on January 7, 2019 at 11:03 am in reply to: [Resolved] MediaPress user hogging site feed (moderation control?) #19987
Hi Richard,
Sorry about this. It will be available around the end of the month. For now, you can use the filters available with the rate limit activity. There are filters available in it and you can filter the limit based on users.If you need assistance with it, Please do let me know.
Regards
Brajesh