<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>WordPress Türkiye Forumları Konu: Son yorum üstte olsun</title>
<link>http://www.wordpress-tr.com/forum/</link>
<description>WordPress Türkiye Forumları Konu: Son yorum üstte olsun</description>
<language>en</language>
<pubDate>Wed, 09 Jul 2008 06:41:34 +0000</pubDate>

<item>
<title>theson konu: "Son yorum üstte olsun"</title>
<link>http://www.wordpress-tr.com/forum/topic/5094#post-25929</link>
<pubDate>Cum, 28 Mar 2008 19:56:44 +0000</pubDate>
<dc:creator>theson</dc:creator>
<guid isPermaLink="false">25929@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;DESC ekleyerek yaptım istediğim oldu ama sıralama numarası değişmedi&#60;/p&#62;
&#60;p&#62;örnek&#60;/p&#62;
&#60;p&#62;1&#60;br /&#62;
2&#60;br /&#62;
3 &#60;/p&#62;
&#60;p&#62;olan yorum&#60;/p&#62;
&#60;p&#62;3&#60;br /&#62;
2&#60;br /&#62;
1&#60;/p&#62;
&#60;p&#62;diye oldu ama numarası yine eski halde duruyor onu nasıl yaparız peki onundamı DESC eklemesi olmalı..
&#60;/p&#62;</description>
</item>
<item>
<title>azkural konu: "Son yorum üstte olsun"</title>
<link>http://www.wordpress-tr.com/forum/topic/5094#post-25916</link>
<pubDate>Cum, 28 Mar 2008 15:49:51 +0000</pubDate>
<dc:creator>azkural</dc:creator>
<guid isPermaLink="false">25916@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Paged Comments eklentisi 'de olabilir.&#60;/p&#62;
&#60;p&#62;düzenleme : eylültoprak.
&#60;/p&#62;</description>
</item>
<item>
<title>eylultoprak konu: "Son yorum üstte olsun"</title>
<link>http://www.wordpress-tr.com/forum/topic/5094#post-25903</link>
<pubDate>Cum, 28 Mar 2008 10:51:26 +0000</pubDate>
<dc:creator>eylultoprak</dc:creator>
<guid isPermaLink="false">25903@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;comment.php dosyasında &#38;lt;?php echo $oddcomment; ?&#38;gt; Bu kodun devamına &#38;lt;?php comment_ID() ? 'de eklerseniz yorumun numarasını verir. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.eylulgunesi.com/al-yollarina.html&#34; rel=&#34;nofollow&#34;&#62;http://www.eylulgunesi.com/al-yollarina.html&#60;/a&#62; Burda olduğu gibi.
&#60;/p&#62;</description>
</item>
<item>
<title>MeZaR konu: "Son yorum üstte olsun"</title>
<link>http://www.wordpress-tr.com/forum/topic/5094#post-25894</link>
<pubDate>Cum, 28 Mar 2008 01:30:08 +0000</pubDate>
<dc:creator>MeZaR</dc:creator>
<guid isPermaLink="false">25894@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Hazır söz yorumlardan açılmışken; yorum numaralarını nasıl gösterebilirim acaba?&#60;br /&#62;
1&#60;br /&#62;
2&#60;br /&#62;
3&#60;br /&#62;
4  gibi
&#60;/p&#62;</description>
</item>
<item>
<title>azkural konu: "Son yorum üstte olsun"</title>
<link>http://www.wordpress-tr.com/forum/topic/5094#post-25885</link>
<pubDate>Per, 27 Mar 2008 20:47:21 +0000</pubDate>
<dc:creator>azkural</dc:creator>
<guid isPermaLink="false">25885@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Çok teşekkürler arkadaşlar hepinize. Tam istediğim gibi oldu. heytbecom arkadaşın düzelttiği kodları yapıştırdım oldu bitti. Şimdi tam bir ziyaretçi defterine kavuşmuş oldum.
&#60;/p&#62;</description>
</item>
<item>
<title>heytbecom konu: "Son yorum üstte olsun"</title>
<link>http://www.wordpress-tr.com/forum/topic/5094#post-25884</link>
<pubDate>Per, 27 Mar 2008 20:34:27 +0000</pubDate>
<dc:creator>heytbecom</dc:creator>
<guid isPermaLink="false">25884@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;blockquote&#62;&#60;p&#62;	// TODO: Use API instead of SELECTs.&#60;br /&#62;
	if ( $user_ID) {&#60;br /&#62;
		$comments = $wpdb-&#38;gt;get_results(&#34;SELECT * FROM $wpdb-&#38;gt;comments WHERE comment_post_ID = '$post-&#38;gt;ID' AND (comment_approved = '1' OR ( user_id = '$user_ID' AND comment_approved = '0' ) )  ORDER BY comment_date DESC&#34;);&#60;br /&#62;
	} else if ( empty($comment_author) ) {&#60;br /&#62;
		$comments = $wpdb-&#38;gt;get_results(&#34;SELECT * FROM $wpdb-&#38;gt;comments WHERE comment_post_ID = '$post-&#38;gt;ID' AND comment_approved = '1' ORDER BY comment_date DESC&#34;);&#60;br /&#62;
	} else {&#60;br /&#62;
		$author_db = $wpdb-&#38;gt;escape($comment_author);&#60;br /&#62;
		$email_db  = $wpdb-&#38;gt;escape($comment_author_email);&#60;br /&#62;
		$comments = $wpdb-&#38;gt;get_results(&#34;SELECT * FROM $wpdb-&#38;gt;comments WHERE comment_post_ID = '$post-&#38;gt;ID' AND ( comment_approved = '1' OR ( comment_author = '$author_db' AND comment_author_email = '$email_db' AND comment_approved = '0' ) ) ORDER BY comment_date DESC&#34;);&#60;br /&#62;
	}
