Jump to content

Show ad if theres +2 posts

Featured Replies

Posted

I wanna show ad after first forum post, but only when ther are more that 1 posts. Is ti possible? some code?

Easy with a template edit

forums > front > topics > topic

Find

					{{if $postCount == 1 AND $advertisement = \IPS\core\Advertisement::loadByLocation( 'ad_topic_view' )}}
						{$advertisement|raw}
					{{endif}}

Replace with

					{{if $postCount == 1 AND $advertisement = \IPS\core\Advertisement::loadByLocation( 'ad_topic_view' ) AND $topic->posts > 1}}
						{$advertisement|raw}
					{{endif}}

 

  • Author

Perfect, thank you 🙂

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.