1

I'm using the 2sxc News App for DNN and I'm trying to figure out how to grant users the ability to add/edit/delete news posts without also granting them the ability to change the layout or edit the module.

I tried to add the "2sxc Designers" role I've read about:

added group

But having that role doesn't seem to change anything.

Am I doing something wrong in setting the "2sxc Designers" role and is this what I need to allow only post manipulation?

TheIronCheek
  • 1,077
  • 2
  • 20
  • 50

1 Answers1

1

This is an advanced use case, and I can't give you the full answer, but basically what you want to do is this:

  1. On the content-type, give the group custom permissions - so that the UI accepts changes by them https://github.com/2sic/2sxc/wiki/concept-permissions
  2. Since the toolbars won't appear for non-editors, you'll have to make this happen in the template. So add some razor to check if people of this role. Then enable edit with Edit.Enable https://github.com/2sic/2sxc/wiki/razor-edit.enable

These blog-posts may also help you: https://2sxc.org/en/blog/post/recipe-create-public-forms-with-2sxc

iJungleBoy
  • 5,325
  • 1
  • 9
  • 21