|
|
|
|
|
|
|
|
|
|
|
From Content Menu, click Manage Topics
Topics are free form content blocks that can be displayed on your site, either embedded within other pages, or on a page of their own. These are often used for 'FAQ' pages, policy pages, special instructions, etc.
Topics can contain HTML and scripting, though a working knowledge of those technologies is necessary. Content is entered through the 3rd-party 'RAD Editor' control created by Telerik.
Topics can be used several ways:
- At a direct URL, with the format: http://www.yoursite.com/t-topicname.aspx
- Embedding in a .aspx page in this format: <aspdnsf:Topic ID="IDName" runat="server" TopicName="TopicName" />
- In a skin template.ascx file, in this format: <%$ Tokens:TOPIC, topicname %>
The Topics page is broken into several sections, explained below:
Topic List
This part of the page lists the existing topics. Clicking on one of the names or the 'Add new' button will display topic detail fields to the right of the topic list (see below). The 'Show for Skin' dropdown allows you to display topics that are restricted to specific skins (see below). The 'Show Locale Setting' displays topics created for specific locales (see here for information on locales).
Topic Details
This area is where the topic's attributes and contents are set. The fields are:
Field Name | Description | Topic Name | This is the name of the topic. This will not be visible to customers unless linking to the topic in a URL, in which case the name will be part of the URL. | Topic Title | The is the topic's formal title. If nothing is present in the 'Search Engine Page Title' field explained below, this value will be used for the page title displayed in the browser. | Map to Topic | See 'Topic Mapping' section below. |
Applies Only to Skin | This field can restrict the topic to a specific skin. Only customers viewing the site in that skin will be able to see the topic's contents. See here for more information on varying the skin customers see. | Display Order | This value determines the order that the topics will appear in on the sitemap. Leaving this set to 1 for all topics will cause them to be displayed alphabetically. | Description | This is the content of the topic. The Telerik RAD editor can accept HTML, if you click the <> button at the lower left. Note that the HTML needs to be properly formatted, or you can affect the rendering of the entire page this topic is displaying on. | Search Engine Page Title | This is the title that will display in the browser. This value will also be used to generate a title meta tag for the page, which an help with indexing by outside search engines. | Search Engine Page Keywords | A comma-separate list of words to be turned into a keyword meta tag. Populating this field will help increase indexing by search engines. | Search Engine Page Description | A page description which will be turned into a description meta tag. Populating this field will help increase indexing by search engines. | Password | Entering a value here will password-protect the topic, so only customers who know that password can access the page. Leaving the field blank allows all customers to view the page. | Requires Subscription | If this is set to yes, only customers with a current subscription will be able to view the topic. For more information on subscriptions, see here. | HTML OK | This field is no longer used. | Requires Disclaimer | Setting this to yes will require customers to agree to a disclaimer before viewing the topic page. See here for more information on disclaimers. | Publish in Site Map | If this field is set to yes, the topic will appear in your sitemap. | Page BG Color | This field is not currently used. | Contents BG Color | This field is not currently used. | Skin Graphics Color | This field is not currently used. |
Topic Mapping
Starting in version 9.0, Topics can be mapped to other topics. Once this is done, a link to the mapped topic will display at the top of the topic it was mapped to. In the example below, the About topic was mapped to the Copyright topic.
To map a topic, simply click the 'Map' link in it's properties and navigate through the popup window and check off the topic(s) you want to map it to. Click the 'Save' link at the top of the window, then Close the window.
NOTE: Only one page worth of mappings can be saved at a time. If you need to map to multiple topics, it may require multiple clicks of the 'Save' link.
File Based Topics
Topic pages can also be rendered from ordinary .htm files located on your site. The files should go in the App_Templates/Skin_#/ folder, and must have .htm file extensions. Also remember that they must be complete, valid html files with opening and closing html, head, and body tags.
Topics created this way are accessed just like any other topic: /t-topicname.aspx (where topicname is the filename, without extension).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|