BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25130
    Brajesh Singh on in reply to: Restrict Email Domains #2497

    There 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.

  • Keymaster
    (BuddyDev Team)
    Posts: 25130
    Brajesh Singh on in reply to: Restrict Email Domains #2496

    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 offset 
    

    So, 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.

  • Keymaster
    (BuddyDev Team)
    Posts: 25130
    Brajesh Singh on in reply to: Restrict Email Domains #2494

    Hi Jay,
    Can you please send me a temporary admin access on brajesh@buddydev.com

    Need to check a few things to fix it.

  • Keymaster
    (BuddyDev Team)
    Posts: 25130
    Brajesh Singh on in reply to: BuddyPress Confirm Actions + Stripe #2492

    Hi Kenny,
    Thank you. Please drop me a mail at brajesh@buddydev.com 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
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25130
    Brajesh Singh on in reply to: Restrict Email Domains #2491

    Hi 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.

  • Keymaster
    (BuddyDev Team)
    Posts: 25130
    Brajesh Singh on in reply to: Restrict Email Domains #2488

    Thank you for clarifying Jay. Please let me check it and I will get back to you in next 5-10 minutes.

  • Keymaster
    (BuddyDev Team)
    Posts: 25130

    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

  • Keymaster
    (BuddyDev Team)
    Posts: 25130
    Brajesh Singh on in reply to: Secure media #2484

    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.

  • Keymaster
    (BuddyDev Team)
    Posts: 25130
    Brajesh Singh on in reply to: Restrict Email Domains #2482

    Hi Jay,
    Is it not allowing you to add more than 1193, There is no limit(It is being stored in options table which is a mysql longtext field(which is around 4GB and should allow more than 100K emails(not great for performance though as we load it as array)).

    Can you please explain the current behavior( anyone can register with any email?)

  • Keymaster
    (BuddyDev Team)
    Posts: 25130

    You are most welcome. It a pleasure to support MediaPress 🙂

    Have you removed the old code and action from last step? If yes, then it should only create 3 galleries per user.

    if there was an older gallery, then that will exists. Can you please try it by creating a new user and then logging as the user and visiting his/her profile.