I'd like "Content Managers" of my DNN website to edit just the content of a particular HTML module instance, but not its settings. How do I achieve this? If I allow this role to "Edit" the module, they are able to access and change the module settings as well. Thanks in advance for your inputs.
相关问题
- dnn:label Not a Known Element
- Lost session/cookie when login as another user
- Lost session/cookie when login as another user
- DotNetNuke 5.6.2 - Can Community Edition Users uti
- DotNetNuke — Are All Logins Tracked Anywhere?
相关文章
- How to Align 3 DIVs next to each other?
- How to use asynchronous (non-blocking) javascript
- When my large ASP.NET site is updated, IIS has to
- Executing an action by an AJAX request DNN MVC
- DNN: Using multiple web user controls in one modul
- What is the difference between framework and archi
- Retrieve FileID from DotNetNuke using FileName
- petapoco query a Sql Server View
Or by using Oliver Hine's Enhanced Permission Provider for DotNetNuke.
you can achive this by adding your own its called "custom permission" to a module. (I can show you how you will achive this if you are interrested) If you do this you will see in the settings of the module after the "edit" column of the permission section your custom created permission. In your code you can then check if the current logged in user has got this permission and react making grids editable or not for example.
Hope this helps. best regards, noone
This can be achieved with DotNetNuke Professional edition using the extended granular permissions.