PDA

View Full Version : About the custom fields...


eViL_sTiGmA
04-07-2006, 10:02 PM
Hi,

I created one custom field, but I need to know how can I show on my memberlist ONLY the members with this field filled.

What is the code or the cconfiguration?

Thanks

eViL_sTiGmA
04-10-2006, 05:25 PM
Hey! please, some body help me

Freesteyelz
04-10-2006, 10:40 PM
Hmm...I'm not sure if I'm reading your question correctly (and the fact that my site is temporarily down so I can't test it) but try wrapping a conditional around the content you want hidden only to those who did not fill in the custom field such as:


<if condition="$show[fieldx]">
Memberlist content
</if>


Basically, if I did this correctly, if a user had filled in "fieldx" then user will show up in Memberlist.