Quote:
Originally Posted by Smoothie
Question, which I also asked in the other mod you have, login popup. When I include the vertical pipe between these links, the | shows when the link is not visible. How to include the separator when links are not shown?
|
In your templates, wherever you have the pipe character, just wrap it in a conditional:
Code:
<if condition="$vboptions[navbar_forumjump_enable] && $show[popups]"> | </if>