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.
Permalink Bookmark on del.icio.us
Previous:
OpenID Comments for Wordpress


Lets test this
Posted on 2006-12-26 at 2.24 pm
Проверка связи по OpenID
Posted on 2006-11-22 at 6.37 pm
test
Posted on 2006-11-04 at 11.28 pm
я правильно понимаю, что если я хочу скрестить оупенайди и треды - надо сначала ставить треды, потом оупенайди?
Не бейте девушку, я вообще не программист
Posted on 2006-11-02 at 3.00 pm
Ага, нашел в чем проблема - у меня в качестве сервера был прописан URL со схемой https, а на сервере то ли curl его не поддерживает то ли еще что - но функция, которая должна вернуть с сервера распаршенный мап возвращает пустой массив. Что самое печальное, в базу вносится трастовая запись из пустых строк и при проверке логина плагин начинает колбасить - как graven.igni.ru я сюда уже не войду, пока эта строчка не будет удалена…
Вы не используете какую-либо SCM? Я бы поправил.
Posted on 2006-09-09 at 12.02 am
Интересный факт - под этим логином я могу комментить, а под http://graven.igni.ru - нет. На моем вордпрессе появляется надпись Cannot verify sign, а здесь - Couldnt find server.
Posted on 2006-09-04 at 9.11 pm
А где там в comments собсно форма вывода? о_О
Posted on 2006-06-17 at 11.23 am
Neat, but what’s with this drop-down menu thing?
Posted on 2006-02-09 at 11.05 pm
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" >
Posted on 2006-02-10 at 12.15 am
Hmm, one more time…
Posted on 2006-02-09 at 11.01 pm
Rad!
Posted on 2006-02-09 at 11.00 pm