Quote:
Originally Posted by Professional2
right but i did it.
for example i want 2 custom set:
1)gender: female or male
2)mobile: nokia,apple,sony ericsson
what shoud i do exactly?
tnx for your answer
|
Oops I see I forgot to highlight 2 areas in red that you need to change the field11 and field12 at the beginning of the hook sorry. Here is what yours needs to show but O left the field number with an x as I do not know what it would be on your end but you'll know when you create the profile field.
Code:
if($post[fieldx]) $html .= '<dt>mobile</dt> <dd>'.$post[fieldX].'</dd>';
if($post[fieldx]) $html .= '<dt>gender</dt> <dd>'.$post[fieldX].'</dd>';