Add "Affiliates" in sidebar?

xPeetey42

New member
I'm new to this so is there a way to add a module in the sidebar, like in XenPorta, to have some small banners for affiliates? The banners should also link to the websites. Is there a way to do this easily?
 
Create your template in the ACP and add your content to it.
You can use XenForo syntax and/or HTML & CSS.

Then include your new template in the template you require (e.g. forum_list) using:
<xen:include template="name_of_template" />
 
Top Bottom