Hi Guys,
I am new to DNN hence dont know best approach to take in implemention some funtionality.
I am currently trying to convert my web site to use the DNN way and one of my first hurdles is try to implement a user control I utilised in a master page.
I had a usercontrol userinfo.ascx which basically displays two hyperlings Register | Login to non authenicated users.
And fo all authenticated user the follwoiing links Name | Inbox(msg count)| My Profile | Logout.
This user control was inserted as a TAG on the master pages implemented by all pages.
I suppose in DNN skins perform a similar funtinality in terms of standard layout in all your pages.
How can I achieve the same thing in DNN?
Yes, I am aware of the USER and LOGIN user control available to use in the skins oage.
But I want o go a step futher and have all these functinality available in one usercontrol package with other stuff and then insert this into my skins
Is this possible?
Thanks,
Abbey