(09-18-2012 03:51 PM)Seabody Wrote: How do I remove them from default profiles then?
If you want to remove some fields only, and place it outside the
{$profilefields} blocks:
- Set the Hide on profile? settings of the custom profile fields to Yes.
- Put {VALUE} inside the Display Format settings. You can style it here.
- Put {$xtpf['fidX']} manually in your member_profile template, where X is the custom profile fields ID.
(09-18-2012 04:51 PM)Gstone Wrote: is there any way to put custom fields in member list?
The same method as member profile page, you can put
{$xtpf['fidX']} variable manually in your
memberlist_user template, where X is the custom profile fields ID.