MyBB Community Forums

Full Version: Template conditional help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys, need some help with template conditional plugin, i want to show a ribbon on the thread starter avatar but i want that ribbon to show on all his posts on that thread and not only in first post.
What you are saying is that you want to show some code after the first post? If so you can check this tutorial on how to add Adsense Ads to MYBB forum: How to add Adsense

Or you can ask D666 to help you out his the best at creating conditionals Smile
I'm surely not the best, but I love that plugin so I'm probably the guy who answers most questions about it.

<if $thread['uid'] == $post['uid'] then>
ribbon code
</if>
should work in any/most of postbit templates.

Happy New Year.
(2013-12-31, 01:09 PM)Destroy666 Wrote: [ -> ]I'm surely not the best, but I love that plugin so I'm probably the guy who answers most questions about it.

<if $thread['uid'] == $post['uid'] then>
ribbon code
</if>
should work in any/most of postbit templates.

Happy New Year.

Much wow Big Grin, thanks so much and happy new year