Hi,
I create a link in the admin menu (by going here 'admin/structure/menu/manage/management/add' ), pointing to this admin page : admin/config/user-interface/jquery-countdown. So far so good, the admin menu entry is in place and, when clicked-on, brings the administrator role to the pointed page.
Now, I want to make this menu entry available to the role 'edit_event'. How can I do it with your module?
Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | README.txt | 577 bytes | neerajskydiver |
Comments
Comment #1
rooby commentedThis is basic usage of this module so it seems the module is lacking some documentation.
We should write documentation and put it an a README.txt file.
Comment #2
mlncn commentedTo answer just the original question, which can serve as part of documentation when written:
Create a custom permission (at admin > people > custom_permissions) with the name "Configure JQuery countdown" and the path "admin/config/user-interface/jquery-countdown".
Save the Custom Permissions page, go to the Permissions page (admin > people > permissions) and give the permission "Configure JQuery countdown" to the role "edit_event".
Comment #3
neerajskydiver commentedAdded the documentation for this module (https://www.drupal.org/node/2587785), and this can be linked to the modules documentation page.
Comment #4
neerajskydiver commentedComment #5
francewhoaThanks neerajskydiver :)
Comment #6
kristen polThanks, everyone. This has been merged with some minor changes.
Comment #7
kristen polAdd missed credit.