If
vb 3.x:
- Admin > Styles & Templates >
- click on "<< >>"
- In the templates section, click on "Navigation & Breadcrumb templates"
- The page should refresh and show two files now under that heading - click on "navbar"
- Edit the HTML to add the code for a gallery link, ie:
Find:
Quote:
|
$vbphrase[members_list]</a></td>
|
Add after:
Quote:
|
<td class="vbmenu_control"><a href="http://www.YOUR-DOMAIN.com/PHOTOPOST/">Photopost</a></td>
|
where domain.com is your domain, and photopost is your install folder for photopost.
See if that helps.