Does anyone know how the URL or location to the protected area be hidden in the member area (member.php)? Do don't want members to access files via the url displayed in the member area (member.php) under "Your Subscritions." We would like members to access the files in the protected areas via a plug-in. Would I just have to remove some code in the member.php or memeber.inc.php files? Thanks
I believe you want to remove this code from member.html (in the templates dir) Code: {if $p.url gt "" } <a href="{$p.url}">{$p.title}</a> {else} <b>{$p.title}</b> {/if} ALWAYS make a backup first.