| Derek wrote
Can Text/HTML Blocks with Corresponding DNN Pages be autogenerated through DB Inserts alone, or do pages and module instances have to be created via the DNN interface itself?
Thanks.
Derek
|
For the most part, once the modules are installed, thier content can be updated via DB calls alone. Images are generally not stored in the DB, so these would have to be handled seperately.
Certain 3rd party modules may create static files in addition to DB calls for content.
That said, if you were creating a tool to import the data, there would be no reason you could not add the file-manipulation to the same tool where needed.