• Resolved jeff501

    (@jeff501)


    Couple of questions about the resources.

    1. Is there any way to restrict the editing of this to admins only? I took a look at using User Roles, but it wasn’t a permission.

    2. Is there a way to reveal the full rich text editor? The client would like to add images, but struggles with html text edits.

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jonathan Goldford

    (@jg-visual)

    Thanks for reaching out @jeff501. I’ll answer your questions one at a time:

    1. Is there any way to restrict the editing of this to admins only? I took a look at using User Roles, but it wasn’t a permission.

    The WordPress capability used to allow administrators and board members to view and edit board resources is view_board_content. Unfortunately, that capability determines who has access to other portions of the board management system. You may be able to modify the plugin to work for your needs, but this would require a strong knowledge of WordPress and PHP coding.

    2. Is there a way to reveal the full rich text editor? The client would like to add images, but struggles with html text edits.

    Users with the “Board Member” role can’t add images because they don’t have the required capability within WordPress. In order to allow this, you would need to give them the upload_files capability and possibly others depending on their needs. You can do this via code, but it might also be worth looking at a plugin like User Role Editor. Using that plugin should allow you to configure the “Board Member” role as needed.

    Good luck and let us know if you have any other questions.

    Thread Starter jeff501

    (@jeff501)

    Thanks. Managed to get close to what they wanted to by giving them the the access you suggested.

    I see that Wired Impact offers a range of services. Would a paid, customized version of this plugin be an option? The client would like to be able to sort board members, for example.

    Plugin Author Jonathan Goldford

    (@jg-visual)

    Happy to hear you were able to get them closer @jeff501. If they have any other questions don’t hesitate to let us know.

    Unfortunately, we don’t do custom one-time work for our board management plugin anymore. That said, if you do at any point start coding adjustments and you find the appropriate hooks aren’t in place for the changes you need, post on this support forum and let us know. We may be able to modify the plugin to make it more flexible for you. This could take some time, but at least you would be able to modify the plugin without it breaking when updates are released.

    Good luck and let us know if you have any other questions. I’ll go ahead and mark this as resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Editing Resources’ is closed to new replies.