vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Mini Mods - Use Google Custom Search In Navbar - Step By Step (https://vborg.vbsupport.ru/showthread.php?t=263440)

ctrenks 04-23-2012 08:34 PM

I set this up, my header was all mangled but it did send results, the only issue I have otehr than cosmetic is that its also showing google adds on the right side. In my industry (casinos) I am not permitted to try and use adsense to make or promote casinos. I simply want the site search.

Is this possible?

Thanks,

farazfaraz 04-28-2012 06:49 AM

Quote:

3. Then Open Navigation / Breadcrumb Templates Click Collapse button click navbar Template find <div id="globalsearch" class="globalsearch"> and <ul class="navbar_advanced_search"> remove all code between this with
i can't find in my Templates!!

why???

hqarrse 05-10-2012 06:21 PM

Good mod, working well in 4.1.12 although I can't see any reason why it wouldn't work in any of the versions mentioned as not working above.

I did change line 8 of google.php to a normal script name rather than 'test',so:

Code:

define('THIS_SCRIPT', 'google');
and this allows use of sensibly named template conditionals such as:

Code:

<vb:if condition="THIS_SCRIPT != 'google'">
The only other change needed, other than some layout tweaks, was to add the second header include to the template:

Code:

{vb:raw headinclude_bottom}
Also working fine with Everywhere Sidebar using the instructions for adding the sidebar to custom pages.

Thanks for posting this - a real time saver in getting this working and well explained.

Big-Pete 05-13-2012 05:24 PM

Just upgraded a site from vB3 to vB4, and need a good search system, Used to use Marco's google search in vB3 but thats not working with vB4. Anyway, tried doing this but the required template must have been done away with as I can't find it. Where can I make the required edit?


Quote:

3. Then Open Navigation / Breadcrumb Templates Click Collapse button click navbar Template find <div id="globalsearch" class="globalsearch"> and <ul class="navbar_advanced_search"> remove all code between this with

Mellow 05-18-2012 11:16 AM

No, it's there, just search your templates for globalsearch and it should show up.

RoG Aftermath 05-27-2012 05:05 PM

Quote:

Originally Posted by Mellow (Post 2330399)
No, it's there, just search your templates for globalsearch and it should show up.

Nope its not there, i searched for it and all it did was bring up 2 templates both having to deal with google chrome, nothing to do with the Navbar, they definitely did away with it, there is a similiar code in the Navbar template that says search, but when i tried to replace that it does not allow it. 4.2.0

trackpads 05-27-2012 11:11 PM

Google changed the script location, this should fix it if you are getting the generic 'nothing I can do URL".

In Templates: Navbar after this
Code:

<div id="globalsearch" class="globalsearch">
Add the following (first replace the URL and Partner ID from adsense:
Code:

<form action="http://www.yourdomain.com/yourforumurl/google.php" id="cse-search-box">
    <input type="hidden" name="cx" value="partner-pub-xxxxxxxxxxxxxxxx:xxxxxxxxxx" />
    <input type="hidden" name="cof" value="FORID:9" />
    <input type="hidden" name="ie" value="ISO-8859-1" />
            <span class="textboxcontainer"><span><input type="text" value="" name="q" class="textbox" /></span></span>
            <span class="buttoncontainer"><span><input type="image" class="searchbutton" src="{vb:stylevar imgdir_button}/search.png" name="sa" onclick="document.getElementById('navbar_search').submit;" />  </span></span>
        </form>
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&amp;lang=en"></script>

If you dont see globalsearch it is because you have modified your Navbar template and need to revert it.

Jakobi 05-29-2012 11:20 PM

I had this installed and it works great, but it breaks the "New Posts" and the search. It shows the results but no posts.

https://www.vbulletin.com/forum/show...topped-Working

dougdirac 08-15-2012 02:52 PM

I installed this and it works, but the formatting isn't great.

rajubd 08-17-2012 03:03 PM

Still working on 4.2
For search advertising don't need to follow Google tos


All times are GMT. The time now is 06:26 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01271 seconds
  • Memory Usage 1,744KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete