MyBB Community Forums

Full Version: Add another Postbit Info
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to add crew info to the post like so.


What is in RED is what I want most. What is in GREEN is Needed but not a major add.

Group:Founders
Posts:1,739
Joined:23-April 10
Location: USA
Favourite Car:Honda NSX-R
CrewToungueHA & NFSU &TRD
Server:US
World Handle: BLAHTYPEX


Please list how I would do this Smile
You can do this with Profile Fields : http://domain.com/admin/index.php?module...ile_fields .
After you complete the Profile Fields, go to -> Templates & Style -> Templates -> Your templates -> Post Bit Templates -> postbit_author_user and at the end add :

Favourite Car : {$post['fid5']}
Crew: {$post['fid6']}
Where "5" ; "6" is the custom profile field id

After that,these fields will be necessary when someone will register...
You can change with what you want at : http://domain.com/usercp.php?action=profile