Skip to Content Skip to Menu

use of CB API

  • krileon
  • krileon
  • ONLINE
  • Posts: 48479
  • Thanks: 8283
  • Karma: 1443
10 years 1 month ago #249442 by krileon
Replied by krileon on topic use of CB API
You can't call a PHP file outside the scope of Joomla when that PHP file uses Joomla or CB API. When you're doing that you're just loading a PHP file. It has no idea Joomla even exists when you do that. You need a Joomla component ajax endpoint or a CB component plugin for an ajax endpoint. Without either of those you can't access anything in Joomla or CB unless you manually load the entire Joomla structure from your own script to prepare Joomla.

Please see the below Joomla tutorial regarding ajax usage.

docs.joomla.org/Using_Joomla_Ajax_Interface

Ajax response information can also be found in the below tutorial.

docs.joomla.org/JSON_Responses_with_JResponseJson

If you just need to render the username in a Joomla article for example you can use CB Content Bot and the [username] substitution after setting the bot to use the viewing user instead of the author. This may work on modules if the module processes content plugins, but I have not tested that; however for that case we also have CB Content Module which works like a Custom HTML module except it supports substitutions.


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.

  • GUEST
10 years 1 month ago #249446 by
Replied by on topic use of CB API
Thank you for this clear explanation!

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

Moderators: beatnantkrileon
Powered by Kunena Forum