Hi,
I need to display each member's username in a CB List. But username doesn't seem to be a value you can select in the CB List Columns tab fields.
If I can't select it in the CB List, is there a way to get it in the template file function _getUserListCell? Currently, I am parsing the profile link to get the username from it. But that is not robust and just broke when you changed the profile link from /userprofile/username to /myprofile/username. Can I use a CB substitution in the template file? What is the best way to get the user's username?
Thank you.