Forum Discussion
PerBonomi
12 years agoBoss
Got it! And I couldn't have done it without your help.
<#assign msgId = env.context.message.id />
<@delegate />
<div id="custom-${msgId}">your content here</div>
<@liaAddScript>
;(function($) {
LITHIUM.Loader.onLoad(function(){
$("#custom-${msgId}").prev().find(".lia-message-author-rank").append($("#custom-${msgId}"));
});
})(LITHIUM.jQuery);
</@liaAddScript>Thank you thank you.