Files
Leandro Vasco da Rocha b283595c97 Break headline on featured comments plugin.
If a headline is too long, we need to break it to fit the tooltip
content box.
2019-06-20 13:24:05 +02:00
..
2018-06-05 04:28:54 +02:00
2017-07-20 03:44:25 +07:00

title, permalink, layout, plugin
title permalink layout plugin
talk-plugin-featured-comments /plugin/talk-plugin-featured-comments/ plugin
name default provides
talk-plugin-featured-comments true
Server
Client

Enables the ability for Moderators to feature and un-feature comments via the Stream and the Admin. Featured comments show in a first-place tab on the Stream if there are any featured comments on that story.

When paired with the talk-plugin-moderation-actions plugin, moderators will have the option of featuring comments from the comment stream.

Default Comments Tab

You can also change the default tab when rendering the comment stream to the featured tab so when a user reaches a comment stream, they will see the featured comments first by setting the TALK_DEFAULT_STREAM_TAB variable to talk-plugin-featured-comments.

This is a Build Variable and must be consumed during build. If using the Docker-onbuild image you can specify it with --build-arg TALK_DEFAULT_STREAM_TAB=talk-plugin-featured-comments.