<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Son forum konuları</title>
		<link>https://www.cotonti.com</link>
		<description>Last topic posts</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sat, 11 Apr 2026 13:23:27 -0000</pubDate>

		<item>
			<title>TheRaskol</title>
			<description><![CDATA[Merhaba;<br />
<br />
Son forum konuları eklentisi kullanıyorum.<br />
Fakat bir değişiklik yapıp fs_id = 30 (forumda bir kategori) olanı son forum konularında göstermek istemiyorum.<br />
<br />
Aşağıdaki şekilde bir function düşündüm fakat olmadı.<br />
<br />
<pre class="code">function sed_get_latesttopics($limit, $mask)
{
global $L, $db_forum_topics, $db_forum_sections, $usr, $cfg, $skin, $plu_empty;

$sql = sed_sql_query(&quot;SELECT t.ft_id, t.ft_sectionid, t.ft_title, t.ft_updated, t.ft_postcount, s.fs_id, s.fs_title, s.fs_category
FROM $db_forum_topics t,$db_forum_sections s
WHERE t.ft_sectionid=s.fs_id
AND t.ft_movedto=0 AND t.ft_mode=0
AND fs_id !='30' ///// Burasını değiştirdim.
ORDER by t.ft_updated DESC LIMIT $limit&quot;);</pre>
<br />
Teşekkür ederim.]]></description>
			<pubDate>Sun, 02 May 2010 06:38:49 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/forums?m=posts&q=5585&d=0#post24415]]></link>
		</item>
	</channel>
</rss>