Brajesh Singh on "[Plugin: MediaPress] Restrict certain user roles from Idea on galleries"

ساخت وبلاگ

unuigbee
Member
Posted 21 hours ago #

Hi,

I'd like restrict certain users from Idea on galleries in group galleries and in the lightbox for a particular gallery.

I've been trying to use these BuddyPress filters bp_get_activity_comment_form_action and bp_get_activity_comment_link combined with 'current_user_can' to achieve this. But I haven't been successful.

Guidance would be much appreciated.

Regards,
Emmanuel

https://wordpress.org/plugins/mediapress/

Hi Emmanuel,

It is possible to do so by filtering on 'mpp_settings' and updating the value for this key
'enable_gallery_comment' based on role.

Please give it a try and let me know if that works for you or not?

unuigbee
Member
Posted 9 minutes ago #

I tried this but wasn't successful. What is the signature of mmp_settings. Was i a bit naive with my code?

function custom_comment_restrict($keys){ if(!current_user_can('access_s2member_level1')){ $keys['enable_gallery_comment'] = false; } retu $keys;
}
add_filter('mpp_settings', 'custom_comment_restrict');

That should have worked. Can you please check for subscriber role the same thing?

- - , .

WordPress ...
ما را در سایت WordPress دنبال می کنید

برچسب : نویسنده : استخدام کار wpss بازدید : 150 تاريخ : دوشنبه 10 اسفند 1394 ساعت: 18:59