sdujari
11 years agoMentor
Formatted author in custom component
I created a custom component that displays blogs. I am using the following to place them on the page:
<a class="lia-link-navigation lia-page-link lia-user-name-link" style="color:#53565A" target="_self" href="${firstBlog.author.@view_href}"><span class="login-bold">${firstBlog.author.login}</span></a>
How can I do the same but include their ranking icon if they have one so it matches the Lithium built pages?
Thanks!
sdujari - try this call - http://community.lithium.com/t5/Community-API/bd-p/developers-rest-api?leaf-id=Ranking.display.left_image#Ranking.display.left_image
Also, check for the right_image as well.