Staff Affiliates?

Nyvorlas

Madly Diligent
Joined
Sep 12, 2012
Messages
9,466
Reaction score
415
FP$
5,994
How do I add a Staff Affiliates to my phpbb site? I noticed it here but never got around to asking about it till now.

~Thanks & Best Regards,
Hellas
 
I'm not to sure if there is an actual mod for the affiliates, I think they custom coded it maybe?
 
Thanks for the reply but since we aren't exactly sure I will wait for more replies
 
It's just HTML. This is the style I use.

Code:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"><thead><tr><td class="thead"><div><strong>Affiliates</strong></div></td></tr><tr><td><a href="http://forumhour.com" target='_blank'><img src="http://forumhour.com/promo/affiliate/forumhour.png" width='88' height='31' alt="Forum Hour" title="Forum Hour" /></td></tr></tbody></table><br>
 
If you want it to show on all the pages, in the overall_footer.php in styles/your_style/templates
 
Yep, overall_footer.html is the file you need if you want it to show on everypage.
 
They should already be html files. Make sure you are looking in the right directory ---> styles/style_name/template
 
Could somebody add it for me? I am unsure of what to do and I don't wanna mess it up
 
Back
Top Bottom