Structure Report Template errors
- Applies to:
- All MindTouch Versions
- Role required:
- Draft Contributor
MindTouch template errors are identified by the site structure analysis report.
Category errors
Page with article type Category missing template call
To resolve this error, add Category DekiScript code.
- Open the page in edit mode and place your cursor at the bottom of the page.
- Select Style > DekiScript from the editor toolbar.
- Paste the following code into the DekiScipt block
template('MindTouch/IDF3/Views/Category');
Page with article type Category references Guide template
To resolve this error, the DekiScript code must match the article type.
If the page should be a Category:
- Open the page in edit mode and find the DekiScript code
template('MindTouch/IDF3/Views/Guide');
- Change the word "Guide" in the code to "Category".
If the page should be a Guide:
- Expand Page settings.
- Change the Article type to Guide.
Guide errors
Page with article type Guide missing template call
To resolve this error, add Guide DekiScript code.
- Open the page in edit mode and place your cursor at the bottom of the page.
- Select Style > DekiScript from the editor toolbar.
- Paste the following code into the DekiScipt block
template('MindTouch/IDF3/Views/Guide');
Page with article type Guide references Category template
To resolve this error, the DekiScript code must match the article type.
If the page should be a Guide:
- Open the page in edit mode and find the DekiScript code
template('MindTouch/IDF3/Views/Guide');
- Change the word "Category" in the code to "Guide".
If the page should be a Category:
- Expand Page settings.
- Change the Article type to Category.