&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;&#60;a href=&#34;http://pastebin.ca/959824&#34; rel=&#34;nofollow&#34;&#62;http://pastebin.ca/959824&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>eylultoprak konu: "Son yorum üstte olsun"</title>
<link>http://www.wordpress-tr.com/forum/topic/5094#post-25883</link>
<pubDate>Per, 27 Mar 2008 20:32:58 +0000</pubDate>
<dc:creator>eylultoprak</dc:creator>
<guid isPermaLink="false">25883@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;1- &#60;a href=&#34;http://www.wordpress-tr.com/forum/topic/3920?replies=3&#34; rel=&#34;nofollow&#34;&#62;http://www.wordpress-tr.com/forum/topic/3920?replies=3&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2- &#60;a href=&#34;http://wordpress.org/extend/plugins/ajah-comments/&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/extend/plugins/ajah-comments/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>azkural konu: "Son yorum üstte olsun"</title>
<link>http://www.wordpress-tr.com/forum/topic/5094#post-25881</link>
<pubDate>Per, 27 Mar 2008 20:20:28 +0000</pubDate>
<dc:creator>azkural</dc:creator>
<guid isPermaLink="false">25881@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;İngilizce bilmediğim için dediğiniz siteden yararlanamıyorum maalesef. Forumda ise yorum diye arattırdım en uygun bu başlık çıktı bu sebeple burdan devam ettim bende.&#60;/p&#62;
&#60;p&#62;Soruma gelince; öncelikle ilginize teşekkür ederim. Denileni yaptım ama yorumlar tümden görünmez oldu muhtemelen ben yanlış yaptım. Nereleri değiştireceğiz tam bir bilgi veremezmisiniz.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;// TODO: Use API instead of SELECTs.&#60;br /&#62;
	if ( $user_ID) {&#60;br /&#62;
		$comments = $wpdb-&#38;gt;get_results(&#34;SELECT * FROM $wpdb-&#38;gt;comments WHERE comment_post_ID = '$post-&#38;gt;ID' AND (comment_approved = '1' OR ( user_id = '$user_ID' AND comment_approved = '0' ) )  ORDER BY comment_date&#34;);&#60;br /&#62;
	} else if ( empty($comment_author) ) {&#60;br /&#62;
		$comments = $wpdb-&#38;gt;get_results(&#34;SELECT * FROM $wpdb-&#38;gt;comments WHERE comment_post_ID = '$post-&#38;gt;ID' AND comment_approved = '1' ORDER BY comment_date&#34;);&#60;br /&#62;
	} else {&#60;br /&#62;
		$author_db = $wpdb-&#38;gt;escape($comment_author);&#60;br /&#62;
		$email_db  = $wpdb-&#38;gt;escape($comment_author_email);&#60;br /&#62;
		$comments = $wpdb-&#38;gt;get_results(&#34;SELECT * FROM $wpdb-&#38;gt;comments WHERE comment_post_ID = '$post-&#38;gt;ID' AND ( comment_approved = '1' OR ( comment_author = '$author_db' AND comment_author_email = '$email_db' AND comment_approved = '0' ) ) ORDER BY comment_date&#34;);
&#60;/p&#62;&#60;/blockquote&#62;</description>
</item>
<item>
<title>heytbecom konu: "Son yorum üstte olsun"</title>
<link>http://www.wordpress-tr.com/forum/topic/5094#post-25877</link>
<pubDate>Per, 27 Mar 2008 18:14:25 +0000</pubDate>
<dc:creator>heytbecom</dc:creator>
<guid isPermaLink="false">25877@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Arkadaşlar bu bilgilerin çoğu codex ve wordpress forumlarında mevcut. Küçük bir arama ile bulunabilecek şeyler.&#60;br /&#62;
* Ben size izlediğim yolu anlatayım - sizlerde bunu uygulayarak yapmak istediklerinizi bulabilir ve buna ihtiyaç duyabilecek kişilere wordpress-tr forum aracılığıyla açacağınız konularda yaptığınız işlemleri anlatabilirsiniz.&#60;/p&#62;
&#60;p&#62;* wordpress.org sitesine girdim. &#60;strong&#62;sorting comments&#60;/strong&#62; diye arattım. Karşıma çıkan sonuçları tek tek gezdim.&#60;br /&#62;
Bulduğum sonuçlar:&#60;br /&#62;
&#60;a href=&#34;http://wordpress.org/support/topic/129979&#34; rel=&#34;nofollow&#34;&#62;http://wordpress.org/support/topic/129979&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Sonucu denemedim ama sizler deyerek doğru mu yanlış mı haberdar edersiniz.&#60;/p&#62;
&#60;p&#62;Yapmanız gereken:&#60;br /&#62;
wp-includes\comment-template.php içersinde 3 adet Select kelimesi geçmekte.&#60;br /&#62;
Arkadaş orderbydan sonraki bölümlerin hepsine DESC yazmış...
&#60;/p&#62;</description>
</item>
<item>
<title>azkural konu: "Son yorum üstte olsun"</title>
<link>http://www.wordpress-tr.com/forum/topic/5094#post-25872</link>
<pubDate>Per, 27 Mar 2008 12:22:05 +0000</pubDate>
<dc:creator>azkural</dc:creator>
<guid isPermaLink="false">25872@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Bloğum için normal yorum sistemini kullanarak, ziyaretçi defteri oluşturdum.&#60;br /&#62;
Fakat en son yapılan yorumun alta değil üste eklenmesini istiyorum. Yani yeniden eskiye doğru sıralanmasını, bunu nasıl yapabilirim. Bu forumda&#60;br /&#62;
son derece bilgili arkadaşlarımın olduğunu biliyorum. Ben de &#34;theson&#34; arkadaş gibi çözüm yolu bekliyorum. Şimdiden teşekkürler.
&#60;/p&#62;</description>
</item>
<item>
<title>theson konu: "Son yorum üstte olsun"</title>
<link>http://www.wordpress-tr.com/forum/topic/5094#post-25780</link>
<pubDate>Pts, 24 Mar 2008 17:35:36 +0000</pubDate>
<dc:creator>theson</dc:creator>
<guid isPermaLink="false">25780@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Yorum yazılan konu üste gelsin demiyorum.. &#60;/p&#62;
&#60;p&#62;Konu altında yorum yazılınca&#60;/p&#62;
&#60;p&#62;1-ilk yorum&#60;br /&#62;
2-ikinci yorum&#60;/p&#62;
&#60;p&#62;diye sıralıyor fakat bunu dmry.net gibi tersten nasıl yaparım.. ilk yazan geride kalsın son yazan üstte gözüksün..&#60;/p&#62;
&#60;p&#62;2-ikinci yorum&#60;br /&#62;
1-ilk yorum&#60;/p&#62;
&#60;p&#62;ayrıca, paged comments eki aradım ama 2.3.3 bulamadım sanırım uyuşmuyor farklı ne önerirsiniz..
&#60;/p&#62;</description>
</item>

</channel>
</rss>
