XF 1.3 Using the likes_summary temp within Conversation_message temp

shock

Member
Licensed customer
How can i make this line work on the "conversation_message" template?
HTML:
<div id="likes-{$messageId}"><xen:if is="{$message.likes}"><xen:include template="likes_summary" /></xen:if></div>
I need it to work because i want to put the likes list inline with the buttons (right before .publicControls).
 
Ok, i've made a mistake i neet to put the likes list right before the publicControls class within the "post" template, but it doesn't work... any ideas?
 
Back
Top Bottom