Closed (fixed)
Project:
Facebook Comments Social Plugin
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Jan 2012 at 20:19 UTC
Updated:
6 Dec 2016 at 13:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
wmostrey commentedI don't have any plans to create or maintain a D6 version but the code is simple enough to port. If someone is willing to port and support the release, I'd be happy to add it.
Comment #2
wmostrey commentedPostponing until someone comes forward with a patch.
Comment #3
HS commentedSubscribing
Comment #4
sawtell commentedI have a backport to Drupal 6 of this module.
How do I submit it as a patch?
Comment #5
wmostrey commentedThere's a file upload element below the comment field labeled "Attach new file". You can add the patch there.
Comment #6
sawtell commentedThanks, I've attached a patch, hopefully it doesn't need any further work - let me know.
Comment #7
parrot commenteddoes not apply (this for .dev)
this for 7.x-1.0-beta2
Comment #8
rickyd1 commentedHi Everyone,
I could not get the patch to run. However, I went through and manually merged and updated the module based on this patch. I have attached a zip file for anyone looking to use this on D6.
A Few notes about this version:
It seems to run fine. However, when I first installed it the comments would not show up. This is because I was using the Facebook Share module. There is a conflict with the Javascript. I believe they are loading the same JS which is causing the errors.
Therefore, I removed Facebook Share button and it is working fine. I am going to test it with the Share This module. If there are any issue, I will report them back here. If you attempt to use this and it does not work, please try removing other Facebook tools.
I did not code this I only merged it from Is206's patch. If you have any issues I will try to help though.
Thanks
Comment #9
wmostrey commentedCould someone reroll the patch for the latest dev version?
Comment #10
rickyd1 commentedI used the modification in the zip file I upload the other day to create this patch. If you run it on the dev, it will fail on the info file. I am new patches, but I followed the instructions. It works on the git repository. I believe this is because the repository does not have the package information provided by Drupal.
If you want to use this with the latest dev, delete
; Information added by drupal.org packaging script on 2012-06-25
version = "7.x-1.0-beta2+5-dev"
core = "7.x"
project = "facebook_comments"
datestamp = "1340626544"
from the info file first. If someone knows a way around this please let me know and I will update the patch.
Thanks
Comment #11
sawtell commentedSorry for the invalid patch, hopefully this next one will work.
I have made some slight changes to the code after testing showed some bugs.
If not, here's what I did incase someone can spot where I've gone wrong:
> git clone --branch 7.x-1.x http://git.drupal.org/project/facebook_comments.git
replaced all files with the drupal 6 versions (.info, .install and .module)
> git diff > facebook_comments-D6_port-1411904-11.patch
Comment #12
floydm commentedI did a quick D6 port of this module too before noticing this thread. I took the super lazy approach and just required DBTNG rather than rewrite the database queries.
Attached is a patch generated using the same method as comment #11's patch, as well as the module itself.
Comment #13
wmostrey commentedI'm marking this as fixed for future reference. We won't support a Drupal 6 version as per Drupal 6 end-of-life announcement.