<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Comlist - Commented resources list for Siena</title>
		<link>https://www.cotonti.com</link>
		<description>Последние сообщения в теме</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Thu, 09 Apr 2026 16:32:21 -0000</pubDate>

		<item>
			<title>foxhound</title>
			<description><![CDATA[<p>I am trying to use this plugin but it keeps giving me errors, like this: <br /></p><pre class="brush:java;">SQL error 42000: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'As pl ON c.com_code=pl.poll_id AND c.com_area = 'polls' #0 cot_diefatal(SQL error 42000: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'As pl ON c.com_code=pl.poll_id AND c.com_area = 'polls') called at [D:\Dropbox\Xampp\htdocs\site\system\database.php:568] #1 CotDB-&gt;query(SELECT c.com_id, c.com_code, c.com_area, c.com_date as com_maxdate, c.com_author, c.com_authorid, c.com_text, p.*, pl.*, (SELECT COUNT(*) FROM cot_com AS ccc WHERE ccc.com_code = c.com_code) AS com_count FROM cot_com AS c LEFT JOIN cot_pages As p ON c.com_code=p.page_id AND c.com_area = 'page' AND p.page_state='0' LEFT JOIN As pl ON c.com_code=pl.poll_id AND c.com_area = 'polls' WHERE c.com_date = (SELECT MAX(com_date) FROM cot_com AS cc WHERE c.com_code = cc.com_code GROUP BY cc.com_area) AND com_area IN ('news') GROUP BY c.com_area, c.com_code ORDER BY com_maxdate DESC LIMIT 0, 5) called at [D:\Dropbox\Xampp\htdocs\site\plugins\comlist\comlist.global.php:110] #2 comlist(comlist, 5, com_maxdate DESC, , news, , TRUE, pcl) #3 call_user_func_array(comlist, Array ([0] =&gt; comlist,[1] =&gt; 5,[2] =&gt; com_maxdate DESC,[3] =&gt; ,[4] =&gt; news,[5] =&gt; ,[6] =&gt; TRUE,[7] =&gt; pcl)) called at [D:\Dropbox\Xampp\htdocs\site\system\cotemplate.php:1675]</pre>
<br />
I am getting the idea the problem is with how this plugin works with the poll comments, but I have no idea what needs to change and how. Maybe the author is still around and can take a look or maybe someone else knows how to fix this?
]]></description>
			<pubDate>пт, 17 янв 2014 23:33:15 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=7236&d=0#post39011]]></link>
		</item>
		<item>
			<title>Uch</title>
			<description><![CDATA[<p>
	done</p>
]]></description>
			<pubDate>чт, 22 ноя 2012 18:25:52 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=7236&d=0#post36318]]></link>
		</item>
		<item>
			<title>pieter</title>
			<description><![CDATA[<p>
	Nice, can you add this in downloads?</p>
]]></description>
			<pubDate>чт, 22 ноя 2012 18:22:19 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=7236&d=0#post36317]]></link>
		</item>
		<item>
			<title>Uch</title>
			<description><![CDATA[<p>
	Comlist Plugin is a <a href="https://www.cotonti.com/./extensions/navigation-structure/pagelist">PageList</a> clone. It shows commented pages, polls etc. (Siena)</p>
<p>
	You can use it to generate last commented pages/polls/etc. list, most commented pages/polls/etc. list and so on.</p>
<p>
	<a href="https://www.cotonti.com/./datas/users/comlist_220.rar">Download</a></p>
<p>
	As a Pagelist Plugin, Comlist is available via {PHP|comlist} callback from TPL file with <span class="short_text" lang="en" xml:lang="en"><span class="hps">the following settings:</span></span></p>
<p>
	$tpl - Template code (TPL file name without ".php" at the end)<br />
	$items - Number of items to show. 0 - all items<br />
	$order - Sorting order (SQL)<br />
	$condition - Custom selection filter (SQL)<br />
	$area - Custom comments areas list semicolon separated (both pages and polls by default)<br />
	$bwlist_cat - White and black lists of page categories. Mark categories with + or - to include them to the white or black list and separate with semicolon symbol. (+white_cat_1;...;+white_cat_N;-black_cat_1;...;-black_cat_Y;) O<span class="short_text" lang="en" xml:lang="en"><span class="hps">rder does not matter</span></span>.<br />
	$sub - Include subcategories in to the black and white lists of pages categorys TRUE/FALSE<br />
	$pagination - Pagination parameter name for the URL, e.g. 'pcm'. Make sure it does not conflict with other paginations. Leave it empty to turn off pagination</p>
<p>
	return string Parsed HTML</p>
<p>
	<span class="short_text" lang="en" xml:lang="en"><span class="hps">Examples</span></span>:</p>
<pre class="brush:java;">
{PHP|comlist('comlist', '10', 'com_maxdate DESC', '', 'page;polls', '', 'true')}</pre>
<p>
	shows 10 last commented pages and polls in all pages categorys without pagination</p>
<pre class="brush:java;">
{PHP|comlist('comlist', '5', 'com_maxdate DESC', '', 'page', '+news;-sport', 'TRUE', 'pcl')}</pre>
<p>
	shows 5 last commented pages in 'news' categorys without pages in 'news/sport' category with pagination</p>
<pre class="brush:java;">
{PHP|comlist('comlist', '5', 'com_count DESC', '', '', '', 'TRUE', 'pcl')}</pre>
<p>
	shows 5 most commented resources (pages,polls, etc.) in all availible areas with pagination</p>
<pre class="brush:java;">
{PHP|comlist('comlist', '5', 'com_count DESC', '', '', '+articles', 'FALSE')}</pre>
<p>
	shows 5 most commented pages of the root articles category without pagination</p>
<p>
	You can turn on/turn off caching and caching for <span class="short_text" lang="en" xml:lang="en"><span class="hps">authorized </span></span>users in administration panel.</p>
<p>
	Cache is <span class="short_text" lang="en" xml:lang="en"><span class="hps">sensitive to</span></span> TPL code, location, <span class="short_text" lang="en" xml:lang="en"><span class="hps">language and page number.</span></span></p>
]]></description>
			<pubDate>чт, 22 ноя 2012 18:18:30 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=7236&d=0#post36316]]></link>
		</item>
	</channel>
</rss>