|
|
|
|
|
|
|
|
Sunday, September 05, 2010
|
|
|
|
|
|
|
|
|
|
|
|
|
More Ways to Install DotNetNuke Modules with the URL Method While DotNetNuke has a built in mechanism for installing modules, there is another method you can use as well. This is a great alternative to use especially when you are trying to install larger mod...
Find this article and more in the category
Read This Article . . .
Fixing IE's Hover Problems in DNN So you have designed a great skin, skin object or module for DNN and it uses the :hover attribute and looks fantastic in Firefox. Now, you find out that nothing works in IE because IE doesn't suppor...
Find this article and more in the category
Read This Article . . .
New "Styles" SkinObject Found in DotNetNuke 4.9 One more addition has been added to the developer's DotNetNuke skinning toolbox with the release of DotNetNuke 4.9. Introducing...the Styles SkinObject. This little object is a very welcome addition ...
Find this article and more in the DotNetNuke category
Read This Article . . .
Upgrading to DotNetNuke Cambrian 5.0 from DotNeNuke 4.x If you're looking to try out the new DNN Cambrian package, you can upgrade previous DotNetNuke installations with the following steps. Remember, as of right now, the DNN 5.0 Cambrian package availabl...
Find this article and more in the category
Read This Article . . .
Quick Look at Some New Features of DotNetNuke 5 Cambrian DotNetNuke’s much anticipated Cambrian has finally been made available as a Release Candidate and while it looks like the same ol’ packages from afar, it’s packed with some nice new features that are...
Find this article and more in the category
Read This Article . . .
Generate a Module Data Access Layer With CodeSmith With the introduction of some of the newer DNN tools, building a custom module is becoming more and more easy. With the right tools, you can have a custom module built in no time flat. This will outl...
Find this article and more in the DotNetNuke category
Read This Article . . .
Setting Up Multiple Websites You can create multiple distinct, (mainly) independent websites with one instance of a DNN installation on your web account. In lamens terms, this means that you can purchase ONE web hosting accoun...
Find this article and more in the category
Read This Article . . .
Quick Check for Troubleshooting the CodeEndeavor Ajax Templates I haven’t just installed the the template and created a module out of the box yet. However, I have come across a few things that I know to check and fix and I’m up and running in no time at all. If y...
Find this article and more in the category
Read This Article . . .
How to Install DotNetNuke 5.0 Cambrian and Video This video tutorial covers installing using the Custom installation option, with SQL Express and also an external SQL Database. Find out more about which package to download and how to kick off the ...
Find this article and more in the category
Read This Article . . .
How To Customize the Privacy and Terms Links on Your DotNetNuke Portal Straight out of the box, DotNetNuke already has a lot of things covered. But, what do you do when you are ready to begin customizing your site. Sometimes, it’s not so easy to figure out how to make t...
Find this article and more in the DotNetNuke category
Read This Article . . .
|
|
|
|
|
|
|
|
|
Article List
|
Customize Your DotNetNuke Installation
|
| 12/9/2008 7:23:48 PM - By Briana Tarrance |
Category: | | Comments 0
|
| |
|
Prior to installing DotNetNuke, you can make changes to your site that will completely customize your website installation; saving you the mundane work of changing the same things over and over again.
Today we’re going to take a look at customizing the DotNetNuke.install.config file. You can find it in the root of the Install folder.

Check out the file below…anything look familiar???
<dotnetnuke>
<description>This is the default DotNetNuke Host Installation Templatedescription>
<scripts>
<script name="Schema">DotNetNuke.Schemascript>
<script name="Data">DotNetNuke.Datascript>
scripts>
<version>05.00.00version>
<superuser>
<firstname>SuperUserfirstname>
<lastname>Accountlastname>
<username>hostusername>
<password>dnnhostpassword>
<email>hostemail>
<locale>en-USlocale>
<timezone>0timezone>
superuser>
<settings>
<AuthenticatedCacheability>4AuthenticatedCacheability>
<AutoAccountUnlockDuration>10AutoAccountUnlockDuration>
<CheckUpgrade>YCheckUpgrade>
<ControlPanel>Admin/ControlPanel/IconBar.ascxControlPanel>
<Copyright>YCopyright>
<DemoPeriod>DemoPeriod>
<DemoSignup>NDemoSignup>
<DisableUsersOnline>YDisableUsersOnline>
<EnableFileAutoSync>YEnableFileAutoSync>
<EnableModuleOnLineHelp>YEnableModuleOnLineHelp>
<EnableRequestFilters>NEnableRequestFilters>
<EncryptionKey Secure="True">EncryptionKey>
<EventLogBuffer>NEventLogBuffer>
<FileExtensions>swf,jpg,jpeg,jpe,gif,bmp,png,doc,xls,ppt,pdf,txt,xml,xsl,css,zipFileExtensions>
<HelpURL>http://www.dotnetnuke.com/default.aspx?tabid=787HelpURL>
<HostCurrency>USDHostCurrency>
<HostEmail>HostEmail>
<HostFee>HostFee>
<HostPortalId>0HostPortalId>
<HostSpace>HostSpace>
<HostTitle>DotNetNukeHostTitle>
<HostURL>http://www.dotnetnuke.comHostURL>
<HttpCompression>0HttpCompression>
<HttpCompressionLevel>0HttpCompressionLevel>
<ModuleCaching>DModuleCaching>
<NotifyUpgrade>YNotifyUpgrade>
<PageQuota>PageQuota>
<PageStatePersister>PPageStatePersister>
<PaymentProcessor>PayPalPaymentProcessor>
<PerformanceSetting>3PerformanceSetting>
<ProcessorPassword Secure="True">ProcessorPassword>
<ProcessorUserId Secure="True">ProcessorUserId>
<ProxyPassword Secure="True">ProxyPassword>
<ProxyPort>ProxyPort>
<ProxyServer>ProxyServer>
<ProxyUsername Secure="True">ProxyUsername>
<SchedulerMode>2SchedulerMode>
<SiteLogBuffer>1SiteLogBuffer>
<SiteLogHistory>0SiteLogHistory>
<SiteLogStorage>DSiteLogStorage>
<SkinUpload>GSkinUpload>
<SMTPAuthentication>SMTPAuthentication>
<SMTPEnableSSL>NSMTPEnableSSL>
<SMTPPassword Secure="True">SMTPPassword>
<SMTPServer>SMTPServer>
<SMTPUsername Secure="True">SMTPUsername>
<UseCustomErrorMessages>YUseCustomErrorMessages>
<UseFriendlyUrls>YUseFriendlyUrls>
<UserQuota>UserQuota>
<UsersOnlineTime>20UsersOnlineTime>
<WebRequestTimeout>WebRequestTimeout>
<WhitespaceFilter>NWhitespaceFilter>
settings>
<desktopmodules/>
<portals>
<portal>
<portalname>My Websiteportalname>
<administrator>
<firstname>Administratorfirstname>
<lastname>Accountlastname>
<username>adminusername>
<password>dnnadminpassword>
<email>email>
administrator>
<description>My Websitedescription>
<keywords>DotNetNuke, DNN, Content, Management, CMSkeywords>
<templatefile>DotNetNuke.templatetemplatefile>
<portalaliases>
<portalalias>portalalias>
portalaliases>
<ischild>falseischild>
portal>
portals>
dotnetnuke>
You can completely customize this file with the settings that you always use and save yourself countless amounts of time in the process.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|