Skip to Content Skip to Menu

🌟 CB Editor Assistant 1.0.0 is here! Discover our new AI Joomla Plugin that wrote its story! (and this banner!)
Start at just $12.50/month* or 💸 save 30% with our 🛍️ Black Friday Intro Offer for your subscription's lifetime
🎉 Black Friday sale is here! Great savings on professional and developer memberships! Get 25% off now with code BLACK-FRIDAY-2024!

Problem with Auto Action Code field

  • timstohr
  • timstohr
  • OFFLINE
  • Posts: 1091
  • Thanks: 56
  • Karma: 9
5 years 10 months ago - 5 years 10 months ago #310164 by timstohr
Problem with Auto Action Code field was created by timstohr
Hi Kyle,
I think there is a problem with CB Auto action Code.

I am using an auto action with PHP code as follow
$notification=[
"poster_id"=>'[var3_user_id]',
"asset"=> '[var3_asset]',
"message"=>"[var3_message]",
"pushType"=>"PushMainforum",
];
$notification=json_encode($notification);
include("socket/index.php");

Whenever I receive a string with double quotes e.g "hello I'am here now" under the key var3_message, the auto action does not work. It seems that the quotes are somehow affecting it.
Is there any way to stop this happening?
Last edit: 5 years 10 months ago by timstohr.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48560
  • Thanks: 8292
  • Karma: 1445
5 years 9 months ago #310189 by krileon
Replied by krileon on topic Problem with Auto Action Code field
It's not going to escape the double quotes for you. You'll need to do that your self. The substitution has no clue where it's going to be used. It's just directly replaced in your code, which is just a string.


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