MyBB Community Forums

Full Version: How To Make This Template Conditional?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I would like to show an advertisement at the bottom of forumdisplay.php if there are 5 or more threads on that page.

How would I write a template conditional to achieve that?
replies here should help
(2014-03-07, 01:09 PM).m. Wrote: [ -> ]replies here should help

Hi,

No, I don't want the advertisement after 5 threads in-between the threads 5&6.

I need a conditional like:

If more than 5 threads on the page on forumdisplay.php, put advertisement after pagination.
(2014-03-12, 02:11 AM)Greg Winston Wrote: [ -> ]
(2014-03-07, 01:09 PM).m. Wrote: [ -> ]replies here should help

Hi,

No, I don't want the advertisement after 5 threads in-between the threads 5&6.

I need a conditional like:

If more than 5 threads on the page on forumdisplay.php, put advertisement after pagination.

Does anyone know how to do this using template conditionals? If more than 5 threads on the page forumdisplay.php, put advertisement/image after pagination.
Moved to Plugin Support.