• Resolved conradh

    (@conradh)


    Probably a really silly oversight but I have installed the Posts 2 Posts plugin and cannot select posts to create the relationships.

    I have the following code in my functions.php:

    if ( function_exists('p2p_register_connection_type') ) {
            function my_connection_types() {
                    p2p_register_connection_type('dataset', 'data', true);
            }
            add_action('init', 'my_connection_types', 100);
    }

    The meta box to select connected posts shows on the edit screen of each type but when I enter the name of a post, nothing ever appears that I can select. I have tried creating new posts of each type and reinstalling the plugin. Please let me know what I am missing to get this working.

    This looks like a great plugin and I’m looking forward to digging in with it. Thanks!

Viewing 6 replies - 16 through 21 (of 21 total)
  • I imagine he’s been busy doing other things, like working on WordPress 3.0 and 3.1. ??

    Lol that doesn’t matter, if you have a production plugin out that does not work with the latest versions of the software but a beta that does you should update the production one…

    Plugin Author scribu

    (@scribu)

    You’re the only one experiencing that problem, from what I can tell.

    I will release the next version just as soon as I get around to fixing one remaining bug.

    Please refrain from giving me release management advice in the future. Thanks.

    I am NOT the only one experiencing the problem and you know this because you replied to another thread where someone was experiencing the same exact thing, your “release” version doesn’t appear to save the connection in 3.0 or 3.01. And I am not telling you what to do but it’s good practice to have your releases working if they are in the WP repo so don’t take that as me insulting you.

    I appreciate your plugin very much and your hard work so I think you may have misunderstood that I wasn’t giving you ‘advice’. I think you’re doing a great job, just trying to shed the light on some potential issues that you may not be aware of, that’s all mate.

    Plugin Author scribu

    (@scribu)

    Ok, no hard feelings. ??

Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘[Plugin: Posts 2 Posts] No posts available in meta box’ is closed to new replies.