MyBB Community Forums

Full Version: Add Custom Things on my forum Postbit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well I already have an addition details field for every registered user.
Like Occupation and a list of checkbox
Well Now I want to show this things on Postbit. Can anybody tell me how to do that thing? Please?
To show items from custom profile fieds on a users postbit:

AdminCP -> Templates & Style -> Templates -> Your Theme's Templates -> Post Bit Templates -> postbit_author_user

Add:
{$post['fidX']}

replace X with the custom profile field's ID (found in AdminCP -> Configuration -> Custom Profile Fields)
(2012-10-10, 06:32 AM)Vernier Wrote: [ -> ]To show items from custom profile fieds on a users postbit:

AdminCP -> Templates & Style -> Templates -> Your Theme's Templates -> Post Bit Templates -> postbit_author_user

Add:
{$post['fidX']}

replace X with the custom profile field's ID (found in AdminCP -> Configuration -> Custom Profile Fields)

thanks for this information but what if i want to add image also

for example i want to add sex selection image ? male female different how can i do that ?
You can either do it via template condition plugin or try this plugin

http://community.mybb.com/thread-24824-p...#pid168783 (It's pretty old, so not sure it will work on new mybb or not)