winrules, how do I access one of the user's own custom profile fields on another page?
I've tried things like this, but they return nothing:
$context['user']['favecolor']
$context['user']['options']['favecolor']
What should I be using?
I actually want to use it on a Custom Action page (using your other mod), if that makes any difference.
Thanks.