Affiliate Module?
Jamroom Developers
paul:
Presumably this is to go on a profile page, or pages? The template it goes in depends on whereabouts you want it to show. Then you'll need to decide exactly where you want it to show in order to work out where in the template code it goes.
Also, you say it is to only show for subscribers and VIP supported profiles, so you'll need to test for the specific quota(s) -
{if $profile_quota_id == 'x'}
{/if}
(If the affiliate code is javascript, be sure tp wrap it in {literal} . . . {/literal} tags)
Sorry that there isn't a simple "Put it here" answer.
Hello Paul, I now have this working using the code you gave me for Subscriptions. . However what woukd I do if I also want to have my vip support and digital downloads that are paid for to do the same?