Blog comments RSS feed

  Previous topic Next topic Print this topic Mail us feedback on this topic!

  Default  
  Web part control ID: Serves as an identifier for the web part. This ID must be unique within the context of each page template. The value of this property may only contain alphanumeric characters and the underscore character ( _ ).  
  Web part title: Title of the web part displayed on the Design tab of CMS Desk. If empty, the value of the Web part control ID property is used for this purpose.  
  Disable view state: Indicates if view state should be disabled for this web part.  
  Disable macros: If checked, macros contained in the values of the web part's properties will no longer be resolved.  
   

  Visibility  
  Visible: Indicates if the web part should be displayed.  
  Hide on subpages: Indicates if the web part should be hidden on sub-pages. If checked, the web part will not be displayed on documents that inherit the web part from a parent document.  
  Show for document types: Contains a list of document types on which the web part should be displayed. If the currently selected document uses the page template containing this web part, but its type is not specified by this property, the web part will be hidden. The document types in the list must be specified by their code names and separated by semicolons (;). If empty, the web part will be displayed on all document types.  
  Display to roles: Contains a list of roles to which the web part should be displayed. This may be used to implement documents with specific functionality for different types of users. The roles in the list must be specified by their code names and separated by semicolons (;). If empty, the web part will be displayed to all users.  
   

  Feed link  
  Link text: Text for the feed link.  
  Link icon: Icon which will be displayed in the feed link.  
  Enable RSS auto-discovery: Indicates if the RSS feed is automatically discovered by the browser.  
   

  RSS  
  Feed name: Feed name to identify this feed on a page with multiple feeds. If the value is empty the GUID of the web part instance will be used by default.  
  Feed title: URL title of the feed.  
  Feed description: Description of the feed.  
  Feed language: Language of the feed. If the value is empty the content culture will be used.  
  Feed querystring key: Querystring key which is used for RSS feed identification on a page with multiple RSS feeds.  
  Feed header: Custom feed header XML which is generated before feed items. If the value is empty default header for RSS feed is generated.  
  Feed footer: Custom feed footer XML which is generated after feed items. If the value is empty default footer for RSS feed is generated.  
   

  Transformations  
  Transformation name: Transformation used for generating the feed.  
   

  Comments filter  
  Select only approved: Indicates if only approved items should be selected.  
  ORDER BY expression: Sets the value of the ORDER BY clause in the SELECT statement used to retrieve the content.  
  Select top N documents: Selects only top N items. If blank, all items are selected.  
  Site name: Sets the website (specified by its code name) from which the content should be loaded. If left empty, the current site is used.  
  WHERE condition: Where condition for blog comments.  
  Columns: Lists the database columns that should be loaded along with the given objects, separated by commas (,). If empty, all columns will be loaded. Specifying a list without unnecessary columns may significantly improve performance.  
   

  Document filter  
  Use document filter: Indicates if the comments should be retrieved according to document filter settings.  
  Path: Path of the documents.  
  Combine with default culture: Indicates if default language version of the document should be used during filtering if the document is not translated to the current language.  
  Culture code: Culture version of the documents.  
  Maximum nesting level: Maximum nesting level. It specifies the number of sub-levels in the content tree that should be included in the filtered content.  
  Select only published: Indicates if only published documents should be used during filtering.  
  WHERE condition: Sets the value of the WHERE clause in the SELECT statement used to retrieve the content.  
   

  System settings  
  Cache item name: Sets the name of the cache key used for the content of the web part. If not specified, this name is generated automatically based on the site, document path, Web part control ID and current user. A cache key can be shared between multiple web parts with the same content on different pages in order to avoid keeping redundant data in the memory.  
  Cache minutes: Sets the number of minutes for which the content of the web part should remain cached before its latest version is reloaded from the database. If left empty, the value entered into the Site Manager -> Settings -> System -> Performance -> Cache content (minutes) setting will be used instead. If set to 0, caching will be disabled for the web part.  
  Cache dependencies: Contains a list of cache keys on which the partial cache of the web part depends. When the specified cache items change, the partial cache of the web part is deleted. Each line may only contain a single item. If the Use default cache dependencies box is checked, the default dependencies will be used, which include all possible object changes that could affect the specific web part.  
   

  Web part container  
  Web part container: Specifies the name of the container (box) to be displayed around the web part. Only the containers defined at Site Manager -> Development -> Web part containers can be selected. The selected container can be edited directly by using the Edit button.  
  Container title: Sets a title for the container. This title is displayed only if the {%ContainerTitle%} macro is used in the code of the container.  
  Container CSS class: CSS class used for the container. Applied only if the {%ContainerCSSClass%} macro is used as the value of the Class attribute in the code of the container.  
  Container custom content: Custom content to be used in the container. Applied only if the {%ContainerCustomContent%} macro is used in the code of the container.  
  Hide container on subpages: Indicates if the web part container should be hidden on sub-pages.  
   

  HTML Envelope  
  Content before: HTML content placed before the web part. Can be used to display a header or add some encapsulating code, such as <div> or <table> elements to achieve the required layout.  
  Content after: HTML content placed after the web part. Can be used to display a footer or close the tags contained in the ContentBefore value, such as </div> or </table> elements.  
   

  Time zones  
  Time zone: Specifies the type of time zone used for the content of the web part.  
  Custom time zone: May be used to assign a custom time zone specifically for the content of this web part. If selected, the time zone will be used regardless of current user or website time zone settings.  
   

Help URL: http://devnet.kentico.com/docs/webparts/index.html?BlogCommentsRSSFeed_properties.htm