Hi
I have make custom links in client/res/templates/site/navbar.tpl
after
{{#each tabListDefs}} <li data-name="{{name}}"><a href="{{link}}" class="nav-link"><span class="full-label">{{label}}</span><span class="short-label" title="{{label}}">{{shortLabel}}</span></a></li> {{/each}} like this
<li data-name="Custom link"><a href="#CustomLink">Custom link</a></li>
it works, but I want to hide these custom links from portal users, could you help me to do that please?
I have make custom links in client/res/templates/site/navbar.tpl
after
{{#each tabListDefs}} <li data-name="{{name}}"><a href="{{link}}" class="nav-link"><span class="full-label">{{label}}</span><span class="short-label" title="{{label}}">{{shortLabel}}</span></a></li> {{/each}} like this
<li data-name="Custom link"><a href="#CustomLink">Custom link</a></li>
it works, but I want to hide these custom links from portal users, could you help me to do that please?
Comment