The attached add-on files may be out of date. Please visit Devot-ee for the latest versions.
This plugin allows you to display list of commented entries. Supports both usual pagination and loading pages via AJAX.
I. PARAMETERS
1) site - Optional. Allows you to specify site id number.
You can stack site id numbers using pipe character to get entries
from any of those sites, e.g. site=“1|3”. Or use “not”
(with a space after it) to exclude sites, e.g. site=“not 1|2”.
2) weblog - Optional. Allows you to specify weblog name.
You can use the pipe character to get entries from any of those
weblogs, e.g. weblog=“weblog1|weblog2|weblog3”.
Or you can add the word “not” (with a space after it) to exclude weblogs,
e.g. weblog=“not weblog1|weblog2|weblog3”. You also can use weblog ids
instead of weblog names as the values of this parameter; you can even
mix weblog names and weblog ids, e.g. weblog=“weblog1|10|weblog2|15|weblog3”.
3) category - Optional. Allows you to specify category id number
(the id number of each category is displayed in the Control Panel).
You can stack categories using pipe character to get entries
with any of those categories, e.g. category=“3|6|8”. Or use “not”
(with a space after it) to exclude categories, e.g. category=“not 4|5|7”.
4) status - Optional. Allows you to specify status of entries. You can choose multiple
statuses using a pipe status=“draft|reviewed|published” or exclude statuses using “not”
status=“not submitted|processing|closed”.
5) entry_id - Optional. Allows you to specify entry_id of entries. You can specify multiple
entry_ids using pipe, e.g. entry_id=“101|109|12|136” or exclude entry_ids using “not”,
e.g. entry_id=“not 101|109|12|136”.
6) orderby - Optional. This parameter sets the display order of the entries.
Possible values are “date”, “title”, “edit_date”, “comment_total”, “recent_comment_date”,
“screen_name”. Default is “date”.
7) sort - Optional. Allows you to specify sort order.
Sort order can be ascending (sort=“asc”) or descending (sort=“desc”).
Default is descending.
NOTE: The orderby=”” and sort=”” parameters can accept multiple values using the pipe character.
This allows you to have multiple levels of ordering and then specify the sort rules for those levels.
For example, if you wish to order by screen_name alphabetically and then have the most recent entries first, you would use the following parameters:
orderby=“screen_name|date” sort=“asc|desc”
8) expired_entries - Optional. Allows you to specify if expired entries should be displayed.
Possible values are “yes” and “no”. Default is “no”.
9) expired_comments - Optional. Allows you to specify if expired comments should be counted.
Possible values are “yes” and “no”. Default is “no”.
10) limit - Optional. Allows you to specify number of entries to be displayed. Default value is “10”.
To display all commented entries set the value of this parameter to “none”.
11) per_page - Optional. Allows you to specify how many
items should be displayed on one page. Default value is “10”. This parameter should net be confused with
“limit” parameter.
12) date_format - Optional. Allows you to specify how date should be formatted.
Use ExpressionEngine’s date formatting code.
13) date_localize - Optional. Allows you to specify if the date should be localized.
Possible values are “yes” and “no”. Default is “no”.
14) time_span_entries - Optional. Allows you to specify number of days from now.
E.g. time_span_entries=“14” means that plugin will display commented entries posted
during the last 14 days.
15) time_span_comments - Optional. Allows you to specify number of days from now.
E.g. time_span_comments=“21” means that plugin will display commented entries which have comments submitted
during the last 21 days.
Continued in the next post
