MyBB Community Forums

Full Version: Custom profile fields on Postbit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
OK, so I'm currently trying to edit my Postbit_author template to include several custom profile fields. However, I think I'm doing it wrong because it's not working.
Please can someone help. This is the edited template down below...

Quote:<strong><span class="largetext">{$post['profilelink']}</span></strong><br />
<span class="smalltext">
{$post['usertitle']}<br />
{$post['userstars']}
{$post['groupimage']}<br />
{$post['useravatar']}<br />
{$lang->postbit_posts} {$post['postnum']}<br />
Character Name: {$post['fid4']}<br />
Gender: {$post['fid5']}<br />
Race: {$post['fid6']}<br />
Occupation: {$post['fid7']}<br />
Class: {$post['fid10']}<br />
Primary Element: {$post['fid8']}<br />
Secondary Element: {$post['fid9']}<br />
{$lang->postbit_wordcount} <!--WORDCOUNT--><br />
{$lang->postbit_group} {$usergroup['title']}<br />
{$lang->postbit_joined} {$post['userregdate']}<br />
{$lang->postbit_status} {$post['onlinestatus']}{$post['replink']}<br />
</span>
[wiki]Help:Customizing_postbit#Custom_Profile_Fields[/wiki]
heh, I already read that wiki... I figured out the problem, it turns out I didn't assign the theme I was using to the right template. Problem sorted... hopefully Dodgy