So, "Getting Started Page" appears on the next conditions:
- Current User is SuperUser.
- Current TabID is equal to the param "GettingStartedTabId" (for current Portal) from the "PortalSettings" table.
- Setting "EnableGettingStartedPage" from the "HostSettings" table should be equal "True".
You can hide this message in few ways:
- Just tick a checkbox "Don't show this again" at the bottom left corner. But this will hide "Getting Started Page" for current SuperUser only, and will show it for other SuperUsers.
- Change "EnableGettingStartedPage" setting from the "HostSettings" table to "false". After this change, "Getting Started Page" will not be displayed for all SuperUsers.
- If you like to change it for all future installations you plan to do, then you can edit "Install/DotNetNuke.install.config.resources" file in your installation package. In this file you can find "<EnableGettingStartedPage>True</EnableGettingStartedPage>", what is very easy to change to "False".
BTW: I have not found a way on how to change "EnableGettingStartedPage" setting from the "HostSettings" at the FrontEnd.
hi i really found usefull your blog ! you are the only person how use dnn programatically :D i have a doubt .. how to add an html module(default) of my desktop module into my own module ? thx!!!
ReplyDeleteAlejandro, do you want to add the whole html module or just RTFEditor control?
ReplyDelete