So I'm an idiot. That's well-established. Anyway, how exactly do I go about customizing Enthusiast so my affiliate links pop in a new window and make the join form actually match the rest of my layout?
Kinda like this site:
So I'm an idiot. That's well-established. Anyway, how exactly do I go about customizing Enthusiast so my affiliate links pop in a new window and make the join form actually match the rest of my layout?
Kinda like this site:
For the affiliates go to the enth admin panel, log in and go to Affiliates and then edit template.
Change <a href="enth3-url"> to <a href="enth3-url" target="_blank"> for the collective affiliates.
For you fanlistings go to the enth installation folder and add another folder called templates.
Here you need to create a file affiliatestemplate.txt with the following code (or something similar - the target="_blank" is important):
<a href="$$aff_url$$" target="_blank"><img src="$$aff_image$$" width="$$aff_width$$" height="$$aff_height$$" border="0" alt="$$aff_title$$" title="$$aff_title$$" /></a>
For the fanlistings that already exist you can go to Affiliates chose the fanlisting and then edit template.
Change <a href="$$aff_url$$"> to <a href="$$aff_url$$" target="_blank">.
You can add the different classes and ids of enthusiast to you stylesheet and make it look like the rest of your site.
I hope I could help you a bit.
You must log in to post.