MyBB Support

How can I change the order of the items of the user on the post bit?

Submitted by AndresXZ09, , Thread ID: 1118

Thread Closed

RE: How can I change the order of the items of the user on the post bit?

#6
Code:
{$post['user_details']}

is basically the postbit_author_user template.
I'm not sure if the MyAchievements variable is working in this template. You can either try it out by adding

Code:
{$post['myachievements_postbit']}

to your postbit_author_user template or replace

Code:
{$post['user_details']}

with every single variable in your postbit_classic template.

The variables are:

Code:
{$post['postnum']} - Post count
{$post['threadnum']} - Thread count
{$post['userregdate']} - Registration date
{$post['replink']} - Reputation
{$post['warninglevel']} - Warning Level

You can find the list here, but it's outdated: http://mybb.github.io/mybb-resources/Hel...stbit.html

Users browsing this thread: 3 Guest(s)