Skip to Content Skip to Menu

New CB field via CB API or MySQL requests

  • belotel
  • belotel
  • OFFLINE
  • Posts: 21
  • Thanks: 3
  • Karma: 0
9 years 11 months ago #252931 by belotel
Updating my request after few years:
is there any way to create CB fields via CB API calls?

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48478
  • Thanks: 8282
  • Karma: 1443
9 years 11 months ago - 9 years 11 months ago #252968 by krileon
Replied by krileon on topic New CB field via CB API or MySQL requests
Yes, with CB 2.0 you'd just create a field db object and store it. Example as follows.

Code:
$field = new \CB\Database\Table\FieldTable() $field->set( 'VARIABLE', VALUE ); $field->store();

Set your variables as needed. For example the type, title, etc..


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.
Last edit: 9 years 11 months ago by krileon.
The following user(s) said Thank You: nant

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

  • belotel
  • belotel
  • OFFLINE
  • Posts: 21
  • Thanks: 3
  • Karma: 0
9 years 7 months ago #260942 by belotel
Replied by belotel on topic New CB field via CB API or MySQL requests
Does it documented somewhere?

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48478
  • Thanks: 8282
  • Karma: 1443
9 years 7 months ago #260952 by krileon
Replied by krileon on topic New CB field via CB API or MySQL requests
No, not yet. We'll be working on new API documentation in the future. For now it's best to review existing plugins for usages.


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.

Moderators: beatnantkrileon
Powered by Kunena Forum