Skip to Content Skip to Menu

[SOLVED] CB Substitution advice

  • cheemak
  • cheemak
  • OFFLINE
  • Posts: 8
  • Thanks: 1
  • Karma: 0
9 years 6 months ago - 9 years 6 months ago #262107 by cheemak
[SOLVED] CB Substitution advice was created by cheemak
Hi I'm trying to get My CB substitutions working wit cb:if

I can pull user params with [cb:userdata field="params" /]

this will pull out all the params against the user e.g. {"auth_type":"LDAP","auth_domain":"Domian1","language":"","editor":""}

What i'm trying to do is use the "auth_domain" to bring back a message (I have 3 different domains) e.g.

[cb:if auth_domain = domain1] for it support call domain1 support [/cb:if]
[cb:if auth_domain = domain2] for it support call domain2 support [/cb:if]

I've tried a bunch of things e.g [cb:if userdata includes "domain1"] but can't figure out how to get it working?

any tips or ideas? is it even possible or should i just create a plugin?
Last edit: 9 years 6 months ago by krileon.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48478
  • Thanks: 8282
  • Karma: 1443
9 years 6 months ago #262111 by krileon
Replied by krileon on topic CB Substitution advice
The parameters field has no display. I don't think you can do what you're wanting to do. You'd likely need a custom fieldtype plugin to pull the information you're wanting. Best I can suggest is try the below, but I doubt it'll work.

[cb:if params=~"/Domain1/"]CONTENT_HERE[/cb:if]

Please see the below tutorial for further substitution usage information.

www.joomlapolis.com/support/tutorials/107-use-cases/18353-using-substitutions-throughout-cb


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

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

  • cheemak
  • cheemak
  • OFFLINE
  • Posts: 8
  • Thanks: 1
  • Karma: 0
9 years 6 months ago #262112 by cheemak
Replied by cheemak on topic CB Substitution advice
Genius ! that seems to work !

I had been looking at the CB Substitutions tutorials but couldn't figure it out!
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