Closed (fixed)
Project:
Project issue tracking
Version:
5.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
1 Feb 2009 at 15:29 UTC
Updated:
22 Feb 2009 at 18:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
dwwAttached is the patch to comment.module that runs on D5 d.o. (Thou shalt not hack core... unless you have to). ;)
There's also the following line in the $conf array in settings.php:
That should be it. Reopen if you need anything else.
Cheers,
-Derek
Comment #2
aclight commentedIn case anyone else needs to use this patch, keep in mind that the patch adds a call to ip_address(), which is a function that doesn't exist in Drupal 5. I believe d.o has been patched to add that function for use with the proxy server.