Skip to Content Skip to Menu

[SOLVED] show article comments in activity stream

7 years 4 months ago - 7 years 4 months ago #294900 by schrammelmann
Replied by schrammelmann on topic show article comments in activity stream
Thank you very much for the detailed explanation! Activity creation works with it.

I used the wrong triggers (same names without * Stream *).
There are probably only var1_* variables available and the var3_* are empty or do not exist.

My adaptation of the file activity_core.php to parsing is probably not quite correct. But since my main concern with the adjustment is done ( -> Activity creation: [User] comment an article ), I will mark the thread as solved.

Actually, this is much more useful than displaying all article comments in the activities every time.

Thanks again for the great and fast support!
Last edit: 7 years 4 months ago by schrammelmann.

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48448
  • Thanks: 8280
  • Karma: 1443
7 years 4 months ago #294910 by krileon
Replied by krileon on topic show article comments in activity stream
For those triggers the variables are as follows. The old triggers didn't have Stream in them, but to prevent errors I renamed something like 90% of the triggers in CB Activity 4.x.

activity_onAfterUpdateStreamComment
var1 = stream object
var2 = source object (empty in this case)
var3 = comment object
var4 = previous comment object (before updates applied)

activity_onAfterCreateStreamComment
var1 = stream object
var2 = source object (empty in this case)
var3 = comment object


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

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

7 years 4 months ago #294940 by schrammelmann
Replied by schrammelmann on topic show article comments in activity stream
Ahh, this is very helpful to know when dealing with triggers. That's what I missed. Thank you for the info!
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