I'm trying to figure out how to turn profile property names into tokens I can use in the member directory.
The problem seems to arise when I try to use profile properties that have multi-word names.
I have a property named "Telephone" that I can get to appear by using "ProfileProperties().Telephone". I have another property named "Position Title" that doesn't work if I use "ProfileProperties().PositionTitle" or "ProfileProperties().Position_Title".
I posted this in the forums, too, but responses there seem to be a bit...delayed.
Does anyone know if there's a predetermined method or formula for turning profile property names into valid token values for use with the ProfileProperties() method in the member directory templates, or, failing that, if there's a different way to display custom profile properties?