Now that our site is open and we've seen some traffic I have additional questions from our memebrs and some, I just don't have answers for.
1. Activity Stream - Kunena items post but any bbcode included looks terrible. Like unparsed html, more or less. (attaching image)
Is there any way to clean that up? Have I overlooked a setting?
2. Can certain categories be excluded from the stream? (not via ACL - we want a few regular forums excluded because they are high 'me too' or 'lol' type traffic and clog the stream)
Thank you for any help with this.
Satchi
Attachments:
Last edit: 8 years 11 months ago by Satchi. Reason: helps to actually attach the file.. lol
Is there any way to clean that up? Have I overlooked a setting?
Nope, not until CB Forums parses its own activity (to be added in a later release). Best I can suggest is modify the existing System Action for kunena activity and maybe remove the output of the post snippet so it's just the topic title then save it as a copy and unpublish the system action.
2. Can certain categories be excluded from the stream? (not via ACL - we want a few regular forums excluded because they are high 'me too' or 'lol' type traffic and clog the stream)
You would need to modify the system action and under conditionals add a condition to exclude categories by id using [var1_catid]. Example as follows.
[var1_catid] Is Not REGEX /^CATEGORY_ID|CATEGORY_ID|CATEGORY_ID$/
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.