[cXF] Advertising position after first post

[cXF] Advertising position after first post 1.1.2

No permission to download
Sorry, I need to re-check permissions I guess. You need to have access as a premium member. Sorry for inconvenience.
 
Thank you Bassman, maybe an other thing,
in "Post: After first post" I tried to add this conditional but it seems it does'nt work (to show in a specific forum).

<xf:if is="in_array({$forum.node_id}, [X,Y,Z])">
Show content..
</xf:if>
 
Check template cxf_advertising_position_after_first_post and edit it.

It does the same thing, if I put this code below for example, the ad does'nt show up anywhere.

<xf:if is="{$forum.node_id} == 3">
Show content..
</xf:if>
 
It does the same thing, if I put this code below for example, the ad does'nt show up anywhere.

<xf:if is="{$forum.node_id} == 3">
Show content..
</xf:if>
Use this:
Code:
<xf:if is="{$__globals.forum.node_id} == 3">
    Show content..
</xf:if>
 
is there anyway to add padding / margins around ad so that, it wont merge in post area
 
Top Bottom