Closed (fixed)
Project:
Facebook Like Button
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
1 Jun 2011 at 09:36 UTC
Updated:
23 Jun 2011 at 06:32 UTC
Jump to comment: Most recent file
The module doesn't seem to respect the settings I have assigned it:
I set it to not show faces, yet it still does.
I have also only used the node link (not the block) which should be adding likes to each page as opposed to the site in general. But the counter is showing the likes for the site in total.
Is this a bug with the latest release?
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | showfaces-module.patch | 822 bytes | mariusz.slonina |
| #1 | showfaces-admin.patch | 1.67 KB | mariusz.slonina |
Comments
Comment #1
mariusz.slonina commentedThis is simple patch for faces, the settings are stored as "show" and "hide", but the widget takes "false" and "true". The patch was tested on my working site. Patches are for D7, since I don't have right now any D6 installation, so please review it.
Comment #2
inky@inky3d.com commentedThe showfaces-module.patch worked fine, except in the showfaces-admin.patch, the section for the ['fblikebutton_action'] at lines 125 don't exist for the D6 version. The admin.inc file ends at line 101.
The module is now respecting the "don't show faces" setting.
My other issue, however, still needs to be looked at, that clicking on "like", likes the whole site and not that specific page - which is the whole point of using this module.
I've also found that if I go to facebook and click on "unlike", it still shows up on the site that I like it - not a major issue right now though.
Thanks for the patch - I'm happy to test further D6 patches for this.
If it helps, the site I am using it on is: www.iactm.com
Comment #3
jerdiggity commentedGrrr... Thanks for pointing this out. Committed to dev version & will be added to next stable release (along with other fixes).
:)
Comment #4
jerdiggity commentedComment #5
jerdiggity commentedCommitted to latest stable release (6.x-1.4). Thanks again!