YetAnotherForum.NET DotNetNuke® Module - Installation/Upgrading Instructions
STEP 1.Installation Requirements
Make sure your server / Host has the following Requirements:
- Microsoft .NET Framework 4.0 or later
- Microsoft SQL Server 2005 (Express) or above. SQL Server 2000 works, but requires removal of some SQL forum database optimizations.
STEP 2. BACKUP
- Backup your existing DotNetNuke installation
- BACKUP YOUR DATABASE
STEP 3. INSTALLING
- IMPORTANT: The Module Install Package is bigger then the Default Upload Limit in DotNetNuke, you need to increase the Upload Limit to over 8 MB in order to able to correctly install the Module.
<httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="10192" requestLengthDiskThreshold="108192" requestValidationMode="2.0" />
- Install the Module YAF_DNN_xxxx-xxxx.zip in your DotNetNuke (Host->Extensions->Install Extension Wizard).
STEP 4. Modify the root web.config of your DotNetnuke. This is the most important step.
- Replace the YAF Config Password with one you like.
<add key="YAF.ConfigPassword" value="XXXXXX" />
STEP 5a. NEW INSTALLATION:
- Now you can place the YAF Module on a Page you like, but make sure you are logged into DNN using the HOST account, it will automatically starts the Installation!
STEP 5b. UPGRADE:
- Open the file YourWebsite.com/DesktopModules/YetAnotherForumDotNet/install/ on your web site. If you are testing on your local computer, under a directory called YetAnotherForum.Net, the address should be: http://yourwebsite.com/DesktopModules/YetAnotherForumDotNet/install/Default.aspx
- The wizard will guide you through the upgrade process.
Yet Another Forum Community Support
If you have any questions, Please visit the
YAF Community Support forum