Skip to Content Skip to Menu

[SOLVED] Notice "Log in to comment" below the articles (CB Activity)

  • Compix83
  • Compix83
  • OFFLINE
  • Posts: 36
  • Thanks: 3
  • Karma: 1
3 years 10 months ago - 3 years 10 months ago #321929 by Compix83
I again apologize to krileon if I am taking advantage of his support these days but, as I said, in just over 10 days I have to put the site online.

I have searched everywhere on the forum, but I have not found an answer: is there a way to show a notice, under the articles, that invites guests to log in (or register) to the site to post comments?

Obviously I would like this notice to appear only to guests and not to those who have logged in.

Thanks,
Vincenzo
Last edit: 3 years 10 months ago by krileon. Reason: Added [SOLVED] tag to subject

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

  • krileon
  • krileon
  • ONLINE
  • Posts: 48435
  • Thanks: 8275
  • Karma: 1443
3 years 10 months ago #321954 by krileon
CB Activity doesn't output a notice when rendering comments for articles. This might be available when public/anonymous commenting functionality is implemented. So for now you'd need something else that acts on Joomla article events to add the notice. You can probably do this using CB Auto Actions with the following.

Global
Triggers: joomla_onContentAfterDisplay
Type: Code
User: Self
Access: All Non-Registered Users
Conditions
Field: Custom > Value
Custom Value: [var1]
Operator: Equal To
Value: com_content.article
Action
Code:
Code:
Please login to comment.
Output
Display: return


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.

  • Compix83
  • Compix83
  • OFFLINE
  • Posts: 36
  • Thanks: 3
  • Karma: 1
3 years 10 months ago #322007 by Compix83

krileon wrote: CB Activity doesn't output a notice when rendering comments for articles. This might be available when public/anonymous commenting functionality is implemented. So for now you'd need something else that acts on Joomla article events to add the notice. You can probably do this using CB Auto Actions with the following.

Global
Triggers: joomla_onContentAfterDisplay
Type: Code
User: Self
Access: All Non-Registered Users
Conditions
Field: Custom > Value
Custom Value: [var1]
Operator: Equal To
Value: com_content.article
Action
Code:

Code:
Please login to comment.
Output
Display: return


It works perfectly. Thanks!

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

Moderators: beatnantkrileon
Powered by Kunena Forum