Files not uploading when Posting in a forum (Press Permit Conflict)
-
When replying in a forum, the parent id of the attached file is incorrect. There is a wordpress filter pre_post_parent which changes the parent_id of the attachment post.
add_filter( 'pre_post_parent', array( &$this, 'flt_page_parent' ), 50, 1);
And the file doesnt attach to the post.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Files not uploading when Posting in a forum (Press Permit Conflict)’ is closed to new replies.