- This topic has 1 reply, 2 voices, and was last updated 12 years, 1 month ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › Only allow logged in users to download free product
Hi,
I’m just creating my membership site and I have the following question:
I have a free download, but I want users to be logged in in order to be able to download it.
I tried using the shortcode [emember_protected] and some others, but I don’t like the fact that they show the message.
I would like to do one of the following:
1. Ideally, I would like to be able to prompt users to the ‘Join Us’ page as soon as they click on the ‘Download Now’ button.
2. I would like to protect the download form (I have used the shortcode for the squeeze page) and only allow logged in users to download the product but with only showing the ‘compact login’ form.
How can I do that? I’m a bit lost in the information here!
Thank you in advance!
Kat
Hi,
“I tried using the shortcode [emember_protected] and some others, but I don’t like the fact that they show the message.”
You can easily hide the message by using the following section protected code, eg,
[emember_protected for=3 do_not_show_restricted_msg=1]
put your protected content here
[/emember_protected]
(where 3 above is an example membership level id)
Review the full documentation on section protection to see all the available option of that feature:
http://www.tipsandtricks-hq.com/wordpress-membership/how-to-protect-a-section-of-a-post-or-page-88