Include In Site Map not checked by default

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
5/14/2009 5:01:35 PM
Gravatar
Total Posts 2239

Include In Site Map not checked by default

 The "Include In Site Map" option on page settings is not checked by default. The help for the item indicates that it should be checked by default.

 

5/15/2009 4:28:43 AM
Gravatar
Total Posts 18439

Re: Include In Site Map not checked by default

Hi Joe,

I noticed this myself recently and have it fixed for the upcoming release. It can also be fixed immediately very easily. Using a text editor open the /Admin/PageSettings.aspx file and look for this:

<asp:CheckBox ID="chkIncludeInSiteMap" runat="server" CssClass="forminput"></asp:CheckBox>

and change it to this:

<asp:CheckBox ID="chkIncludeInSiteMap" runat="server" CssClass="forminput" Checked="true"></asp:CheckBox>

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.