PDA

View Full Version : adding field to user thread profiles


Kport
Mon 28th Jan '08, 12:24pm
http://www.habboposts.com/showthread.php?p=727#post727

okay basically i wanna add a user field to the template so it shows up with that field under the username.

Craig
Administrator
Join Date: Dec 2007
Posts: 16
Kisses: 7
Gender: Male

what template do i edit and what do i add?

Floris
Tue 29th Jan '08, 3:01am
First you create a new custom profile field.
Then in the manager find the ID of that field.

Then in the postbit template find the location where you want to add it, and add it as such:

Gender: $post[fieldX]

Replace the X with the ID you searched for earlier.