¿Can you put links in "Successfully pingbacked URLs" and not only the url?
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | _pingback.activelink.patch1_.txt | 555 bytes | jonathan1055 |
| #4 | _pingback.activelink.patch.txt | 586 bytes | jonathan1055 |
| #2 | pingbacks.png | 40.82 KB | carlitus |
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)