It's indicated in the installer file
Quote:
6. add a link in the navbar template to VBGooglemap.php (depends if you want users to see it and when)
If you want only registered to see it
Code:
<if condition="$bbuserinfo['userid']">
<td class="vbmenu_control">
<a href="VBGooglemap.php">$vbphrase[googlemap]</a></td>
</if>
If you want everyone to see it
Code:
<td class="vbmenu_control">
<a href="VBGooglemap.php">$vbphrase[googlemap]</a></td>
|