<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Change Request :: Recent Items plugin</title>
		<link>https://www.cotonti.com</link>
		<description>Laatste forum onderwerpen</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sat, 11 Apr 2026 22:24:45 -0000</pubDate>

		<item>
			<title>Trustmaster</title>
			<description><![CDATA[page_begin and page_expire were originally developed for masking outdated news on index. In pages/categories it is not considered because otherwise thousands of pages on live sites will become outdated/unavailable.]]></description>
			<pubDate>Ma, 12 Apr 2010 18:59:08 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=5485&d=0#post24059]]></link>
		</item>
		<item>
			<title>ez</title>
			<description><![CDATA[Functionality:<br />
* Add a way to exclude certain pagecategories from the recentitems output<br />
* Add the page_begin and page_expire to the sql (I think this is a bug !!!)<br />
<br />
Solution:<br />
<br />
1) Add a config item called excludecats in the setup<br />
 excludecats=06:string:::Exclude PageCats (comma separated)<br />
<br />
2) Modify code in recentitems.php  (around line 40 or so)<br />
<div class="highlight"><pre class="php">/* LLS change: added exclude categories and added timefilter */
$excludecats = trim($cfg&#091;'plugin'&#093;&#091;'recentitems'&#093;&#091;'excludecats'&#093;);
$excludecats = &quot;system&quot;. (empty($excludecats) ? &quot;&quot;:&quot;,&quot;.$excludecats );
$timefilter = &quot;page_begin&lt;'&quot;.$sys&#091;'now_offset'&#093;.&quot;' AND page_expire&gt;'&quot;.$sys&#091;'now_offset'&#093;.&quot;'&quot;;

$sql = sed_sql_query(&quot;SELECT page_id, page_alias, page_cat, page_title, page_date FROM $db_pages WHERE page_state=0 AND $timefilter AND FIND_IN_SET(page_cat,'$excludecats')&lt;=0 ORDER by page_date DESC LIMIT $l&quot;);
/* LLS EndOfChange EOC */
</pre></div>
<br />
Thank you.. and have fun with this idea  <img class="aux smiley" src="https://www.cotonti.com/./images/smilies/smile.gif" alt=":)" /><br />
<br />
anyway... tell me what you think !!]]></description>
			<pubDate>Thu, 01 Apr 2010 16:37:32 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/nl/forums?m=posts&q=5485&d=0#post23898]]></link>
		</item>
	</channel>
</rss>