Conflict with GD bbPress Attachments
-
Hi
GD bbPress is a plugin that allows you to upload files to bbpress replies.
It does so by inserting a file post in the db with a parent_id that connects the bbpress post.However when the GD bbPress is saved, the parent_id is changed by the following filter in pp-collaborative-editing/admin/post-save-hierarchical_ppce.php.
add_filter( 'pre_post_parent', array( &$this, 'flt_page_parent' ), 50, 1);
And the file doesn’t attach to the post.
- The topic ‘Conflict with GD bbPress Attachments’ is closed to new replies.