Replies
Hi Jay,
In that case, It will be better for now to limit by the domain name and I can update this plugin in next 2 weeks to have a separate table for storing email. That will remove any limit.For now, add the last part of the email to allow the registration from a site.
So, instead of adding
[email protected]
[email protected]..
we can just add
example.comThat will allow registrations from example.com domain but not others. I will keep this thread active and redo the plugin in next two week, the current storage implementation is not going to work for large scale.
Hi Jay,
No problem. Let us fix it then for larger limit.
What is your expected number of users you want to allow? Any idea?Thank you
BrajeshThere are other solutions too( like dynamically setting the limit ) but I will prefer the normal ways as if the domain suits your need, It can make 1000+ entry to one single.
Ok, I have got the reason and yes, our regular expression is failing after the limit you specified. I got this message in debug
Warning: preg_match_all(): Compilation failed: regular expression is too large at offsetSo, we need to keep the list small. Now, That will not be an issue in your case.
As I see, most of your emails are from a particular domain. Do you want to allow all users from that to register? If yes, we can use just one entry for all of them.
Hi Jay,
Can you please send me a temporary admin access on [email protected]Need to check a few things to fix it.
Hi Kenny,
Thank you. Please drop me a mail at [email protected] and I will help. If you just need a trigger, I can do that in minutes and you won’t have to pay anything( you will have to call your own stripe processing code in that case).Thank you
BrajeshHi Jay,
Can you please check if there is an empty line at the bottom of the list? I am sorry about that but after the last entry, there should not be any empty line/space. That matches everything and allows registration from all.Thank you for clarifying Jay. Please let me check it and I will get back to you in next 5-10 minutes.
- Brajesh Singh on February 3, 2016 at 5:19 am in reply to: [Resolved] Mediapress – Predefined User Galleries #2485
Hi,
Thank you for confirming.If I understand correctly, you want different tabs for each type of gallery. I don’t remember correctly if we have already implemented it in MediaPress( You can always use custom query to do it, I am checking it we have it inbuilt). I will get back to you in an hour.
Thank you
Brajesh Hi Jay,
I am looking at the Media Vault and will have some solution by the day end.
@enboig
I have replied to your ticket on MediaPress gihub repo, we may not add that type of privacy in core.