Skip to Content Skip to Menu

[SOLVED] Field Substitution label/value with Privacy

  • ericmuc
  • ericmuc
  • OFFLINE
  • Posts: 390
  • Thanks: 30
  • Karma: 2
  • Add-ons
4 years 10 months ago - 4 years 10 months ago #315586 by ericmuc
Hi,
I have a problem with cb content module.

In the edit profile the user can set the privacy of fields, so let us take an example:

cb_phone_number = Users (German = Mitglieder)

I need in an article with the cb content module a list of fields with label and value

field_label1: [cb:userfield field="field1" /]
cb_phone_number_label: [cb:userfield field="cb_phone_number" /]
field_label2: [cb:userfield field="field2" /]

But if the cb_phone_number field is set to privacy level "Users", this don't works and the field label is shown, but the field value not in public view.

So now I am searching for an solution, for getting the field label also hidden in public view, if the privacy of that field is set to "User".

What can I do?

Thanks, best regards
Eric
Last edit: 4 years 10 months ago by krileon. Reason: Added [SOLVED] tag to subject

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48435
  • Thanks: 8275
  • Karma: 1443
4 years 10 months ago #315590 by krileon
Replied by krileon on topic Field Substitution label/value with Privacy
Surround the label value pairs with IF substitution usages. See the bottom of the substitution tutorial below on how to use IF substitutions.

www.joomlapolis.com/documentation/279-community-builder/tutorials/18353-using-substitutions-throughout-cb

You can also have CB output the label instead of doing so manually using the below substitution usage.

[cb:userfield field="FIELD_NAME" formatting="div" /]


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: ericmuc

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

  • ericmuc
  • ericmuc
  • OFFLINE
  • Posts: 390
  • Thanks: 30
  • Karma: 2
  • Add-ons
4 years 10 months ago #315596 by ericmuc
Replied by ericmuc on topic Field Substitution label/value with Privacy
Hi,
Thanks, that solves my needs: [cb:userfield field="FIELD_NAME" formatting="div" /]
Great! Best regards
Eric
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