Is there a way to show groups of incremental content only? There are Link groups, i was wondering if I make it so it only shows links by Link group to subscribers. Katie
You mean this? <?php session_start(); if ($_SESSION['_amember_links']) { echo "<ul>"; foreach ($_SESSION['_amember_links'] as $link_id => $link) { echo "<li><a href=\"".$link['link_url']."\">".$link['link_title']."</a></li>"; } echo "</ul>"; } ?> I think this just displays ALL th elinks, I need want it to display links by link groups.
Probable you use old version of plugin. Latest version have function inc_get_groups($product_id) { That allow to fetch and display groups by product that user have and that already should be available on this url: http://yourdomain.com/amember/plugins/protect/incremental_content/index.php
When I add links, it doesn't seem to be updating properly on that page. Also how do I actually view by Link group, instead of seeing all the links on this page: http://nakedtruthclub.com/amember/plugins/protect/incremental_content/?product_id=4