Hi.. I have set "Is Affiliate?" to "No" for a user. But affiliate program is setup Globally. When I login as that user and type this url, I am able to see the stats page etc., http://www.yoursite.com/amember/aff.php?action=stats Regs Jawahar
The support team help me out with a solution Hi, To fix this, edit /amember/aff.php and one line before this line: switch ($vars['action']){ if($vars['action']!='enable_aff' && !$_SESSION['_amember_user']['is_affiliate']){ fatal_error("Sorry you don't have access to this page"); } > IP: 122.172.49.145 > > Hi.. > I have set "Is Affiliate?" to "No" for a user. But affiliate program is setup Globally. When I login as that user and type this url, I am able to see the stats page etc., > > http://www.yoursite.com/amember/aff.php?action=stats > > > Regs > Jawahar > > -- Alexander Smith <alexander@cgi-central.net>