Forum Replies Created
-
AuthorPosts
-
oopgoParticipant
Hi,
I gave permission to “staff” role for accessing and managing full media library and The add capability like ‘upload_files’ and ‘unfiltered_upload’ for “Staff” role But User can not access “Full Media Library”. It can only upload media but not show the list of media items.I did also add below function to our theme function file but it not working.
add_filter('ure_attachments_show_full_list', 'show_attachments_full_list', 10, 1); function show_attachments_full_list($show_full_list) { return true; }
How can I fix this please ?
oopgoParticipantwhat are the other information you required? If you required then we plan to chat on skype for more info on this. jitendra.rathod.ifc
oopgoParticipantWe have checked below check box in setting section.
1> General
1.1 Edit user capabilities
2>Additional Modules – All options are checked.
2.1 Count users without role
2.2 Activate Administrator Menu Access module
2.3 Activate Widgets Access module
2.4 Activate Other Roles Access module
2.5 Activate “Create Post/Page” capability
2.6 Activate user access management to editing selected posts and pages
2.7 Activate per plugin user access management for plugins activation
2.8 Activate [user_role_editor roles=”role1, role2, …”] shortcode
2.9 Show content view restriction meta box at post/page editoroopgoParticipantIs this feature available now? We are looking same type of functionality. If this is not available then can you please let us know where we need to add your code which you have provided in this thread.
-
AuthorPosts