=== BuddyForms Posts 2 Posts === Contributors: svenl77 Tags: collaborative, publishing, buddypress, groups, custom post types, taxonomy, frontend, posting, editing, forms, form builder, wp-posts-to-posts, post relationship, connections, custom post types, relationships, many-to-many, users Requires at least: WordPress 3.x Tested up to: WordPress 3.9.1 Stable tag: 1.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Adds WP Posts 2 Posts Plugin Integration to BuddyForms == Description == This is the BuddyForms Posts 2 Posts Integration Extension. You need the BuddyForms plugin installed for the plugin to work. Get BuddyForms now! You need the Posts 2 Posts plugin installed for the plugin to work. For more information on Posts 2 Posts see here: https://wordpress.org/plugins/posts-to-posts/

How it Works

With BuddyForms Posts 2 Posts Integration you can create complex connections and post relationships across your site. From posts to pages or to users all the Posts 2 Posts Plugin functionality is in your BuddyForms Form Builder available. With the 'BuddyForms Attach Posts to Groups Extension‘ and the 'Posts 2 Posts Plugin' you can create groups to posts or even groups to groups relationships based on the Groups Attached Posts. Find out more about 'BuddyForms Attach Posts to Groups Extension' here: http://wordpress.org/plugins/buddyforms-attach-posts-to-groups-extension/

Form Elements

The Plugin creates a new form element "posts-to-posts" with 2 options for your BuddyForms FormBuilder. from: post, page or any post type
to: post, page, user, any post type

Add Additional Parameter

Before the connection gets registered with p2p_register_connection_type($args) you can manipulate the $args with a filter. $args = array(
'name' => $field['slug'],
'from' => $field['posts_to_posts_from'],
'to' => $field['posts_to_posts_to']
);
$args = apply_filters('connection_types_args', $args, $buddyform['slug']);
There is documentation available for the Posts 2 Posts Plugin and all the available parameter. http://github.com/scribu/wp-posts-to-posts/wiki == Documentation & Support == You can find all help buttons in your BuddyForms Settings Panel in your WP Dashboard! Documentation http://support.themekraft.com/categories/20110697-BuddyForms Support Tickets You can also create support tickets from the BuddyForms Settings Panel in your WP Dashboard! == Installation == You can download and install BuddyForms Posts 2 Posts Integration using the built in WordPress plugin installer. If you download BuddyForms Posts 2 Posts Integration manually, make sure it is uploaded to "/wp-content/plugins/". Activate BuddyForms Posts 2 Posts Integration Plugin in the "Plugins" admin panel using the "Activate" link. If you're using WordPress Multisite, you can optionally activate BuddyForms Posts 2 Posts Integration Network Wide. == Screenshots == coming soon == Changelog == Version 1.0