mac27
02-16-2007, 02:13 AM
I have a hack and I am wanting a custom user field(uses Radio Buttons) to only show up in postbit if the user selects yes in their profile. I have tried this:
<if condition="$post['fieldX]">
This does not work for me. It works for text input fields but not radio buttons.
I know this is probably simple but could someone shed some light on this for me?
Oh and this question is just for my own fyi. Can custom user fields be created automatically when a hack is installed?
Thanks for any input.
Never mind I figured it out. I forgot the =='Yes' on the end.
<if condition="$post['fieldX]">
This does not work for me. It works for text input fields but not radio buttons.
I know this is probably simple but could someone shed some light on this for me?
Oh and this question is just for my own fyi. Can custom user fields be created automatically when a hack is installed?
Thanks for any input.
Never mind I figured it out. I forgot the =='Yes' on the end.