Extension, Fieldtype, Module

Archived
Forum
(read-only)

Taxonomy

ExpressionEngine 2

Back to this add-on's main page
View Other Add-ons From iain

     

Group access question

General

jtnick
jtnick

Is it possible to give a member group access to the module for creating entries on established trees, but prevent this same group from creating new trees or editing the preferences of existing trees?

Specifically, we were hoping to remove the module’s “Add” button (next to “Module Home”), while also removing the “edit preferences” and “delete” columns from the tree listing screen for non-super admin groups with access to Taxonomy.

iain
# 1
Developer
iain

Already on the list :)

Will see if I can include on the next release which I hope to have out in the next week to 10 days.

jtnick
# 2
jtnick

Thanks Iain!

I did a bit of experimenting and was able to achieve the format I was seeking on the view/index.php file.

In addition, I found the array that was populating the “add_tree” button in mcp.taxonomy.php and wrapped it in a logic statement for the group_id.

While this should work in the interim, great to hear an update is forthcoming. Thanks again!