Not really a bug, more a tiny documentation mistake:
on the admin page your description for the scope parameter is:
"Location of the script file. By default: page_bottom, for performance reasons. Your theme must have the same region name."

"page_bottom" only exists in D7, the D6 equivalent was "closure". Maybe a Drupal beginner may have problems with the wrong description text

Comments

Chad_Dupuis’s picture

Just in case this is helpful for others - I use the acquia_prosper theme and had to add the following into the themes .info file... (just redirect the page_bottom region to any other region and then it shows up within that area)

; this was here
regions[node_bottom] = node bottom
; added below for google plus one
regions[page_bottom] = node bottom

corbacho’s picture

Thx for the correction Andreas

Ignore the description about "you need page_bottom". That's not true for 6.x module, only for 7.x. I will push a correction of the description later today.

@Chad, sorry for the misleading description. You should see the button without having to do that in your theme .info file. Can you check it and report it ? I checked the acquia_prosper theme and should work without modifications.

Chad_Dupuis’s picture

I think you are correct, I don't need that in my .info for d6. It wasn't showing up initially, but I think that was a caching issue. I removed it from .info today and everything shows up fine.

corbacho’s picture

Status: Active » Fixed

Great, Fixed description for rc4 version and another fixes. Upgrading recommended.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.