vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - MARCO1 Google Custom Search (https://vborg.vbsupport.ru/showthread.php?t=213169)

MARCO1 05-07-2009 10:00 PM

MARCO1 Google Custom Search
 
1 Attachment(s)
MARCO1 Google Custom Search
What's This Product Do ?
This product put Google Custom Search On your forum See More in Picture In Attach


Install :-
Upload The Product From admincp
Important! : Please Enter Your Site URL In The Mod Settings After Installation if you didn't do this the Custom Search will not work correctly :)

Click INSTALL If you Use This Modification - Also Nominate For MOTM

MARCO1 05-08-2009 04:15 PM

(Reserved For Updates)

ARP 05-08-2009 06:13 PM

I Love All your Mods Thanks MARCO1
Please Reply To My PM :)
INSTALLED And Nominated :)

DobieGillis? 05-08-2009 07:11 PM

well done! Installed!

saadessa 05-08-2009 07:15 PM

Installed and tested thank you

note : i try put link saad6.com not work but
www.saad6.com its work nice

MARCO1 05-08-2009 08:37 PM

Quote:

Originally Posted by ARP (Post 1807096)
I Love All your Mods Thanks MARCO1
Please Reply To My PM :)
INSTALLED And Nominated :)

Thanks Steve :)
Hope you love it :up:

digicom 05-08-2009 09:10 PM

Much Apprciated MARCO1 :up:

kellyandmark04 05-09-2009 12:37 AM

What's the difference between the google.xml and the google-AR.xml?

DobieGillis? 05-09-2009 01:05 AM

Quote:

Originally Posted by kellyandmark04 (Post 1807241)
What's the difference between the google.xml and the google-AR.xml?

I think Arabic?

KURTZ 05-09-2009 10:00 AM

hi Marco, what's the differences between this hack and davidw's?

MARCO1 05-09-2009 10:03 AM

Quote:

Originally Posted by DobieGillis? (Post 1807252)
I think Arabic?

Yes There is one Translated in Arabic

paintballer.ie 05-30-2009 04:06 PM

I have a custom template and it does not appear as in the screen shots. What do I need to edit?

Kolbi 05-30-2009 04:16 PM

Can someone explain me, what the advantage of this hack is?

paintballer.ie 05-30-2009 08:21 PM

Quote:

Originally Posted by Kolbi (Post 1820173)
Can someone explain me, what the advantage of this hack is?

Lets you search your site using google instead of the vbsearch. It can give you more relevent results as googles search is pretty good.

S4RFamily 05-31-2009 11:10 AM

