View Single Post
Old November 19th, 2005, 12:46 PM   #9 (permalink)
I, Brian
Member
Verified Customer
 
Join Date: May 2005
Posts: 34
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.
I, Brian is offline   Reply With Quote