Quote:
Originally Posted by queengoc
I am interested in adding one specific album to the navbar, can I do that with this?
|
You can do that with the following. The information in ***'s needs to be changed to your specific details...
Code:
<td class="vbmenu_control"> <a href="***URL TO ALBUM***">***NAME OF ALBUM***</a></td>
Quote:
Originally Posted by queengoc
Also, I don't understand where to put this code.
Thanks!
|
Access your admincp and go:
Styles & Templates >>> Search in Templates >>> Search for Text:
Navbar & Search Titles Only:
Yes >>> open navbar template >>> Search for:
Code:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
</if>
Add your album code from above after the "</if>"
Save and you're done.