Im planning on having a dripping Content Model on my site. Where users have access to more articles as longer they are subscribed. Now i would like to have some kind of Overviewpage inside Wordpress where the user can see all articles he has access to at the given moment. For example: each week of subscription the user gets access to a new article. So after 4 weeks the Overview Page should list the four articles the user has actually access to. Can this be done ?? Are there any functions / hooks/ or template tags provided for such task. ?? May its possible to that with category protection. Would be great if someone could shine some light on this...to get me out of confusion . Thanx Sascha
You can do this using shortcodes. http://www.amember.com/docs/Show/Hide_Page_Content_Using_Shortcodes
Im already using this shortcodes to protect my post and pages in Wp. But im looking for an method to show user a LIST of content he has acces to. Similar to the "Your active Subscriptions" Section in member.php. But i would like to have it inside Wordpress. In other Words: Dear User you currently have Acces to: Post A Post B Post XYZ
So... Dear User you currently have Acces to: [am4show have='p1,0,7'] Post A [/am4show] [am4show have='p1,7,14'] Post b [/am4show] [am4show have='p1,14,31'] Post XYZ [/am4show] in above example user will see new link each seven days.
Thanx Alex, seems like i could not se the trees because of all the woods ;-) That might be a solution. Only Disadvantage: This way i have to setup protection for every new Post plus the protection for the links on that Overwiew site. Am i right ?
Is the short code builder function working? I tried with both chrome and ie9 and there is no open button when hovering over the shortcodes in the editor
Yes just tested this in latest Chrome and everything seems to be ok. Can you try with FF?Please let me know the result. If it does not work in FF as well, something is wrong with plugin. Also you can contact me in helpdesk and I will troubleshoot this issue.