MyBB Community Forums

Full Version: Custom Profile Sections in Posts.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, i'm a novice at this stuff, but i can't seem to figure out how t put a custom profile field in posts, instead of having to view there profile to see it,

so i'd like to request a MOD for this,

thanks,
Cthulhu
It's really simple, no need for a plugin, just use the following in the postbit template, replacing X with the actual field ID:
{$post['fidX']}
OK, Thanks, i can work out the rest,

PS i've upped your rep.
Thanks for sharing
(2011-02-20, 12:28 PM)Alan Shepperson Wrote: [ -> ]It's really simple, no need for a plugin, just use the following in the postbit template, replacing X with the actual field ID:
{$post['fidX']}
I'm using posbit_classic. If a field is so long, it'll expand the author frame, push the post content frame to the right.

How can I fixed the author frame?

Thank you.