MyBB Community Forums

Full Version: [SImple development]How to change order .... [post_bit]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to change the order of info on post bit...
see screen shot plz.

I want the awards will be below of all .


I try to change postbit_author_user

but nothing happen

my postbit_author_user code below

<strong>{$lang->postbit_joined}</strong> {$post['userregdate']}<br />
<strong>{$lang->postbit_posts}</strong> {$post['postnum']} <strong>|</strong> <!-- CountThreads --><strong>{$lang->postbit_threads}</strong> {$post['threadnum']}<!-- /CountThreads -->
{$post['replink']}{$post['warninglevel']}<br />
<!-- AWARDS --><br />


My postbit template code :-

Showing main part where is located

<td class="smalltext post_author_info" width="180">
							<div align="center"><div class="postbit-box">{$post['user_details']}{$post['newpoints_postbit']}</div></div>						</td>
					</tr>


Plz help me