MyBB Hacks

Full Version: How to create rows for awards in postbit?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys...It's been a while, but I am still messing with MyBB!  

I just installed OUGC Awards and all is good but I want to create a table for the awards inside my postbit so that they don't stretch the postbit when there are a lot of award images.  I'd like to set it up for 4 rows maximum and only 4 award images per row maximum.  

Is this possible?  Here is the output html that I have to work with:

Code:
<a href="{$mybb->settings['bburl']}/awards.php?view={$award['aid']}" title="{$award['name']}"><img src="{$award['image']}" alt="{$award['name']}" /></a>


I would be honored if someone can guide me in the right direction here!

Reference URL's