Closed (fixed)
Project:
Google Plus One Button | Google+ Badge
Version:
6.x-1.0-rc3
Component:
Documentation
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Jun 2011 at 19:17 UTC
Updated:
24 Jun 2011 at 23:02 UTC
Comments
Comment #1
Chad_Dupuis commentedJust 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
Comment #2
corbacho commentedThx 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.
Comment #3
Chad_Dupuis commentedI 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.
Comment #4
corbacho commentedGreat, Fixed description for rc4 version and another fixes. Upgrading recommended.