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
- This topic has 35 replies, 8 voices, and was last updated 15 years, 1 month ago by
pilotjoe.
-
AuthorPosts
-
October 7, 2010 at 12:38 am #19144
amin007
ParticipantOfcourse 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?
October 7, 2010 at 12:08 pm #19145pilotjoe
MemberRight 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.
October 7, 2010 at 5:34 pm #19146pilotjoe
Memberhmm.. 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
October 7, 2010 at 11:49 pm #19147amin007
ParticipantYour 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";October 8, 2010 at 9:52 pm #19148pilotjoe
MemberThanks 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
October 8, 2010 at 10:06 pm #19149pilotjoe
MemberNevermind… I figured it out.. thanks for much for your help!
-
AuthorPosts
- You must be logged in to reply to this topic.