kbulens
11 years agoGuide
link to private messages
Hi,
i need to add all user related info into a specific block, like the following:
<div>
... some code
<@component id="common.widget.user-navigation"/>
<#if (user.registered == true) >
<!-- link to the users inbox -->
< ??? >
<!-- announcement when/if there are new messages -->
< ??? >
</#if>
</div>
<@component id="common.widget.user-navigation"/> works just fine, but i have no isea how to call for the other?