Hi,

The AdSense module is pretty convenient. Though I didn't like the fact that I couldn't change the Google Logo for Google's Custom Search with the module. I wanted the logo to appear in the search bar and not below, above or somewhere else. At the end I didn't find out how to do that and decided to deinstall the AdSense module. After I had deleted it, I copy pasted the standard AdSense code on some pages, but the ads simply don't show up. Likewise, the Custom Search code I got from my AdSense account is not showing up either. So after having removed the AdSense module completely, the standard AdSense code is not working on the site anymore.

Two example pages:

http://schoenheitsoperation-klinik.de/schoenheitsoperation.html

http://schoenheitsoperation-klinik.de/schoenheits-op-frau/brust/brustver...

Does somebody know if there's some code of the module left, which prevents my standard AdSense code from working properly? Additionally, I would be glad about any insights on how to show Google Custom Search (with the AdSense module) without the logo.

Comments

jcnventura’s picture

Status: Active » Postponed (maintainer needs more info)

Hi,

The AdSense module provides you with all the options present in the 'AdSense for search' form in Google.

The option to display the logo in the search bar is there (and has always been there in the 6.x versions) as 'Watermark on search box (requires JavaScript)' in the settings form found in admin/settings/adsense/cse.

Inserting Google's AdSense for search code directly doesn't work, as Google's 'q' parameter interferes with Drupal's. The solution is to have a costumized version of Google's Javascript in your site in which the 'q' parameter is replaced with 'as_q'.

For some strange reason, after you submit the form, your domain name and the adsense/cse paths get merged without a '/' between them. I am guessing that you've misconfigured your site's .htaccess file because a call to http://www.schoenheitsoperation-klinik.de/hello results in it being rewritten as http://www.schoenheitsoperation-klinik.dehello/

João

jcnventura’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

No info in more than two weeks. Closing the issue.

João