Skip to Content Skip to Menu

CB Conditional & CB Auto Actions support request

  • mwweb
  • mwweb
  • OFFLINE
  • Posts: 50
  • Thanks: 5
  • Karma: 1
10 years 3 months ago #247047 by mwweb
I'm trying to create a client management area for a site. I'm not sure if these things can be done, but this is what I need to be able to do.

1) Once fields in a specific TAB are completed, I need to be able to, from the front-end, allow the administrator to make those fields non-editable by the registered user.
2) I have a second TAB I'm creating, but I don't want it to show up until the fields in the first TAB are completed. I found the tutorial about CB Conditional: Tab condition preferences, but when I create a new TAB it doesn't give me any parameters or conditionals.

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

  • mwweb
  • mwweb
  • OFFLINE
  • Posts: 50
  • Thanks: 5
  • Karma: 1
10 years 3 months ago #247054 by mwweb
Found my problem with the TAB, I didn't have the plugin published.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48479
  • Thanks: 8282
  • Karma: 1443
10 years 3 months ago #247060 by krileon

1) Once fields in a specific TAB are completed, I need to be able to, from the front-end, allow the administrator to make those fields non-editable by the registered user.

Add a new tab that's accessible to Special only. You could then add checkbox fields to it for your administrators to enable/disable. Then in CB Conditionals condition against them using a Custom Value conditional with [FIELD_NAME] substitution (required, because jQuery won't be able to reach those inputs). Your checkbox fields would basically be responsible for enabling/disabling those inputs.


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.

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

  • mwweb
  • mwweb
  • OFFLINE
  • Posts: 50
  • Thanks: 5
  • Karma: 1
10 years 3 months ago - 10 years 3 months ago #247073 by mwweb
Ok, not sure I'm advanced enough for that, but I'll give it a try.
Will I be able to do this for individual users as their information is approved? I don't want it to become non-editable for everyone at the same time.

OR, can I make it so that once all the fields in that tab are completed it becomes non-editable?

Thanks much!
Last edit: 10 years 3 months ago by mwweb.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48479
  • Thanks: 8282
  • Karma: 1443
10 years 3 months ago #247089 by krileon

Will I be able to do this for individual users as their information is approved?

Yes, that's why you need to have a set of fields accessible to administrators only so those inputs can be enabled/disabled individually for each user. Could also just have 1 checkbox that shuts off the entire tab; entirely up to you how flexible you'd like it.

OR, can I make it so that once all the fields in that tab are completed it becomes non-editable?

Possibly with a tab conditional and a cb query field to query for all those database columns to ensure none of them have a value yet, but you'd have no way to enable editing again except to empty those fields.


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.

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

  • mwweb
  • mwweb
  • OFFLINE
  • Posts: 50
  • Thanks: 5
  • Karma: 1
10 years 3 months ago #247104 by mwweb
Ok, great. I'll try it the first way. But I may be asking more questions about how to. Thanks, I love CB!

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

Moderators: beatnantkrileon
Powered by Kunena Forum