Quote:
Originally Posted by joeychgo
IM thinking about installing this --- but I have a few questions first.. (im a 10 day old newbie so please be gentle)
First this part in the instructions confused me:
Integrating with your board
Use these links:
etc
WHat am I suppose to do here?
Second, how do I get this to add a option to the navbar?
Third, is there a way to add the banner for the link?
Again, im new, I dont know html, and am just muddling my way along...  thanks!
|
I'm as gentle as they come - I also do a good job removing teeth :devious:
Basically, you only need to add one link to your navbar template to get access to this hack.
Go into the admincp, styles and templates, edit templates. Edit the navbar template.
Look for a line
PHP Code:
<td class="vbmenu_control"><a href="faq.php?$session[sessionurl]">$vbphrase[faq]</a></td>
Add the following line immediately afterwards
PHP Code:
<td class="vbmenu_control"><a href="local_links.php?$session[sessionurl]">Links</a></td>
Save. that should add a new item on your navbar that takes you straight into this hack. The other items I explain in the instructions give direct links to individual functions, but you can get at these via this link.
Adding a banner - I imagine you want an image to show up? What you have to do is work out where the image is stored. If you go into a site and right click on an image, then choose Properties, it will give you the full url. Simply put a standard IMG VBulletin BBCode into your link description pointing to that url.