Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › timed delivery of content
Tagged: Access To All Pages, autoupgrade, Drip content, global access, Manage Content Protection, membership, multiple membership levels, timed content delivery
Ofcourse that will work. If you are happy to do a bit custom coding then that is the way to go. I was under the impression that you wanted to achieve this without any coding but the problem then is, how do you introduce a customer’s custom logic into the plugin without custom code?
Right exactly — I just need to integrate shortcodes in some way so that I wont have to have the exe-php plugin and can still use the editor.. I have writers who use that so I can disable it all together.
hmm.. having trouble getting that code to execute in a single page or post. I have exec-php loaded.. but still no luck.
Do you know of any similar solution.. does my code look like it will work?
possibly putting something like this in the functions.php file?
Thanks
Joe
Your code looks fine but the HTML to display the image may not work as you are using relative URL for the image. It best if you replace the image with “echo” statement so you can actually see if the code is working or not as opposed to the image not loading so nothing is getting displayed:
Change the following:
print "<img src=color-icon.jpg>";
to
echo "I am here";
Thanks Amin,
I think I know what I’m going to do.. and I beleive this will work fine..
I believe I can do what I want to do with the shortcode –
[emember_protected for=3]
[/emember_protected]
I just need to edit the output for the protected content. I’m only going to use this shortcode for this area of the site.
SO my question is where I can change or remove “Please Renew your account.” when using protected content shotcodes?
I see that I can edit the lang/eng.php file for “EMEMBER_HIDDEN_CONTENT_MESSAGE”
but I need to know have “Please Renew your account.” showing…
Can you tell me where I can change this?
thanks
Joe
p.s. I promise I will stop bugging you after this
Nevermind… I figured it out.. thanks for much for your help!