Added an additional advertising position for banners in the section block on the main page.
Install the add-on and when creating an ad you will have a new position "Sponsor forum" (Sponsor of the forum). In the advertising field, you can use the terms for the forums, for example:
HTML:
<xf:if is="{$node.node_id} == 3">
<a href="#"><img src=" "></a>
<xf:elseif is="{$node.node_id} == 17" />
<a href="#"><img src=" "></a>
<xf:else />
<a href="#"><img src=" "></a>
</xf:if>
Install the add-on and when creating an ad you will have a new position "Sponsor forum" (Sponsor of the forum). In the advertising field, you can use the terms for the forums, for example:
HTML:
<xf:if is="{$node.node_id} == 3">
<a href="#"><img src=" "></a>
<xf:elseif is="{$node.node_id} == 17" />
<a href="#"><img src=" "></a>
<xf:else />
<a href="#"><img src=" "></a>
</xf:if>