DNN help states the following procedure for adding a second parent portal: - Navigate to the Host > Portals page.
- In the Portals module, click Add New Portal located at the base of the module.
- At Portal Type, select Parent.
- At Portal Setup, complete the following fields:
- In the Portal Alias field, enter an alias for the site (e.g. http://www.byte.com.au/).
- In the Home Directory field (optional), click Customize and enter the new location for the site's home directory (relative to the DotNetNuke installation root directory).
- In the Title field, enter the name of the site (e.g. Byte Information Technology).
- In the Description field, enter description of the site (e.g. Byte’s Corporate Web Portal).
- In the Key Words field, enter the key words to be associated with the site (e.g. Byte, Information Technology, DotNetNuke, DNN).
- At Template (optional), select a DotNetNuke template from the drop down list.
I followed the procedure and to the customization of the Home Directory, I added "demo" I used a template that I created and the installation went fine. When I logged into the new site, I am having issues with Free Textbox: FreeTextBox has not been correctly installed. To install FreeTextBox either: (1) add a reference to FtbWebResource.axd in web.config:
path="FtbWebResource.axd" type="FreeTextBoxControls.AssemblyResourceHandler, FreeTextBox" />
(2) Save the FreeTextBox image and javascript files to a location on your website and set up FreeTextBox as follows
I had the same issue when adding a child portal. It seems the problem occurs when you customize the Home Directory. Can somebody add some insight??? Has anybody had success with adding parent portals or should I just keep adding seperate sites??? TIA Robb |