Hello Ravi,
Based on the last message you sent me:
Add pic to a post an error message pops up uploads directory is not writable.
I did health check…https://wordpress.org/plugins/health-check/….everything is working fine on that end.
If an image is uploaded to gallery…then you right click on image and get image link…then paste link
to post (add image url)…that works fine too. But not all subscribers are going to get how to do it this way.I contacted my Server Provider for assisting on this…they said everything on their end is working fine.
Uploading to galleries is perfectly fine..issue just adding image to post by upload file.
Please assist as soon as you can, I’m getting alot of complaints by subscribers.
Thanks as always!!
Mike
Hi Mike,
Please use only one of the Activity Plus or MediaPress and then let us know if the upload issue and buttons problems are there.They are not created to work together. They are there to serve different needs and using them together may cause issue.
Regards
BrajeshHi Mike,
I am sorry, we don’t have any way to add Link in MediaPress at the moment.Regards
BrajeshIs there a shortcode available that we can use to display the content that we posted with activity plus? Our IT person took down the mediapress for now, but I would like to be able to switch to that without losing previous content.
Hi Mike,
Please upgrade to 1.0.8 and then put this code in bp-custom.php/** * Disable upload form for the BuddyPress Activity Plus Reloaded */ add_filter( 'bpapr_localizable_data', function ( $data ) { $data['show_upload_buttons'] = 0; return $data; } );
That will disable the upload form for activity plus.
Now, you can keep both MediaPress and Activity Plus Reloaded.Regards
Brajesh
You must be logged in to reply to this topic.