Closed (fixed)
Project:
GoogleVerify
Version:
master
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
22 Nov 2006 at 23:46 UTC
Updated:
15 Jun 2009 at 16:30 UTC
Not sure if anyone's worked on this yet, but it was simple enough. The patch was created based on the latest HEAD version.
| Comment | File | Size | Author |
|---|---|---|---|
| gogleverify-5.x.patch | 1.65 KB | jhuckabee |
Comments
Comment #1
kstanzick commentedSorry, I'm slow, how do I "use" this patch? I have the 4.7 module installed in my 5.0 and it don't work. What do I do with your patch to take advantage of your work?
Comment #2
rauld commentedLooks like it could be a regular "patch" file, which in that case you would copy the patch file to the parent directory of the module and run the "patch" command, which is typically installed on *nix platforms. Read the man page for patch.
By looking at the comments, it looks like it might work in Eclipse as well. I'm not familiar with Eclipse to say one way or the other.
Lastly, you could try to implement the changes yourself.
The diff output isn't too hard to read. Any line that starts with a '-' sign is to be deleted, and any line that begins with a '+' sign is to be added.
Make sure you have backup copies of the files involved before you go messing about in this manner.
Comment #3
rauld commentedthis patch seems to work for me.
I did not have googleverify installed previously.
I downloaded the package and ran "patch < '_patch_file' "
It looks like the patch file expects the files to be under the path modules/googleverify so you should download the tar.gz file and install in under sites/all/modules (for v5)
Then change to the sites/all folder and run "patch < gogleverify-5.x.patch"
This should do it.
Please note -the author has left our a 'g' in the filename of the patch file.
Also note that in order to set this you should navigate to the "home >> administer" tab and then select the "By Module" tab. Scroll down to the GoogleVerify section and click the link.
As far as I can tell, you just have to set the first field. I don't know what the second field does.
Comment #4
dave reidThis module has been officially marked as abandoned. Please use the Site verification module which is currently maintained and works for other search engines besides Google. The issue queues are now being closed as well. I will be working to add Drupal 5 support to the site verification module shortly.