Skip to Content Skip to Menu

Display fields in Group Member Tab (Grid View)

  • krileon
  • krileon
  • ONLINE
  • Posts: 49549
  • Thanks: 8483
  • Karma: 1465
4 days 8 hours ago #341943 by krileon
Try adjusting the following under the Global tab.

User: Specific
User IDs: [var1_user_id]


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
The following user(s) said Thank You: AlexRag

Please Log in or Create an account to join the conversation.

  • AlexRag
  • AlexRag
  • OFFLINE
  • Posts: 593
  • Thanks: 45
  • Karma: 7
4 days 4 hours ago #341951 by AlexRag
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]';

 
The following user(s) said Thank You: krileon

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum