Closed (fixed)
Project:
Pingback
Version:
6.x-1.0
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
2 Apr 2008 at 07:48 UTC
Updated:
5 Apr 2009 at 18:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
andreashaugstrup commentedI don't understand. The "[URL] pingbacked successfully" message does contain a link. Just click on the URL and you're taken to the URL the pingback was sent to.
Comment #2
carlitus commentedIn the form edit node there are a fieldset called "Pingbacks" Inside this fieldset there are a list of "Successfully pingbacked URLs". The problem is that there is a plain list of url and not an anchor list.
I have the last pingback (6.10).
Comment #3
andreashaugstrup commentedI understand what you're talking about now. I'll make a patch shortly.
Comment #4
jonathan1055 commentedThis is a good idea. In pingback_form_alter() I changed
into
Attached is a patch which you can use to do this.
Jonathan
Comment #5
jonathan1055 commentedSorry, the patch file above had my own // JSS. comment (which I use to find my own changes in contrib modules). I should have removed this before I rolled the patch. Here is is again
[interestingly, I was able to edit the previous comment, but not delete and re-add the attachment, which is why I had to add this new comment]
Comment #6
andreashaugstrup commentedAnd this went into HEAD also. Thank you. :o)