Hi, I have install facebook_status like/unlike module and configure it its works fine. I need another functionality for like/unlike for each statuses (Please refer like/unlike from facebook.com).can any one please help me for this task?.
Hi, I have install facebook_status like/unlike module and configure it its works fine. I need another functionality for like/unlike for each statuses (Please refer like/unlike from facebook.com).can any one please help me for this task?.
Comments
Comment #1
dddave commentedHi,
this isn't an issue with Drupal core. I think you are best up with reposting this in the issue queue of facebook_status as a support request. You can simply use the "Project" field and change it to the module. Change the version accordingly to the one you are using. Sidenote: I hope you are not really using 6.2...
A good overview about how to use the issue queue properly can be found at http://drupal.org/node/317
Comment #2
vinoth.3v commentedassigning to facebook statuses module
Comment #3
icecreamyou commentedIntegration with the Flag module allows "liking"/"unliking" individual statuses. (You have to manually add the flag field to your Views though.) I'm pretty sure this is in the documentation.
Comment #4
mahendranthenur commentedCan you please give me the document?
Comment #5
icecreamyou commentedI just checked, and the documentation doesn't say anything more than what I said above: FBSS has a default "like" flag and you just need to add it to your Views. It's not more specific because this is a fairly straighforward use of the Flag and Views modules. If you need help with those, their issue queues are a more appropriate place to ask.
Comment #6
mahendranthenur commentedAs per your suggestion i check the FBSS views the name of "facebook_status_recent" in add new fields section, it doesnot have like/unlike field.
Comment #7
icecreamyou commentedYou have to add a Relationship first.
Comment #8
mahendranthenur commentedI have the relationships ,but still i had the problem .
Comment #9
icecreamyou commentedAdd the
Flags: Facebook-style Statusrelationship.In its settings disable
Include only flagged content, choose the Like flag, and choose Any User.Under Basic Settings set Distinct to Yes. (Only necessary for views of type Facebook-style Statuses Updates. The facebook_status view is a User view, so you don't need to do this there. You do need to do it for all other default views.)
Then click the + button to add a Field. Choose Flags from the Groups dropdown and you will have the fields
Flags: Flag linkandFlags: Flagged timeavailable.If you add the relationship
Flags: Error: missing titlethen you will also have the fieldFlags: Flag counteravailable to you. (I don't know why the title is missing but I'm 90% sure it's a bug in Flag and not in FBSS.)Comment #11
kcvata commentedHi,
How did you "facebook_status like/unlike module" and configure it its works fine. I want to have a like/unlike icon next to each status. But so far I couldn't find a module for that.
Many Thanks,
Korkut
Comment #12
kcvata commentedThank you soo much.
Comment #13
icecreamyou commentedhttp://drupal.org/node/305061
Comment #14
paul555 commentedsubscribing
Comment #15
kcvata commentedThank you soo much..
Comment #16
jegan2668 commentedhi,
How to display list of user names who like the status near like button?