Hello Kevin,
Firstly - a huge apology for not getting back to you sooner! I've launched the DotNetNuke Directory and it's been keeping me busy!
Right - lets have a look at this.
Firstly - all this module is doing is automating the process of creating a page per user and associating them so that when that user views their page they have admin rights. A prime factor was that I could not edit the core (or I could have made the control a lot tighter) - so I had to make do with the API the core offered. This means though that you can test anything you want to do by creating a page for a user and giving them admin rights. If they can achieve what you want then it is most likely doable with this module. If not, then no - it's not (it creates the UserRole association and then passes control back to the DNN workflow,skining engine and security framework and renders modules/skins accordingly)
So:
!) By editing the source you could choose which modules were created when a page was created. I think another user was customizing it so that it pulled a "template" from another page to use asa base.
2) No - see my front blurb for this reason
3) Hmm - I am not familiar with any redirection modules I'm afraid - best asking on the main forums. You might want to edit the source though this would be easy to do - in the HomePage module it already works out if the module is on a Smart-Thinker HomePage or not (and renders accordingly) so you would just redirect instead.
4) Not added to navigation - but you could chnage the style (possible without the source using CSS) but definitely with the source.
5) Funny - this is how the frist version was and everyone complained that it was pointless ;) It would not be too hard to modify the code to do this - I can help you here.
6) No - no guarentee as such. The demos on ST are normally enough. A lot of people think that I ammad to give away all modules for $30 (and indeed - $85 for the amount of blood, sweat and tears I have put in is not worth it compared to what you pay on Snowcovered for the source of 8 modules) - BUT - I am a resonable man so if you really didn't like it I would consider refunding you (this is on a case by case basis, and it helps if you don't download everything and then say you want a refund as one gentleman did ;)
Hope this all help!
Out of interest, there is another user on these Forums (Rick) who has made a few similiar enhancements toyours - he was very chuffed with the results (see the other posts beginning June).
Let me know if you have any more questions - I'll answer promptly!