When I add a new banner for affiliates into the amember system it asks me to enter a url for it to redirect to so I enter my website domain. Once the banner in the system the link that shows up for all users in the banner is just a default site link and not the users affiliate link. Like here they all end in domain.com/go.php?r=1&i=b0 Whereas the real users affiliate link looks like this and ends typically domain.com/go.php?r=1&i=l1 My question is how would I make it automatically generate the users affiliate link here so they can just copy and paste the entire code? Is there a system variable I can use when creating the affiliate banner? Thanks
New to the forum here, but I don't understand your question. It already creates the code correctly. For Link code it shows something like: domain.com/go.php?r=34&i=l5 r=34 associates with UserID #34, i=l5 means Link #5 And for Banner code it shows something like: domain.com/go.php?r=23&i=b2 r=23 associates with UserID #23, i=b2 means Banner #2 If you are always seeing r=1&b0 or r=1&l1 then you are only logging in with the account associate with UserID #1 Correct me if I am misunderstanding your question.