Closed (fixed)
Project:
Facebook social plugins integration
Version:
7.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Sep 2011 at 20:48 UTC
Updated:
4 Oct 2011 at 18:31 UTC
Comments
Comment #1
smscotten commentedLet me mention #993122: FB social comments appear above node content explicitly here, which is a similar issue on 6.x. The solution given in that thread is to go to /admin/structure/types/manage/TYPE-NAME/display (or the d6 equivalent of that path anyhow) and change the order of appearance just like you would any other field.
I think this is a totally different issue aside from being for a different version because there is no row for FB Comments on the Manage Display page. So the difference between this and #993122: FB social comments appear above node content is not just the version—a vital configuration mechanism appears not to have made it to the 7.x version.
Comment #2
perandre commentedConfirmed.
Comment #3
jacobpov commentedI tried both of the methods nothing worked this is a bug , hopefully could be fixed soon?
Comment #4
addisj commentedConfirmed.
Comment #5
smscotten commentedRealized that if something isn't working I ought to try the -dev version. Situation remains as before but updating version here.
Comment #6
smscotten commentedThe FB elements have a default "weight" of zero, so if you go to /admin/structure/types/manage/TYPE-NAME/display for each and every content type, and select the weight of the fields manually (instead of the drag-n-drop method), you can make sure that all the fields that should be above the FB comment box are negative numbers.
It's a bit annoying but it is a workable workaround for the moment.
Note that this reveals: there's also no way to position different FB widgets. The Like button will always be next to the comment box, no matter what.
Comment #7
ferdi commentedFixed in alpha4 release
Thanks!
Comment #8
smscotten commentedWorks perfectly for me in alpha4. Thank you!
Comment #9
jacobpov commenteda lot better now :D
Comment #10
addisj commentedWorks with alpha4, thank you.