• I have two issues:

    1. To get to the options page of Wordbooker is realy slow, though my site and everything else is very fast! (http://upsyndroom.nl)
    2. Regarding the command handling options:
    I have the facebook comment structure field set to ‘%tag%’ (standard?) but how do I actually display any comments on my fanpage (given on the website) because now all it shows is:
    ‎[Commentaar geïmporteerd van blog] %tag%
    So the actually comment is not shown.

    Thanks a million.

    http://ww.wp.xz.cn/extend/plugins/wordbooker/

Viewing 6 replies - 61 through 66 (of 66 total)
  • Plugin Author Steve

    (@steveatty)

    OK can you try this version with IPv6 enabled?

    http://wordbooker.tty.org.uk/wp-content/uploads/debugs/wordbooker215.zip

    If that doesn’t work with IPv6 I can try turning it on on my server but that wont be for a couple of days as I’ll need to warn my brother that I might blow up his whole application 😉

    Thread Starter mippie32

    (@mippie32)

    Man, thats the least I can do in return for your kind help. 🙂

    I now have

    Re-enabled IPV6,

    root@h2050755:~# sudo sysctl -p
    net.ipv6.conf.all.accept_ra = 0

    Removed original WordBooker
    Installed yours so I will keep it running for a few days…

    PS: it only takes a second to load the optionspage, so thats ok 🙂

    After that I will re-disable IPV6 as the other plugin still has problems, but as you mentioned, this could be dealt with with overall setting in curl config, right?

    Plugin Author Steve

    (@steveatty)

    OK so it all worked.. excellent. Thanks for testing it.

    Thread Starter mippie32

    (@mippie32)

    Fixed the other plugin by inserting

    curl_setopt( $handle, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4);

    in ../wp-includes/class-http.php

    🙂

    Plugin Author Steve

    (@steveatty)

    Don’t forget that you’ll need to change that each time you upgrade wordpress…. or you can raise a trac ticket against WordPress, which I see you’ve already done.

    Thread Starter mippie32

    (@mippie32)

    Thanks again! 🙂 Yes, I already made a copy

Viewing 6 replies - 61 through 66 (of 66 total)

The topic ‘[Plugin: Wordbooker] two issues’ is closed to new replies.