I needed to extremely customize how normal users (except for Administrators) use the User Accounts module. So, I have created a custom User Account module.
What I now need is, that whenever 'User' Skin object is clicked (that allows Authenticated Users to manage their profile, or Register otherwise), my Module is displayed for managing Profile. However, Administrators continue to access core DNN Accounts Module via Admin Menu (however, the Skin User control should also take them to the custom Module).
I suspect that all I need to do is to Change a link somewhere, that direct to my module instead of DNN Core module on clicking the Skin Object. I believe that I can change this link by implementing IUpgradeable.
Which link would I need to change, and would it be suitable to do it in IUpgradable, when the Module gets installed??