Thread Starter
Nasul
(@nasul)
Any idea how to fix the pingback subscription problem \?
Let me explain the problem:
I have a article that I write on 1 april amd put in it a link to an article from 1 march = pingback to 1 march article = subscription to article from 1 march (not good)
So in the subscribed articles will apear article from 1 march because it has a pingback from article 1 april.
And I, the admin, can`t unsubscribe the article, only from phpmyadmin.
Here’s what I do.
1. Go to my comments administration panel (htt://www.yoursite.com/wp-admin/edit-comments.php)
2. Edit the pingback in question and enter my email address in the blank e-mail field
3. Click “Update Comment”
4. Open the subscription manager (http://www.yoursite.com/wp-admin/tools.php?page=stc-management)
5. Manually unsubscribe
It is a bit of a hassle but still feels safer than editing the database tables.
I don’t know if the bug is still there. The plug-in was upgraded last night to 3.1 but I didn’t get a chance to check yet.
Hm, I will try to fix this!
I thought it would work right, because:
comment_post
Runs just after a comment is saved in the database. Action function arguments: comment ID, approval status (“spam”, or 0/1 for disapproved/approved).
There are extra triggers for trackbacks/pingbacks -> http://codex.ww.wp.xz.cn/Plugin_API/Action_Reference
It shouldn´t fire on a trackback…