find code like below in the postbit template
if required, you can add style for class .achievements in global.css
<td class="smalltext post_author_info" width="165">
{$post['user_details']}
</td>
add below code in a new line before above code and save the template<td class="achievements">{$post['myachievements_postbit']}</td>
if required, you can add style for class .achievements in global.css