@wacka1
do you have the Social articles working perfectly
everything works for example the upload image does upload.
because mine doesnt seem to be working, what buddypress version your running and also what wordpress version.
in social-articles-load.php around line 52
there should be something like this
'name' => __( 'My articles', 'social-articles' ),
change it to 'name' => __( 'My Posts', 'social-articles' ),
@wacka1
no problem im glad i can help,just a quick question out of curiousity is your upload image working does it appear applied in feature image?
i hope this helps i have added it myself
under social-articles-manage-functions.php around line 73
you should see this $my_post['post_status'] = $post_status;
change it to $my_post['post_status'] = 'publish';
that should be publish automatically no need to be saved as draft