I'm running Gallery 2.3 and I'd like to allow specific group of users to change title, subtitle, keywords and description of items but not anything else. Can anyone help me please?
I have a feeling that the G2 permissions systems isn't that fine-grained, so you may be in for either a) a great deal of programming or b) have to give up on that.
nivekiam
Joined: 2002-12-10
Posts: 16504
Posted: Wed, 2009-11-18 22:56
It is a PITA to do something like that. You need to get into editing templates and other files under /modules/core/
If you search the forums people have posted hacks to do this. But in essence you're just hiding this stuff from the UI, if someone wants or is malicious and has permissions to edit/delete stuff they can do that by entering in the proper URL.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 4342
I have a feeling that the G2 permissions systems isn't that fine-grained, so you may be in for either a) a great deal of programming or b) have to give up on that.
Posts: 16504
It is a PITA to do something like that. You need to get into editing templates and other files under /modules/core/
If you search the forums people have posted hacks to do this. But in essence you're just hiding this stuff from the UI, if someone wants or is malicious and has permissions to edit/delete stuff they can do that by entering in the proper URL.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 2
Thank you for your responses.