Do you have some feature in mind that you'd love to see in Couch? Let us know.
2 posts Page 1 of 1
I've mentioned it in another thread, but I think customized usergroups would be a fantastic idea, and would really push couch above the grade in terms of it's competition.

The admin panel, and consequently any databound forms on the website's front end, would have sections restricted to certain user groups.

Currently, couch has Super Admin, Admin, Editor, Users, etc.

With my suggestion, Super Admin and Admin's would have full access to all sections, as they should. The custom user groups would be applied to Editors.

In each user account editable from the back end, the Admins and Super Admins would have the ability to add a user to each template. This would obviously require all templates to be created, and any new templates added would have to have users added to it.

This would greatly increase the functionality of Couch for larger staffed websites where admins want users secured from editing certain cloned templates.

As for implementing on a front end, the coder could simply add something like :

Code: Select all
<cms:if k_usergroup='12'>Insert databound form code here</cms>


Instead of currently having to tie custom php and sql queries into the page to attain the same functionality.
I've posted a reply to your original thread - viewtopic.php?p=15589#p15589
2 posts Page 1 of 1
cron