Reckons Team Google Custom Search [Deleted]

Been installed for days and nothing.. I must have configured it wrong.. or something.
Being little more descriptive about the issue would help me resolve it. :)
My bad,, Zero Google Results, Empty Page, No content, Invisible, Not working, In other words Nothing
Capture_389 Aug. 15 08.55 AM.webp
I read on page one it takes some time to populate the content, But its been a few days now and no google results still.. I do have Elasticsearch and XFES if that matters?
 
We are getting closer, the default "Google Custom Search" text shows up in the search box, but still no results.
Capture_390 Aug. 15 10.35 AM.webp
 
Its Fine, i was just hoping to use this as another way to better monetize my forum.. I already have a custom search installed for guests.. I guess it works fine enough and will stick with that.. Ill just slap it in a wrapper and should be almost the same as yours without site results included.. Which is fine since I dont give guests access to the default search.

Much appreciate the friendly support anyways.
 
Last edited:
Unfortunately I don't have iPad so I'm not really sure if this is a bug or something else is creating a issue.
Have the same behaviour not only with iDevices, but also with the Chrome browser :(

He came up with this:

In the rtGCS_search_google_results_base.css template, the following CSS is causing the problem. I assume it can just be removed without any issue.
removed both parts from the css, but still the same :(
 
Last edited:
I got this error message during installing this add-on:

Code:
Error
Callback ReckonsTeam_GoogleCustomSearch_Listener_LoadClassController::extendXenForoSearch is invalid (Invalid Class).

Any idea what's wrong?
 
Check if the files were uploaded properly and they have valid permissions.
Problem fixed.

Apparently I was uploading to the different web server. Now I've uploaded library/* to the right www server and it's installed now.

But any way to disable the XF's built-in search engine and using only Reckon's Google CSE instead?

I don't want my forum to index and make `xf_search_index` table grows, because my forum got milions of posts.
 
Last edited:
Hello,

It appears this add-on is causing a problem for some iPad visitors - iOS double tap

Can you confirm and maybe come up with a fix for the add-on?

Thanks! -Ray

Same problem here with a recent XF install, default theme. iPad users reported it immediately. Strangely it doesn't appear to affect iphone. disabled the add-on and problem disappears
 
The code is slightly different on my install:

.gsc-results .gsc-cursor-box .gsc-cursor-page:hover,
.gsc-results .gsc-cursor-box .gsc-cursor-page:focus
{
@property "pageNavPageHover";
color: @secondaryDark;
text-decoration: none;
background-color: @secondaryLighter;
border-color: @secondaryLight;
@property "/pageNavPageHover";
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page
{
@property "pageNavCurrentPage";
color: @primaryDark;
background-color: @primaryLightest;
border-color: @primaryLight;
position: relative;
@property "/pageNavCurrentPage";
}

.gs-result .gs-title,
.gs-result .gs-title *
{
@property "rtGCS_result_title";
color: @primaryMedium;
text-decoration: none;
@property "/rtGCS_result_title";
}

.gs-result .gs-title:hover,
.gs-result .gs-title *:hover
{
text-decoration : underline;
}
 
Back
Top Bottom