Sep19Written by:slhilbert
9/19/2008 8:45 AM 
I have created a private assembly that will create a module out of the Newsletter feature that is only available to Administrators in Dotnetnuke.
This solution is pretty straight forward, however, due to the way that Dotnetnuke handles the creation of modules via Private Assembly it takes an extra step to get working. I am hoping to come up with a normal install routine soon, but for the time being this should suffice.
- Download and Install the Newsletter PA that I created here.
- Once you have installed the module you need to go to the SQL page under Host and execute the script below
UPDATE {databaseOwner}{objectQualifier}ModuleControls
SET ControlSrc = 'Admin/Users/BulkEmail.ascx'
WHERE ControlSrc = 'DesktopModules/Hilbert Solutions, LLC - Newsletter/Admin/Users/BulkEmail.ascx' - That is it, now you will have a module called Newsletter that you can use on any page you want.