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 |
#182
|
|||
|
|||
Also is it possible to remove the DEFAULT VB search that appears ontop of the CSE when you click on SEARCH (in pulldown), and only show the CSE show up and then offer a advance search if the CSE fails?
If so how do you do this? (I dont want to disable forum default search just remove it from pulldown) Also do i get paid for the AD clicks on search page or the search clicks on my site? |
#183
|
||||
|
||||
Installed, thanks!!! Works great.
|
#184
|
|||
|
|||
Found my issue and thought I should share with all in case someone else runs into this...
The actual code insertion was actually supposed to be done in the header.....don't even ask how many hours i burned trying to manipulate the navbar template but I finally figured it out. DOH! Thanks |
#185
|
|||
|
|||
Quote:
|
#186
|
||||
|
||||
Quote:
|
#187
|
|||
|
|||
Quote:
In navbar template search for: 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 --> 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"> $template_hook[navbar_search_menu] <tr> <td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td> </tr> </table> </div> <!-- / header quick search form --> HTML Code:
<tr> <td class="vbmenu_option"><a href="search.php$session[sessionurl_q]" accesskey="4" rel="nofollow">$vbphrase[advanced_search]</a></td> </tr> |
#188
|
|||
|
|||
Awsome works 100%, also one more thing How can I move:
Can't find what you are looking for? Try test or our Advanced Search. from top right to bottom left? thanks |
#189
|
|||
|
|||
Again I'm not sure but you can play with this.
In your GTSEARCH_GOOGLE template search & remove: HTML Code:
<if condition="$gtgoogle['qencode']"> <p class="smallfont" align="$stylevar[right]" width="100%" style="padding:$stylevar[cellspacing]px"><phrase 1="search.php?d$session[sessionurl]o=process&query=$gtgoogle[qencode]" 2="$gtgoogle[qencode]" 3="search.php$session[sessionurl_q]">$vbphrase[cant_find_anything_x_y_z]</phrase></p> </if> HTML Code:
$footer HTML Code:
<if condition="$gtgoogle['qencode']"> <p class="smallfont" align="$stylevar[left]" width="100%" style="padding:$stylevar[cellspacing]px"><phrase 1="search.php?d$session[sessionurl]o=process&query=$gtgoogle[qencode]" 2="$gtgoogle[qencode]" 3="search.php$session[sessionurl_q]">$vbphrase[cant_find_anything_x_y_z]</phrase></p> </if> |
#190
|
|||
|
|||
Thanks for this Great MOD!!!!!
|
#191
|
|||
|
|||
Nice mod.
Russian does not work in a search engine |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|