The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
GTSearch: Google? Custom Search Engine Details »» | |||||||||||||||||||||||||
Now you can have your very own Google? Custom Search Engine tailored specifically for your web site.
Why GTSearch: Google? Custom Search Engine?
1.0.0 VERSION (download GTSEARCH.zip) This is a "No Template Edits" modifications. Show your support and click Mark As Installed and Nominate For MOTM. For continued support and upgrades - support by donating via PayPal. What is a Custom Search Engine? A Custom Search Engine is a tailored search experience, built using Google's core search technology, that prioritizes or restricts search results based on websites and pages you specify. Your Custom Search Engine can be tailored to reflect your point of view or area of expertise. With a Custom Search Engine, you can:
Frequently Asked Questions Q) What exactly does this modification do? A) It integrates your CSE with your site - results are on your site not on a Google-hosted page. Q) Can I run Adsense ads on the same page? A) No, it's Adsense Google's TOS. To earn money, you will need to associate your CSE with your Adsense account. You can do this by clicking the "Make Money" section of your custom search engine control panel. Instructions
Questions about Google? Custom Search Engine?
Show Your Support
|
Comments |
#162
|
|||
|
|||
Anyone? Does this work with 3.7?
Regards Jason |
#163
|
|||
|
|||
Works fine for me with 3.7
|
#164
|
|||
|
|||
great job no word to say.
|
#165
|
||||
|
||||
|
#166
|
|||
|
|||
I still cant fix it so it works like this
The only way i can make it work is either remove the default search pulldown menu and just place a link to gtsearch in the navbar OR place the gtsearch in the header as a box. Can anyone help me make it like an option in the regular drop down search please? (see image) |
#167
|
|||
|
|||
GuaRRand, please make sure that you have
HTML Code:
$template_hook[navbar_search_menu] Search for: HTML Code:
</table> </div> <!-- / header quick search form --> HTML Code:
$template_hook[navbar_search_menu] |
#168
|
|||
|
|||
Ok, that worked kinda.
Now i have the google search in the pulldown menu. but when i add a searchword in it, it comes back with a default search window and the message "Please specify some words or valid user names to search on. There were no matches for those that you specified." |
#169
|
|||
|
|||
BTW,
i have Code:
</table> </form> </div> <!-- / header quick search form --> When i place the code like so Code:
$template_hook[navbar_search_menu] </table> </form> </div> <!-- / header quick search form --> If i place it like so Code:
</table> $template_hook[navbar_search_menu] </form> </div> <!-- / header quick search form --> when i delete </form> i get the same problem as stated above... |
#170
|
|||
|
|||
Hell, this is the whole quick_search part in my navbar
Code:
<if condition="$show['searchbuttons']"> <!-- header quick search form --> <div class="vbmenu_popup" id="navbar_search_menu" style="display:none"> <form action="search.php?do=process" method="post"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">$vbphrase[search_forums]</td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <input type="hidden" name="do" value="process" /> <input type="hidden" name="quicksearch" value="1" /> <input type="hidden" name="childforums" value="1" /> <input type="hidden" name="exactname" value="1" /> <input type="hidden" name="s" value="$session[sessionhash]" /> <div><input type="text" class="bginput" name="query" size="25" tabindex="1001" /><input type="submit" class="button" value="$vbphrase[go]" tabindex="1004" /></div> </td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <label for="rb_nb_sp0"><input type="radio" name="showposts" value="0" id="rb_nb_sp0" tabindex="1002" checked="checked" />$vbphrase[show_threads]</label> <label for="rb_nb_sp1"><input type="radio" name="showposts" value="1" id="rb_nb_sp1" tabindex="1003" />$vbphrase[show_posts]</label> </td> </tr> <tr> <td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td> </tr> $template_hook[navbar_search_menu] </table> </form> </div> <!-- / header quick search form --> I feel like a jojo here |
#171
|
|||
|
|||
It appears that you have edited your navbar template heavily. Try reverting your navbar template & do the custom edit again or try replacing your header quick search form with this
HTML Code:
<!-- header quick search form --> <div class="vbmenu_popup" id="navbar_search_menu" style="display:none" align="$stylevar[left]"> <table cellpadding="4" cellspacing="1" border="0"> <tr> <td class="thead">$vbphrase[search_forums]</td> </tr> <tr> <td class="vbmenu_option" title="nohilite"> <form action="search.php?do=process" method="post"> <input type="hidden" name="do" value="process" /> <input type="hidden" name="quicksearch" value="1" /> <input type="hidden" name="childforums" value="1" /> <input type="hidden" name="exactname" value="1" /> <input type="hidden" name="s" value="$session[sessionhash]" /> <div><input type="text" class="bginput" name="query" size="25" tabindex="1001" /><input type="submit" class="button" value="$vbphrase[go]" tabindex="1004" /></div> <div style="margin-top:$stylevar[cellpadding]px"> <label for="rb_nb_sp0"><input type="radio" name="showposts" value="0" id="rb_nb_sp0" tabindex="1002" checked="checked" />$vbphrase[show_threads]</label> <label for="rb_nb_sp1"><input type="radio" name="showposts" value="1" id="rb_nb_sp1" tabindex="1003" />$vbphrase[show_posts]</label> </div> </form> </td> </tr> <tr> <td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td> </tr> $template_hook[navbar_search_menu] </table> </div> <!-- / header quick search form --> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|