MyBB Community Forums

Full Version: adding a border around myawards and newpoints
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
http://prntscr.com/ne9nk

How can I get the award in the border?

Code:

<div class="post_border"><img style="vertical-align:middle;" src="images/postbit_posts.png"/> Posts: {$post['postnum']}</div>
<div class="post_border"><img style="vertical-align:middle;" src="images/postbit_joined.png"/> Joined: {$post['userregdate']}</div>
{$post['replink']}
<div class="post_border"><img style="vertical-align:middle;" src="images/postbit_myawards.png"/> Awards: {$post['myawards']}</div>

Editing this in postbit_author_user
Can you post a link to you forum?
What version of the awards plugin do you have? I'm not familiar with the new versions. If there is a template though, you'll most likely need to go into the template for the plugin (Global Templates) and wrap it with
 <div class="post_border">
*existing template stuff here*
</div>