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:

  1. Install Threaded and Paged Comments plugin following to instructions.
  2. 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'? >.
  3. Edit the file openidform.php and uncomment maked lines.
  • Lets test this :)

  • Проверка связи по OpenID

  • test

  • я правильно понимаю, что если я хочу скрестить оупенайди и треды – надо сначала ставить треды, потом оупенайди?
    Не бейте девушку, я вообще не программист :)

  • Ага, нашел в чем проблема – у меня в качестве сервера был прописан URL со схемой https, а на сервере то ли curl его не поддерживает то ли еще что – но функция, которая должна вернуть с сервера распаршенный мап возвращает пустой массив. Что самое печальное, в базу вносится трастовая запись из пустых строк и при проверке логина плагин начинает колбасить – как graven.igni.ru я сюда уже не войду, пока эта строчка не будет удалена…

    Вы не используете какую-либо SCM? Я бы поправил.

  • Интересный факт – под этим логином я могу комментить, а под http://graven.igni.ru – нет. На моем вордпрессе появляется надпись Cannot verify sign, а здесь – Couldnt find server.

  • А где там в comments собсно форма вывода? о_О

  • 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" >

  • Neat, but what’s with this drop-down menu thing?

  • Hmm, one more time…

  • Rad!