vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - GTSearch: Google? Custom Search Engine (https://vborg.vbsupport.ru/showthread.php?t=162072)

Howell 12-22-2007 02:23 PM

Quote:

Originally Posted by Teresa (Post 1406266)
I found the problem with navbar executing the regular vb search with blank results.

The extra template code for this got inserted ABOVE the ending form tag from the vbsearch. Move the ending form tag to just after the TR tag of the vb search code.

Code:

                <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></form>
        <tr>

This way you don't have to revert your template.

Excellent! this fixed it for me. :up:

Princeton 12-22-2007 03:16 PM

Quote:

Originally Posted by SimonVlc (Post 1406472)
Anyone?

you'll have to check your permissions

Quote:

Originally Posted by Teresa (Post 1406266)
I found the problem with navbar executing the regular vb search with blank results.

The extra template code for this got inserted ABOVE the ending form tag from the vbsearch. Move the ending form tag to just after the TR tag of the vb search code.

Code:

                <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></form>
        <tr>

This way you don't have to revert your template.

malformed code .. not recommended


all others please read first post

psikolog 12-22-2007 07:34 PM

Hi,
Very good add-ons
But when I search with Turkish character ( for example: ş ç ğ ı ü ) give an error
That is no search results
What can I do for correct this issue
thanks for your support

dellow 12-22-2007 09:13 PM

it seems not support Arabic,

Princeton 12-22-2007 09:26 PM

if you would like support or would like Notification Updates (ie. for new 3.7 vBulletin) click Mark As Installed ...

those having "foreign characters problem" - your charset must be set to UTF-8

dellow 12-22-2007 09:33 PM

Quote:

Originally Posted by Princeton (Post 1407117)
if you would like support or would like Notification Updates (ie. for new 3.7 vBulletin) click Mark As Installed ...

those having "foreign characters problem" - your charset must be set to UTF-8


i try to set google to UTF-8, but same result, if you want me to change charset of my forum to UTF-8 i am afread this maybe affect another things on forum.


Regards,

Princeton 12-22-2007 10:17 PM

Quote:

Originally Posted by dellow (Post 1407122)
Quote:

Originally Posted by Princeton (Post 1407117)
if you would like support or would like Notification Updates (ie. for new 3.7 vBulletin) click Mark As Installed ...

those having "foreign characters problem" - your charset must be set to UTF-8


i try to set google to UTF-8, but same result, if you want me to change charset of my forum to UTF-8 i am afread this maybe affect another things on forum.


Regards,

per Google - the charset of the forum and your Google CSE must be set to UTF-8

another alternative is to wrap your CSE form via an iframe and set the charset for that page to UTF-8

MikeHolohan 12-25-2007 05:21 AM

I am not getting any google results, or any results at all, I entered the code in the boxes provided, I specified my url with gtsearch.php but no results...

MikeHolohan 12-25-2007 05:24 AM

Hmmm... now it just showed up, does it take time to resolve to your website or something... for 30 mins nothing and then it just started working...

Anyway works now, excellent work...

Mike.

Princeton 12-26-2007 04:30 PM

most likely something on your end or Google

Thierry Martin 12-27-2007 09:41 PM

Big problem - my headers, footers have adsense in them so the php page creates a results page that violates the google policies. What can I do?

LanciaStratos 12-27-2007 09:59 PM

Thierry, just add the following conditional around your Adsense code and it won't display on your GTSearch pages:

Code:

<if condition="THIS_SCRIPT == 'gtsearch'">
  adsense code
</if>


Thierry Martin 12-28-2007 02:23 AM

Quote:

Originally Posted by LanciaStratos (Post 1410369)
Thierry, just add the following conditional around your Adsense code and it won't display on your GTSearch pages:

Code:

<if condition="THIS_SCRIPT == 'gtsearch'">
  adsense code
</if>


Could I enter code that would display something else on those blocks?

Thierry Martin 12-31-2007 01:42 AM

installed it and some old video.google posts become black

http://www.onlinetradersforum.com/sh...ad.php?t=12381

Thierry Martin 12-31-2007 10:54 PM

Quote:

Originally Posted by Thierry Martin (Post 1412338)
installed it and some old video.google posts become black

http://www.onlinetradersforum.com/sh...ad.php?t=12381

OK, sorry, that was for another plug-in - can someone delete this and the last one?

David Bott 01-01-2008 11:52 PM

Outstanding hack and installed on AVS Forum.

One thing I am looking for help on.

When you get the results and have the option to search the local site (Can't find what you are looking for), how can I make that display POSTS vs THREADS. Or, give the option?

Thank you kindly.

David Bott 01-02-2008 12:12 AM

BTW...I jsut found out that is someone uses " " in the search as "video display" it will then not return any results if they then try "Can't find what you are looking for..."

It looks like this...

Code:

Can't find what you are looking for? Try a local search by clicking here: %26quot%3Bvideo+display%26quot%3B or our Advanced Search.
The link looks like this...

Code:

http://www.avsforum.com/avs-vb/search.php?do=process&query=%26quot%3Bvideo+display%26quot%3B
Any way around this?

Thanks

Forum Lover 01-03-2008 08:56 AM

hope it is 3.7 compatible. installed.

Teresa 01-03-2008 03:06 PM

Quote:

Originally Posted by Teresa (Post 1406277)
Okay. I think I'm asking the wrong question.

I THOUGHT that the url: www.mysite.com/forum/gtsearch.php would bring up the search input screen. I want to have a link to that search screen from anywhere on my site, not just in the forum.

Is this a faulty assumption?

My search works perfectly from the navbar pull-down.

How do I get a search input screen that can be referenced from any url?

Any help on this?
Thanks

David Bott 01-03-2008 05:33 PM

Looks like no one is around for help on this hack. :(

David Bott 01-03-2008 08:19 PM

Not sure about ANY URL...But you can add the Google seach anywhere you would like it to be seen.

I added it right under out nav bar by just adding the below at the end of the navbar template.

Code:

<tr>
$vbphrase[google_search] $vboptions[gtsearch_search_box_code]
</tr>


grafbyte 01-14-2008 03:58 AM

hello... sorry my english ;) :D

am installed dis
http://crysis-forum.de/test_/hehe/1.png
http://crysis-forum.de/test_/hehe/oky.png
dis is oky!

But it will not.. :(

http://crysis-forum.de/test_/hehe/nicht_oky1.png
http://crysis-forum.de/test_/hehe/nicht_oky.png

Here, the search is not :rolleyes:

Silviu 01-20-2008 05:49 PM

Great hack Princeton, installation went flawlessly... after I reverted the navbar template that is :)

One question though: is it possible to use separate CSS for the search engine page in accordance with the vB styles on a forum?

I'm thinking a conditional along the lines of if forum style id = x show css 1 else if forum style id = y, show css 2.

Princeton 01-23-2008 12:13 PM

not sure what you are asking

scottct1 01-23-2008 03:11 PM

I am having an issue...

When I go to search from the navbar or the stsearch.php I get an error that the address is not real.

The address it tries going to is...

http:///?cx=00543219246489012345%3Al...test&sa=Search

Any idea why its not putting the google address in there? In my settings screen my info is exactly what google gives me (see the box below) (Note I blocked out my google id code)

Princeton 01-23-2008 06:04 PM

you didn't fill the google fields correctly - the form has no action

click INSTALL

scottct1 01-23-2008 07:25 PM

Doh!

Working now.

Marked as installed.

Shaheen 01-30-2008 01:05 PM

Nice work Princeton !
i have one suggestion bcoz of big search the width of page bcom much bigger then normal in who online .if u can do some thing for it that will be great ..
Thanks

Scalemotorcars 01-31-2008 01:38 AM

Working great on 3.6.5 Ya I know I need to update...

Few suggestions if I may.

On the search results page, why isn't there a border and table division for the google search and (cant find what you needed) section. No biggie I can code that in but it just looks unfinished to me.

Also what about setting the results with a margin or is that a result of the google search or my personal setup. I haven't tried tweaking it yet. Either way as always if It says Princeton it's top quality work. Way to go on another very useful mod.. :up: Thanks

basketmen 02-03-2008 12:19 AM

i have been reporting this to official CSE google groups here but they still cant answered it, so maybe this just happening in this hack :


everytime new people open my site they get Privacy Report
warning (red eyes sign in the left bottom), for example open this site
you will get Privacy Report warning : http://mygtblog.org/


this is very annoying for me, i think this just happened in ie 6, i
dont get that warning in firefox


please give the trick how to remove Privacy Report warning

Justine 02-03-2008 02:33 AM

Quote:

Originally Posted by basketmen (Post 1434975)
i have been reporting this to official CSE google groups here but they still cant answered it, so maybe this just happening in this hack :


everytime new people open my site they get Privacy Report
warning (red eyes sign in the left bottom), for example open this site
you will get Privacy Report warning : http://mygtblog.org/


this is very annoying for me, i think this just happened in ie 6, i
dont get that warning in firefox


please give the trick how to remove Privacy Report warning

Hmmm, for an "SEO specialist and forum coordinator" you sure don't know the obvious..

you can learn more about the "Privacy Report warning (red eyes sign in the left bottom" by reading IE's help






still can't figure it out..
Hint: 3rd party cookies are blocked

if that doesn't - stop calling yourself a "SEO specialist and forum coordinator"

basketmen 02-03-2008 10:11 PM

hi dude, no it is general problem that everybody have in ie default standart, there are 7000 person a day in my forum, i dont want to tell them all to change they ie setting

even google groups cant answered it until now http://groups.google.com/group/googl...aeb7f645e722a1


i've found the trick but its not 100% working in box and search result, so i search for everyone that know how to avoid Privacy Report warning

Hannan 02-13-2008 02:17 AM

Nice, thank you

GuaRRand 02-13-2008 06:58 AM

How do i get google search to appear under the advanced search in the search pulldown menu (see pic 1 in first post).?

As it is now, i can only get it sowrking if i put gtsearch.php as a link in my navbar...but i'd like it underneath the normal advanced search as shown above.

GuaRRand 02-13-2008 08:10 AM

Ok, got it all to work as i wanted except that i still get " The following errors occurred with your search" when i click on the search link..

One other thing ...and it might not be a thing you can alter, but is there a way to have different colorschemes according to the different skins/styles i use?

i have different templates so i'd like different colorsschemes .. if possible

GuaRRand 02-13-2008 08:52 AM

Quote:

Originally Posted by Teresa (Post 1406277)
Okay. I think I'm asking the wrong question.

I THOUGHT that the url: www.mysite.com/forum/gtsearch.php would bring up the search input screen. I want to have a link to that search screen from anywhere on my site, not just in the forum.

Is this a faulty assumption?

My search works perfectly from the navbar pull-down.

How do I get a search input screen that can be referenced from any url?

Like this :)
How to solve this?

Pcwolfx? 02-13-2008 09:22 AM

dont found result if i used turkish carecters : ç , ğ , ı , ö , ş , ü
How solve this problem Princeton ?

Jase2 02-13-2008 08:26 PM

This work with vB 3.7?

Regards Jason

Eagle Creek 02-14-2008 11:48 AM

Hey!

I've installed this hack but when I'm trying to search it keeps saying the URL is invalid and can't load.

Eagle Creek 02-14-2008 11:56 AM

Seems to be working now.. I forgot to point to the .PHP file.


All times are GMT. The time now is 07:33 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.01597 seconds
  • Memory Usage 1,835KB
  • 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
  • (7)bbcode_code_printable
  • (11)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
  • (40)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