Its not working, i tried to put the root link domain.name or domain.name/forum but it cant found any thing :(

4nawadir.com 05-31-2009 12:19 PM

GooD WorK
Installed & Notaminated


what about the mod "mark as installed"
are you waiting vbulletin4 ?

4nawadir.com 05-31-2009 12:21 PM

Quote:

Originally Posted by S4RFamily (Post 1820608)
Its not working, i tried to put the root link domain.name or domain.name/forum but it cant found any thing :(

Put www.domain.name
it's work nice !!!

MARCO1 05-31-2009 04:26 PM

Quote:

Originally Posted by 4nawadir.com (Post 1820615)
GooD WorK
Installed & Notaminated


what about the mod "mark as installed"
are you waiting vbulletin4 ?

Yes I Waiting vBulletin 4
Also This Mod you will should first purchase the mod it will be not free MOD :)

paintballer.ie 06-12-2009 09:21 AM

Quote:

Originally Posted by paintballer.ie (Post 1820161)
I have a custom template and it does not appear as in the screen shots. What do I need to edit?

any help with this please?

choccyclaire 08-17-2009 08:54 PM

It works but I cannot see the vb option in the admincp. :confused:

EDIT: This showed up when I logged in today. Was def not there before! lol

SorentoUltimate 08-23-2009 05:14 PM

Hello Marco,

nice mod,

how i can do when press go button to open in a different tab or page???

Thanks In Advance
Giorgos

kootta 09-06-2009 11:25 PM

it seems great mod i'll install it and see
thanks

korny 09-19-2009 04:00 AM

Where can you add your google info for adsense search? Is this just a free search that doesn't tie into you adsense account?

mortezax 09-19-2009 05:08 PM

not work for UTF8!!!
Please HELP

ravenfaust 12-10-2009 04:24 PM

not working if you have a custom theme :(

Infopro 01-18-2010 03:00 PM

Quote:

Originally Posted by korny (Post 1887377)
Where can you add your google info for adsense search? Is this just a free search that doesn't tie into you adsense account?

I've just been looking at this as well. If you generate your code for adsense searchbox and then compare it to this template (MARCO1_Google) you should be able to edit for your needs I would think.

I've cleaned/formatted the template and added some class(es) to the menu item to fit in a bit more with existing menu. MARCO1 doesn't explain what the additional URL lines are for in it, so I removed those and added my adsense code instead:
(I did leave my domain in the vboptions setting)

Code:

<!-- Google Search By MARCO1 Code-coder.com -->
<tr>
  <td class="vbmenu_option"  title="nohilite">
          <form action="http://www.google.com/cse" id="cse-search-box" rel="nofollow"  target="_new">
  <div>
    <input type="hidden" name="cx" value="partner-pub-mygoogleadsence#here" />
    <input type="hidden" name="ie" value="ISO-8859-1" />
    <input type="text" class="bginput"  name="q" size="20" />
    <input type="submit"  class="button"  name="sa" value="$vbphrase[go]" />
  </div>
</form>
<script type="text/javascript" src="http://www.google.com/cse/brand?form=cse-search-box&amp;lang=en"></script> </td>
</tr>
  <!-- Google Search By MARCO1 Code-coder.com -->

Seems to work just fine so far.

Thanks MARCO1

Infopro 01-18-2010 03:05 PM

Quote:

Originally Posted by ravenfaust (Post 1928438)
not working if you have a custom theme :(

Works fine in a custom theme, but that custom theme still needs the hooks that are in the default theme navmenu. If you've customized this navbar item for the header quick search form, make sure you have put the hook at the bottom of the list as in the default themes navbar template:
$template_hook[navbar_search_menu]

Infopro 01-18-2010 07:58 PM

BTW, I've also changed the plugin code for cache to get it to work.

this does not work:

Code:

                        $globaltemplates = array_merge($globaltemplates, array('MARCO1 Google Custom Search'));
this does:

Code:

if (is_array($globaltemplates)){
$globaltemplates[] = 'MARCO1_Google';
}


lvivport 01-18-2010 09:14 PM

it does not work with russian language

Erica1977 01-18-2010 10:08 PM

Thanks awesome Hack.

BrightStar 01-25-2010 04:36 PM

Installed it and then updated to vbulletin 4...uninstalled.

I keep getting errors now like

Quote:

REPLACE INTO _forumsearch (userid, ipaddress, personal, searchuser, forumchoice, sortby, sortorder, searchtime, showposts, orderedids, dateline, displayterms, searchhash)

Erica1977 01-25-2010 11:55 PM

Hi i got it installed and shows in main Forum my question is can there be a way to add it in portal cause it won't show in portal Thanks.

Erica1977 02-03-2010 06:18 PM

Anyone find solution for portal search yet.

Nosfer@tu 03-21-2010 11:07 PM

If you have problems and no support for utf-8 then just change in textpad.

Here
Code:

<?xml version="1.0" encoding="utf-8"?>

<input type="hidden" name="ie" value="utf-8" />

Then install.

IsMaR 03-24-2010 02:50 AM

would be useful if you could have it set to those who don't have permission to search regularly, can Use this...

antarvasna 03-25-2010 07:50 PM

Hello to all.
It looks great and working fine but my forum is bi lingual. Problem is that it can search english phrases but never work in other language. Is there any way to make it work in both language?
Any suggestion?
Thanks

patracy 11-22-2011 05:54 PM

Any idea why the search wouldn't show up in the vBA CMPS search window, but it will everywhere else?

bada_bing 01-11-2012 05:31 PM

Is there a way to add your google adsense affiliates code in this mod so that we can get credit for these searches?


All times are GMT. The time now is 06:10 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.01351 seconds
  • Memory Usage 1,789KB
  • 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
  • (4)bbcode_code_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (38)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete