I've installed the events module 3.3.7 on DNN 4.03.05 and the default email feature seams to work OK . I can send the default email now to the enrolled users, however I cannot change the text into the subject and the body of the email.
I've tried to use the language editor in order to do that, but even if I did the text changes ( in EventModerate.ascx), and the changes can be seen as established defaults ( in the language editor and the moderation console ), when the email is sent, the subscriber is getting an email containing the same text in the email subject and the email body, in HTML format ( it has all the HTML tags ).
If I'm making changes directly in the moderation console, the subscriber will get an email containing the modified subject in plain text, but the body will be the actual email subject ( the modified body text is not sent ).
If I want to deny an enrollment and if I select to notify the user, when I'm attempting to send the email by clicking on the "Update" button in the moderation console, I'm getting the following error: " Error: Moderate Enrollment-Events is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException : Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.Modules.Events.EventModerate.cmdUpdateSelected_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---".
If I'm selecting to notify the user and I'm just clicking on the user name, the email is sent, but the recipient will get the same message in the subject line and the body, in HTML code.
Am I doing something wrong? I need to publish a website and this module ( especially it's email feature ) is very important. At this moment I'm kind of confused, and I would appreciate any help, so help please !!!!!!!!!