OpenID Comments for Wordpress v0.7.0
The plugin was completely rewritten and majority of bugs were fixed. The most important thing is that it now supports openid.delegate. Besides that, the plugin is now compatible with Threaded and Paged Comments. You can still download OpenID plugin from here. The next version will implement OpenID Server, which I plan to finish within next two weeks.
Here are instructions for those who want to use OpenID plugin with Threaded and Paged Comments:
- Install Threaded and Paged Comments plugin following to instructions.
- Edit the template file comments.php (you should edit file wp-paged-comments.php if you use it) and replace the code that outputs comment form with < ?php include TEMPLATEPATH . '/openidform.php'? >.
- Edit the file openidform.php and uncomment maked lines.

Программист-интеллигент без вредных привычек. Авантюрист.

jahufar.myopenid.com
2006-12-26
Lets test this
tianuchka
2006-11-22
Проверка связи по OpenID
j.moikrug.ru
2006-11-04
test
admin
2006-11-02
я правильно понимаю, что если я хочу скрестить оупенайди и треды – надо сначала ставить треды, потом оупенайди?
Не бейте девушку, я вообще не программист
stanislas.klimoff.myopenid.com
2006-09-09
Ага, нашел в чем проблема – у меня в качестве сервера был прописан URL со схемой https, а на сервере то ли curl его не поддерживает то ли еще что – но функция, которая должна вернуть с сервера распаршенный мап возвращает пустой массив. Что самое печальное, в базу вносится трастовая запись из пустых строк и при проверке логина плагин начинает колбасить – как graven.igni.ru я сюда уже не войду, пока эта строчка не будет удалена…
Вы не используете какую-либо SCM? Я бы поправил.
stanislas.klimoff.myopenid.com
2006-09-04
Интересный факт – под этим логином я могу комментить, а под http://graven.igni.ru – нет. На моем вордпрессе появляется надпись Cannot verify sign, а здесь – Couldnt find server.
Ищезаяц
2006-06-17
А где там в comments собсно форма вывода? о_О
Snaky
2006-02-10
You can get rid of that dropdown menu if you like. Just delete this lines from the file openidform.php:
< select name="openid_type" id="openid_type" tabindex="1" blah-blah-blah... >
< option value="lj" selected="selected" >LiveJournal User< /option >
< option value="dj">DeadJournal User< /option >
< option value="openid">Other OpenID< /option >
< /select >
And put instead of them this: < input type="hidden" name="openid_type" value="openid" >
dag.myopenid.com
2006-02-09
Neat, but what’s with this drop-down menu thing?
Brian Ellin
2006-02-09
Hmm, one more time…
Brian Ellin
2006-02-09
Rad!