Right, I just had my first attempt at making a module. And it all went to heck, as expected
Now, for my second (and more serious) attempt, I thought I'd ask you for a few pointers...
For starters, I will not need to use any module IDs or portalIDs in my module, since all data will be based on a well structured and ready-to-use SQL table. But do I need to use the moduleIDs in some way even though it's not required in the SQL table to avoid "breaking" DNN?
I used the code from the adef tutorial (http://adefwebserver.com/DotNetNukeHELP/DNN_Module4/DotNetNuke_module_6.htm)
as a base for my first attempt, is this a good code base to use or are there any better examples for DNN4 module development?
I found it a bit hard to follow the code at times, some things weren't that easy to understand.
I'lll fill in with more questions as they spring up, would be glad if someone could throw a quick reply (or as quick as it can on these moderated forums).