Hey CoolJ, I just got this working on my site in about 10 minutes after finding this thread.
Add the field you'd like at the admin Control Panel under User Fields. Find out the profilefieldid through MySQL or by hovering the mouse over the link to edit that new field... you'll see it in the URL.
Now go to Templates // Modify, expand the template list, expand the Postbit templates, edit the postbit template. Search for Posts: and change it from
Posts: $post[posts]</smallfont></td>
to
Posts: $post[posts]<br>
NewField: $post[fieldx]</smallfont></td>
Note that fieldx would be field5, field21, etc, based on your profilefieldid mentioned earlier.
Hope that helps.
|