Quote:
Originally Posted by MrKing
This might give you a better understanding of what i mean?
Note: How to edit navbar:
How to add a button with a link:
Code:
<li><a href=" your link">Menu name</a></li>
How to add a menu with dropdown:
Code:
<li><a href=" your link">Menu name</a>
<ul class="subnav">
<li><a href=" your link">Sub Menu 1</a></li>
<li><a href=" your link">Sub Menu 2</a></li>
</ul>
</li>
Remember to make sure all your code must in the class below:
Code:
<ul class="topnav">
........
.......
</ul>
taken from HiO iWay Theme
|
try changing the vmoods template to this
HTML Code:
<li><a href="javascript://" class="popupctrl">{vb:phrase vmoods_my_mood} (<span id="vmoods-mine">{vb:var bbuserinfo.vmood}</span>)</a>
<ul class="subnav">
<vb:each from="vmoods_list" value="mood">
<li class="{vb:var mood}"><a class="vmood" href="index.php?" title="{vb:var mood}">{vb:var mood}</a></li>
</vb:each>
</ul>
</li>