Forum Replies Created
-
AuthorPosts
-
February 20, 2013 at 6:53 pm in reply to: Can you grant access to a private web page from a URL? #53697ashleyseagrapeMember
Oops!! I just realized the first shortcode has “status=unexpired” and should have “status=expired”! I just fixed that and the first issue is resolved.
I am still seeing the shortcode “[wp_eMember_login]” instead of the actual login form.
Thanks!!
February 20, 2013 at 6:46 pm in reply to: Can you grant access to a private web page from a URL? #53696ashleyseagrapeMemberThanks for the response.
I am setting it up now and have come across two issues:
1. When I go to the page without using the digital download link, I do not see the first message. There is no message at all. And when I use the link, I see both messages.
Eventually I want the link to work for two weeks.
I have set up the product using the correctly changed URL using the “aprtp” prefix. And I have used the following shortcodes on the page to start.
[wp_eStore_APR expiry=0 status=unexpired]
I want this message to show when ppl visit the page without using the digital product link.
[/wp_eStore_APR]
[wp_eStore_APR expiry=0 status=unexpired]
Log in below or click the registration button to start taking advantage of the exclusive benefits being offered to you.
[wp_eMember_login]
[/wp_eStore_APR]
2. As you can see above, the private content I am wanting to hide from the page is the eMember login form. When I use the link, I see the message, but I see the shortcode “[wp_eMember_login]” instead of the actual login form.
How do I remedy this?
Thanks for your help.
February 12, 2013 at 9:14 pm in reply to: eMember – automatic email prompt to change password #53778ashleyseagrapeMemberThanks for your response. That makes sense.
One other quick related question. Is it possible to reset members passwords in bulk manually via the backend? Or, does the “upgrade membership level” feature allow me to do this?
Thanks. I appreciate your time clarifying this for me.
We are loving the plugin btw!!
February 8, 2013 at 6:54 pm in reply to: Can you grant access to a private web page from a URL? #53694ashleyseagrapeMemberI appreciate all your help.
I do have one simple question that I did not find an answer to in the tutorial you sent.
Is it possible for me to use the same expiring URL for multiple clients? It would be great to paste one URL into one mass email.
Thanks for the clarification!!
ashleyseagrapeMemberOh I just figured it out… I just replaced:
value=”<?php echo $_POST;?>”
with
value=”<?php echo $_POST;?>”
Thanks again for your help!!
ashleyseagrapeMemberAwesome!! That totally worked! Thanks so much for your help.
I also have a related question. Not sure if I should start a new thread for this or not..
Now that the Username can be an email address, is it possible to have the Username field automatically filled with the email address the same way the email address field is auto filled?
I am using the “confirm email address” option, so I am referring to the registration page you get to from the link in the email.
Thanks again!
February 8, 2013 at 1:14 am in reply to: Can you grant access to a private web page from a URL? #53693ashleyseagrapeMemberThank you for the response and the link to the tutorial. This looks like it will work perfectly.
ashleyseagrapeMemberHello,
I have tried this code and I am running into the same issue as @ferrallradio.
I am able to enter in an email address as the username without the field pop up message, but once I click the Register button, an error messages appears at the top of the form: “Username:Only Letter, Number and Underscore allowed.”
I have also done the regex alterations suggested in this post to allow all characters: https://support.tipsandtricks-hq.com/forums/topic/spaces-hyphens-and-commas-in-username
My updated regex line looks like this:
"onlyLetterNumberUnderscore": {
"regex": /^[.]+$/,
"alertText": "* "+'<?php echo EMEMBER_ALPHA_NUMERIC_UNDERSCORE;?>'
Is this correct? What am I missing to allow email addresses to be used as the username?
Thanks in advance!
ashleyseagrapeMemberThanks for the clarification. Looks like it will work for my needs.
ashleyseagrapeMemberThanks Jerry and Admin for your responses. The upgrade sounds interesting.
@admin, I was hoping the new registrations would still have their email addresses confirmed, but not having to have the registration form broken up where the rest of their info is added later. Can I still have the email address confirmed from the full registration form? Is this possible?
Thanks for your help!
ashleyseagrapeMemberOh this page is enabled because of the moderation setting? If so, is it possible they can register like regular and then the registration be moderated afterwards?
Thanks for the clarification.
ashleyseagrapeMemberIs there a way to have all of the fields on one page or bypass this first pre-registration page?
Thanks.
ashleyseagrapeMemberThanks Nur! This is exactly what I was looking for. Not sure how I missed that.
Best,
Michael
-
AuthorPosts