PDA

View Full Version : Postbit request


94DROPTOPZ
07-16-2004, 11:37 PM
I'm looking to add a field to the postbit, that members can fill in when they register. I'm helping a friend with his site and it is 2.3.5

I know how to add the new field but I'm not sure how to get it to show up in the postbit....

assassingod
07-17-2004, 07:23 AM
You have to add some code to the postbit template:

$post[fieldx]

(Replace x with the profile field id)
This will bring up the profile field of your choice.

You will have to edit it slighty, i.e adding the field name before it etc.