Quote:
Originally Posted by J-P
I am having a really hard time installing this... I would like it in the navbar next to the global search and have edited that template and have used tht template name in the config .. but still not getting anything.
Any help would be appreciated.
The site is :
http://www.invertplanet.com/forum/forum.php
|
Hey, so go to edit your templates, put {vb:raw includedphp} inside the navbar template. You'll find that under Navigation / Breadcrumb Templates. Once there search for Globalsearch. Put {vb:raw includedphp} before that div. Then in the options change the Template_Placement option to navbar.
Now you'll have to play with the css a little bit to get it just right along the side of the globalsearch. So go into productSearch.php and look around line 39 for
HTML Code:
<form style="position: relative; z-index:1; float: right; margin: 5px 5px 0 0;" id="search" method="GET" action="<?php echo $vbulletin->options['Prosperent_additionalDirectory'] . '/product.php'; ?>">
Play with the margin attribute. Let me know if you need any help with that.