Forum Discussion

hobbs6487's avatar
hobbs6487
Helper
13 years ago

Author's Kudos of Current Post

I am trying to implement a kudos count of the author who wrote the current post in a board.  Currently, whenever I make this call (Where max is equal to the number of posts in the board):

 

<#list 0..${max} as i>

kudos: ${rest("${id}/kudos/received/count").value}

</list>

 

It returns every post in the board and displays all of them for the author.  I just want the kudos of the author of the post to be displayed.  For instance, if i post in a board, I want my kudos to be displayed under my avatar and information, not everybody else's.  Is there a rest call or any sort of Lithium call that I can make that will return that specific message and/or author?

2 Replies