PDA

View Full Version : How to Show Custom Profile field in registration ?


Mean
08-24-2007, 08:07 PM
My custom profile field are not shown in the registration.
How can i show them in registration ?

Kirk Y
08-24-2007, 08:18 PM
When editing/creating a new profile field, set "Field Required" to "No, but display at registration" or "Yes, at registration and profile updating" -- depending on whether you require the field to be filled.

Mean
08-24-2007, 08:25 PM
Thanks, but i do not want to require the field to be filled.
I only want to show them in registration, so users don't fill them if they dont want to...

Kirk Y
08-24-2007, 08:29 PM
Then you'd select "No, but display at registration".

Mean
08-24-2007, 08:30 PM
Thanks, but

When i add

<if condition="$post['hakkında:']">Hakkinda: $post[hakkında:]<else />N/A</if>

This to the postbit, it says

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting ']'

I know what it mean, but what is the wrong of my code ? hakkında: is a custom profile name.

ragtek
08-24-2007, 09:17 PM
in templates there are no '
<if condition="$post[hakkında:]">Hakkinda: $post[hakkında:]<else />N/A</if>

if the code is correct i cant say

i just saw this ;)

Mean
08-24-2007, 09:31 PM
Thanks! but my problem solved because the name should be fieldx (x=field number)
I forgot that.

;)

ragtek
08-25-2007, 09:10 AM
lol