help please !!

cinneke

New Member
I have updated vb 3.7.2 but now the navbarlink is gone from the photoplog gallery i can look at the gallery if i typing the url but no navbarlink in the forumhome any idea ?
thx
 
13) Want a gallery link on the vB navbar?

Edit the vB navbar template:

Find:

<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>

After add:

<td class="vbmenu_control"><a href="/YOUR-PHOTOPLOG-DIR/index.php$session[sessionurl_q]">$vbphrase[photoplog_gallery]</a></td>


Next time try the readme file that comes with the package ;)
 
Back
Top