MyBB Community Forums

Full Version: New field after avatar
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello.
I created an additional field in profile.
How do I make it is displayed under avatar on my forum ?
This tutorial should help - http://community.mybb.com/thread-41233.html Smile
I just sum up the content of the tutorial created by danrulz98 which was suggested above by AJS.

Go to Admin CP - Templates & Styles - Templates - Expand your theme's templates and expand postbit template.

Search for:
<strong><span class="largetext">{$post['profilelink']}</span></strong>

After that add...

Name: {$post['fid3']}

Replace Name with the name of display field.

Replace 3 with the ID of the custom field.