Wonderful! Words great. I'm going to consolidate the steps below from earlier threads here for future reference:
AUTO ACTION TO DISPLAY A CUSTOM FIELD ENTRY ON USERS (MEMBERS) PROFILE IN GRID VIEW IN A GROUP
1. Create a text field and note the field name (eg, cb_myfieldname)
2. If you want to allow the user to add/edit themselves, configure it accordingly
3. Create this Auto Action
Global
Triggers: gj_onDisplayUser
Type: Code
User: Specific
User Ids: [var1_user_id]
Access: Everybody
Action
Method: PHP
Code:
Code:
$variables['var2'][]= '[cb_myfieldname]';