Hi Leo,
Thank you for buying the plugin.The problem is people will expect to modify the listed media. The media is not stored as html, so it is not feasible for us to allow media list(It is stored as ids and generated content).
It is possible to allow editing the activity content with media though. If you want that please do let me know and I will update this plugin for the purpose.
Thank you
BrajeshHi Brajesh,
Thanks for another great plugin.
Actually, I didn’t get it correctly, sorry.
What I want is to edit the activity content, if it includes editing media too, fine, if without media, better.Please let me know what’s possible and let’s do that.
Thank you,
LeoHi Leo,
Thank you.It will allow editing without media.
@ravi-1987 will be posting the code shortly.
Thank you
BrajeshHi Leo,
Please check the following code in your bp-custom.php file and let me know if it is working or not.
function buddydev_add_new_activity_type( $allowed ) { $allowed[] = 'mpp_media_upload'; return $allowed; } add_filter('bp_editable_activity_allowed_type', 'buddydev_add_new_activity_type' );
Thank You
Ravi
The topic ‘ [Resolved] BP Editable Activity and MediaPress’ is closed to new replies.