Download

YATCP 0.6.5 Download YATCP 0.6.5

Questions, Bugs, Enhancements? Mail me: yatcp@organisiert.net

Features

  • Tested from WP 2.0.10, up to 2.5
  • Out of the Box threaded comments
  • Works without Javascript
  • Customizable through CSS or own templates
  • Completely internationalized for easy translation
  • Limiting of nesting depth
  • GPL v2 licensed

CSS Customization

YATCP uses a number of CSS Classes to style the output of the Comments. All the CSS definitions are made in a file called yatcp_style.css which resides in the yatcp directory in your plugins directory.

The applied styles are:

.authorline
Formats the first Line of the comment, which states facts about the commenter and the comments Date and time
ol.yatcp_commentlist
Styling of the whole List of comments
ol.yatcp_commentlist li
Styling of individual Items of the Comments list
ol.yatcp_commentlist li.alt
Allows to style the odd comments differently
ol.yatcp_commentlist li ol
Controls the display of the nested Lists, which are created when comments are made on another comment.

You might tweak the contents of these Selectors so they fit your taste and/or template. You can also add new selectors (e.g. ol.yatcp_commentlist li ol li, as a link to the CSS File is included within the outout of the comments template every time it is called, so new CSS Rules will apply instantly.