|
|
Line 7: |
Line 7: |
| == Affiliate CAPTCHA == | | == Affiliate CAPTCHA == |
| | | |
− | If you would like to add CAPTCHA images to your external access page, go to the [[NATS4 Skins and Templates Admin|Skins & Templates Admin]]. Click the "Advance Skins" tab at the top of the page, then click the "Edit Templates" icon next to the skin you wish to add a CAPTCHA image to. When you are on the "Templates" page, find the ''external_access'' template and click the "Customize Template" icon. | + | If you would like to add CAPTCHA images to your external access page, first go to the [[NATS4 Configuration Admin|Configuration Admin]]. In the "Current Section" drop down menu, select "Affiliates" option and click the change section button. Find the '''AFFILIATE_SIGNUP_CAPTCHA''' and enable the check box and save. |
| + | Your external access page will now contain a CAPTCHA image that must be completed by your affiliates before they can continue browsing. |
| | | |
− | On the Edit Template page, locate the block of code enclosed by the following:
| + | If you use the CAPTCHA verification image feature, make sure that you check our [[CAPTCHA]] wiki article for common verification image problems. |
− | <pre> {* VERIFICATION IMAGE OPTIONAL *}
| |
− | .
| |
− | .
| |
− | .
| |
− | {* END VERIFICATION IMAGE *}</pre>
| |
− | | |
− | The code between these two comments are enclosed in their own smarty comment, represented by {* and *}. To use the CAPTCHA verification image, you will need to remove the comments around this block.
| |
− | Your external access page will now contain a CAPTCHA image that must be completed by your [[Ct#Affiliate|affiliates]] before they can continue browsing.
| |
− | | |
− | If you use the CAPTCHA verification image feature, make sure that you check our [[CAPTCHA]] wiki article for common verification image problems. | |
− | | |
− | '''NOTE''': If your affiliates have access to multiple skins, you must use the process detailed above to remove block [[Smarty]] comments for each available skin.
| |
| | | |
| == Members CAPTCHA == | | == Members CAPTCHA == |