Quote:
Originally Posted by Smiry Kin's
hmm, how do i add a link in quick links drop now menu in element skin??
|
element you mean that vbstyles skin ? open the template called navbar
find
HTML Code:
<if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if>
add below
HTML Code:
<tr><td class="vbmenu_option"><a href="postreports.php">$vbphrase[postreports]</a></td></tr>
that should add link in the "quick links" section of your forums navbar