Quote:
Originally Posted by Spinball
How do I identify the first, 15th and 29th post on the page please?
|
I think you can use <if condition="in_array($GLOBALS['counter'], array(1, 15, 29))">. That will identify the post number on the current page, not in the thread. I think the default is 10 posts per page, so with the default you wouldn't ever see the 15th or 29th.
Quote:
And then in the conditional in postbit_legacy, do I just eval the similar templates for each advert?
|
Sorry, I don't understand what you're asking.