I've implemented Awards to my development forum and I can't seem to style the postbit as I would like...
I got it looking how I want it to with 1 award;
Loading Image
Although, when the user has multiple awards, it doesn't put it within the same element.. It's racking my brain lol. Here's an example;
Loading Image
How do I make it so that they are all in one line?
Here's my coding from "ougcawards_postbit"
[php]{$br}<center class="awardsBG"><span style="white-space:normal; width: 100%;"><a href="{$mybb->settings['bburl']}/awards.php?view={$award['aid']}" title="{$award['name']}"><img src="{$award['image']}" alt="{$award['name']}" /></a></span></center>[/php]
Here's the coding from 'Postbit'
[php] <div class="author_statistics">
{$post['user_details']}{$post['newpoints_postbit']}
<br />
{$post['ougc_awards']}
</div>[/php]
Thanks all 🙂