Hello,
{{if request.app == 'forums' and request.module == 'forums' and request.controller == 'topic' and isset(\IPS\Output::i()->hiddenElements['nbenhadverts_node_class']) and \IPS\Output::i()->hiddenElements['nbenhadverts_node_class'] == 'IPS\forums\Forum' and \IPS\Output::i()->hiddenElements['nbenhadverts_node_id'] == 11}}1{{endif}}
Yes
Show the advert if the topic_meta_data value is 1
{{if request.app == 'forums' and request.module == 'forums' and request.controller == 'topic'}}
{{$topic = \IPS\Output::i()->hiddenElements['nbenhadverts_item_item'];}}
{{if $topic and $topic->topic_meta_data == 1}}
1
{{endif}}
{{endif}}
The plugin will not display advert after those posts.
------------------------------------------------------------------------
Looks like you want to show the advert after 5th post because
5 -> 1st page 5th post
30 -> 2nd page 5th post
55 -> 3rd page 5th post
80 -> 4th page 5th post
105 -> 5th page 5th post
130 -> 6th page 5th post
155 -> 7th page 5th post
180 -> 8th page 5th post
205 -> 9th page 5th post
230 -> 10th page 5th post
If so check the Every page