Home > Post Affiliate Pro > Forum > disable affiliate signup pages

disable affiliate signup pages

Aug 19, 2010
andyb wrote
I only want to create affiliates with the API which is done when they purchase a product.

Is there a way to disable the affiliate signup page or am I better off just editing the signup page code to remove the form?
Reply
1 Answer
Mar 15, 2012
Brano Nemec agent wrote
Go to your PAP folder/accounts/default1/themes/signup/your_actual_theme

Edit these files topmenu_logged.stpl and topmenu_notlogged.stpl and delete:

<li><a href="index.php">Overview</a></li>
<li><a href="faq.php">FAQ</a></li>
<li><a href="tour.php">Tour</a></li>
<li><a href="signup.php">Join</a></li>

If you want to add your own link, don't forget to add double # before and after each link.