MyBB Community Forums

Full Version: Profile Field
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have the location field mandatory to fill out during registrations. How can I add this information to users in there post? Place it right under there avatar and rank.

Thanks
(2012-03-09, 11:38 PM)cwindham Wrote: [ -> ]I have the location field mandatory to fill out during registrations. How can I add this information to users in there post? Place it right under there avatar and rank.

Thanks

1. Check your location field ID

2. Open postbit_author_user of the theme you're using and add the following code at the beginning

{$post['fidX']}

where X is the location field ID.
Thanks man that worked great!