PDA

View Full Version : Custom Fields?


syschat
02-18-2006, 05:23 AM
Hello Everyone,
I was wondering, is there a way to make it so that I can have custom fields that show on people's profile and next to their posts? I also want it to be in sign up.

Thanks!

Stangsta
02-18-2006, 06:00 AM
Yes, it is 100% possible.

In your admin panel, go to user profile fields.

Stangsta
02-18-2006, 06:00 AM
Yes, it is 100% possible.

Domenico
02-18-2006, 12:42 PM
But how? I have custom fields from before the upgrade when to showed up but now they don't show up anymore (ugrade from 2.3.6 to 3.5+).

What must I do to make them show up again?

syschat
02-19-2006, 12:46 AM
Thanks, is there a way to have custom fields show under the user's username?

Thanks

Reeve of shinra
02-19-2006, 01:28 AM
Edit your postbit or postbit_legacy template

add $post[fieldx] where X is the number of the profile field you added. (you can see the profile field # in the profile field manager).

This would be an example using IF to hide the corresponding text it if that profile field is empty.

<if condition=$post[field5]>
Something: $post[field5]
<if>