When using the Accord LMS, hovering over information icons displays helpful tips.
Introduction
The Enhanced Feature Status section within Configuration allows you to view the specific statuses of the various enhanced features used for your Accord LMS.
Some of these Enhanced Features include;
- Ajax Extensions
- Enhanced Charting
- maxRequestLength
- LE Loader Path
- xhtmlConformance
To Access Enhanced Feature Status
- Login with LMS Admin credentials.
- Ensure the proper Current Team is selected. Menu located lower-left of screen.
- From menu on left, expand the Advanced tab and select the Configuration tab.
- Once in the Configuration panel, click on Enhanced Feature Status.
The Enhanced Feature Status page will display, showing some different headings for the various enhanced features of your Accord LMS.
Ajax Extensions
For any Ajax extensions on your Accord LMS, this panel will inform an LMS Admin whether their Ajax extensions are functioning properly.
Should there be an error message here, indicating potential issues with your Ajax extensions, please check with your dedicated LMS Sales Person or contact Accord Support.*
*If you are running on localhost or your own dedicated server, you may need to install the Ajax extensions yourself.
Enhanced Charting
If there exists an icon of a pie-chart on this heading (as shin the image below), this means that graph charting is properly configured and enabled. If not, click Configure. This will enable you to update your web.config file.
Some shared web hosts do not allow applications to update the web.config file programmatically. In this case, you will need to make manual edits to the web.config.
In web.config
Make the following updates:
<system.web>
<httpHandlers>
<addpath="ChartImage.axd"type="Telerik.Web.UI.ChartHttpHandler"verb="*"validate="false"/>
</httpHandlers>
</system.web>
<system.webServer>
<handlers
<addname="ChartImage_axd"verb="*"preCondition="integratedMode"path="ChartImage.axd"type="Telerik.Web.UI.ChartH
pHandler"/>
</handlers>
</system.webServer>
MaxRequestLength
This feature allows you to edit the maximum file size that can be uploaded into the LMS as well as the upload timeout limits.
Should you desire to enter or edit your settings;
- Enter a number (in KBytes) for a New Maximum Size allowed for uploaded files in the field provided.
- Enter a number (in seconds) in the New File Timeout field to limit the amount of time allowed to elapse before an upload operation will timeout.
Please note; some shared web hosts do not allow applications to update the web.config file programmatically.
In this case, you will need to make the edits to web.config manually.
In web.config
Make the following update:
<httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="102400"
executionTimeout="12000" requestLengthDiskThreshold="102400" />
LE Loader Path
Select whether to use the default LE Loader Path or the path indicated in the SiteUrls.config file.
XHTML Conformance
Some older DNN installations have XHTML Conformance set to Transitional. This creates problems for Ajax utilization.
XHTMLconformance should be set to Mixed Mode.
Should you discover your XHTMLconformance is not set to mixed-mode and you are experiencing performance issues with your Accord LMS, please contact your dedicated Accord LMS Sales person or Accord Support for assistance.
Click Return to navigate back to the top-level Configuration page.
Related Articles
Direct Links to closely related articles are listed above at right.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article