How to make 5 cmt ads display 1 ad

sanhpv

Active member
Registered
Joined
Mar 7, 2022
Messages
28
Points
13

Reputation:

I have booked
Post: Below message container
1724401164042-png.92415

For every comment below, it displays 1 ad. Is there any way to make it appear at a distance from each other? For example, under the article, 1 ad is displayed, then the next 5 comments will be displayed below that comment.
. And if all the ads were left like that, would it be considered spam ads?
 
Solution
show content after post x on every page in a thread?

HTML:
<xf:if is="$post.position % $xf.options.messagesPerPage == x">
    Show content...
</x
f:if>

thomsa

Moderator
Staff member
Moderator
S.V.I.P Member
Collaborate
Registered
Joined
Jun 22, 2019
Messages
1,133
Points
173

Reputation:

show content after post x on every page in a thread?

HTML:
<xf:if is="$post.position % $xf.options.messagesPerPage == x">
    Show content...
</x
f:if>
 

salromaithi1

Member
Registered
Joined
Jun 20, 2023
Messages
9
Points
13

Reputation:

show content after post x on every page in a thread?

HTML:
<xf:if is="$post.position % $xf.options.messagesPerPage == x">
    Show content...
</x
f:if>
thomsai can not sane, it show me the below error

1724508718467.png
 
Solution
Top