Quote:
Originally Posted by Link14716
It is a custom profile field, so yes, it would be.
I don't see anything wrong with the conditional myself.
|
Nor do I. Have you tried putting in a
print_r ($userinfo);
in the php file and see what gets displayed. I find this valuable from time to time to make sure things are really as I think they are. If you are worried about other users seeing it you can wrap the print_r in a conditional so it only executes for admins.
After that I'm out of ideas. :ermm: