PDA

View Full Version : Self-created user fields -- Displaying them when posting?


Masked Crusader
12-04-2005, 04:47 AM
Alright, here is the situation.

I created new user profile fields that are mandatory to fill out. Now, what I want to do with those is the following: 1) person registers, (2) user posts on a thread, (3) after posting, the three new user-fields will be shown where the default user-fields are located (i.e.-location, occupation, age...), along side the post of course.

If someone can help me out, that would be great. I need this help relatively quickly. Kind of in a bind at the moment.

Thanks.

Guest190829
12-04-2005, 07:36 PM
You have to edit the postbit or postbit_legacy template to show it. I think this is the code off of my head


<if condition="$show[fieldx]"> $post[fieldx] </if>


Change fieldx with the field of the custom profile fields.