Hi, I am just testing my site. When I log in and it brings up mt membership information there is no link to click to continue into the members area How do I get the link?
Never mind I worked it out. Now I just want to know how to stop the title duplicating on the members page. One is just text and directly below it is the clickable link. Other people's sites that I have seen just have the clickable link
I am running a trial version on my pc and am having a little problem. How do I stop the title duplicating on the members page. One is just text and directly below it is the clickable link. Other people's sites that I have seen just have the clickable link. Any suggestions please
You need to edit the file template/member.html Section: <!-- display links to protected areas for customer --> {if $smarty.session._amember_products}{* Customer have active subscriptions, display it if config allows *} <h3>#_TPL_MEMBER_SUBSCR#</h3> <table><tr><td><ul> <!-- table to align subscriptions --> {foreach from=$member_products item=p} <li> {if $p.url gt "" } <a href="{$p.url}">{$p.title}</a> {else} <b>{$p.title}</b> {/if} </li> {foreach from=$p.add_urls item=t key=url} <li><a href="{$url}">{$t}</a></li> {/foreach} {/foreach} </ul></td></tr></table> {else}{* Customer doesn't have any active subscriptions *} <h3>#_TPL_MEMBER_NO_SUBSCR#</h3> #_TPL_MEMBER_USE|<i>|</i>#<br /> #_TPL_MEMBER_ORDER_SUBSCR#<br /> {/if} <br /> <table><tr><td> {foreach from=$left_member_links item=t key=u} <li> <a href="{$u|escape}">{$t}</a></li> {/foreach} </td></tr></table> <!-- end of display links to protected areas for customer -->
Thank you. I don't know anything about php. It's all new to me that's why I'm trying it out on my pc first.