Banner above forum list and sidebar on fixed style

Stemis

Active member
How to insert baner 724x90 on forum_list template like on image (above forum list and sidebar) on fixed default xenforo style?

Untitled.webp
 
Oh, right. That template is located above navigation, but its inside middle content block.

Create new template for your ads, name it ad_below_header.
In PAGE_CONTAINER template find
Code:
<xen:hook name="page_container_content_top" />
and add before it
Code:
<link rel="xenforo_template" type="text/html" href="ad_below_header.html" />
 
Top Bottom