Quote:
Originally Posted by Derekclarke
hi, is this a Straight forward upgrade for me?
Bearing in mind i gave you a Donation to change the name of this hack etc on my forum.
Thanks
Derek
|
in your navbar find
PHP Code:
<td id="vbimghost" class="vbmenu_control"><a href="#vbimghost" >$vbphrase[vbimghost_title]</a>
<script type="text/javascript"> vbmenu_register("vbimghost");</script></td>
where
PHP Code:
$vbphrase[vbimghost_title]
replace with what you want so would be something like
"Your Website Image Hosting"
so it would then look something like this:
PHP Code:
<td id="vbimghost" class="vbmenu_control"><a href="#vbimghost" >Your Websites Image Hosting</a>
<script type="text/javascript"> vbmenu_register("vbimghost");</script></td>