Hallo,
I am devolping my first dnn 4.3.5 Module with C# VS 2005 and I am having a problem
The Module is for running a Map24 Javascript. In the ViewMap24.ascx there are 2 input Textboxes for entering address and a submit button. In the EditMap24.ascx there are some Textboxes, where only the admin should enter some settings, eg. Map24 Key string, height, width, .... The settings.asxc is empty and has no functions.
When users have only ViewModule Permissions, the ClickEvents of the buttons in the ViewMap24.ascx are not called. They work fine, when the users have EditModule Permisson too. But with the Edit Permission they are also able to change the settings in the EditMap24.ascx.
So is there a way to make the ButtonClick Events in the ViewModule work when the user has only "View Permissons"? - and that they have no accsess to ..Edit.ascx ?
Or should be the "Settings functionality" from the ..Edit.ascx to ..Settings.ascx? Then the ..View.asxc should be left empty?
What is the best practise when there is the need for some input in the ..View.ascx for users and where should be the "Module Setting functionaltiy" placed avaiable for special users with "EditModule Permisson"?
BW