The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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.... |
|
#2
|
||||
|
||||
|
You have to add some code to the postbit template:
Code:
$post[fieldx] 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. |
![]() |
|
|