Hi,
I find your plugin very useful but it`s not working for me, it has the same problems like the old plugin (subscribe to comments):
1-pingbacks are subscibed;
2-admin cant remove the pingback subscribtions, its posible only from phpmyadmin.
Thank you.
http://wordpress.org/extend/plugins/subscribe-to-double-opt-in-comments/
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.
doctorkaraca
Member
Posted 1 month ago #
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.
Tobiask
Member
Posted 1 month ago #
Hm, I will try to fix this!
Tobiask
Member
Posted 1 month ago #
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.wordpress.org/Plugin_API/Action_Reference
It shouldn´t fire on a trackback...