dustin
Joined 11 years ago
Joined 11 years ago
dustin The component is
<component id="message-list"/>
If you are ever in such a need moving forward, you can click on Revert to default settings button in the normal view, that should take you back to the OOTB layout, and you can copy the default components.
I hope this helps.
You currently can't filter by time on the REST V2 kudos collection, however the REST V1 /kudos/authors/leaderboard call includes a kudos count that should be scoped to the time range you specified (in this case, the last month), and you could display that by adding this:
<#assign userKudos = user.mixin.kudos.weight />
-Doug
As Vishwajeet mentioned, the following does work...
menubar.button.new_message = New ${general.Message}
However, if you do a search for the the text key general.Message, you'll see how the magic happens. Using the @place extension you can specify strings based on location.
menubar.button.new_message = New Post menubar.button.new_message@place:tkb = Create New Document
Other location values include...
@place:tkb @place:board @place:blog @place:idea @place:qanda //question @place:support @place:contest
Note you can also use the @message extension for specific types of messages and string them with the @place extension
Examples...
general.Message@place:blog@message:root = ${general.Message}
general.Message@place:blog@message:reply = ${general.Comment}