﻿<?xml version="1.0" encoding="UTF-8"?><!-- 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: Dreamy Teması'nda yan menüde hata</title>
<link>http://www.wordpress-tr.com/forum/</link>
<description>WordPress Türkiye Forumları Konu: Dreamy Teması'nda yan menüde hata</description>
<language>en</language>
<pubDate>Fri, 05 Sep 2008 13:34:13 +0000</pubDate>

<item>
<title>Jetaime konu: "Dreamy Teması'nda yan menüde hata"</title>
<link>http://www.wordpress-tr.com/forum/topic/1729#post-8079</link>
<pubDate>Per, 07 Jun 2007 21:27:47 +0000</pubDate>
<dc:creator>Jetaime</dc:creator>
<guid isPermaLink="false">8079@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;dmry hızır gibi yetiştin ne kadar cok teşekkür etsem azdır Allah razı olsun (: ama benim sorunlarım bitmiyor :( şimdi tema düzgün çalışıyor ama benim bu sidebar hakkında bi kaç sorum olacak şimdi buraya bişey ekleyebiliyormuyuz bileşen falan ben denedim olmadı widgets yukledim onlada olmadı :( yani bu sidebarı düzenliyecek bi eklenti varmıdır acaba ? birde aşağaya resminide ekliycem , sidebardaki yazılar sol tarafa cok yakın hiç boşluk yok sol tarafa sıfırlamışlar o  yazıların biraz daha sağa kaymasını saglıyabilirmiyim eğer yapabilirsem nereden  yapmam lazim(:&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://img19.imageshack.us/img19/9506/sidezt3.jpg&#34; alt=&#34;sidebar resmi &#34; /&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>eylultoprak konu: "Dreamy Teması'nda yan menüde hata"</title>
<link>http://www.wordpress-tr.com/forum/topic/1729#post-8044</link>
<pubDate>Per, 07 Jun 2007 13:31:56 +0000</pubDate>
<dc:creator>eylultoprak</dc:creator>
<guid isPermaLink="false">8044@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;çessur çevvik vve attak :) dmry
&#60;/p&#62;</description>
</item>
<item>
<title>dmry konu: "Dreamy Teması'nda yan menüde hata"</title>
<link>http://www.wordpress-tr.com/forum/topic/1729#post-8038</link>
<pubDate>Per, 07 Jun 2007 11:51:03 +0000</pubDate>
<dc:creator>dmry</dc:creator>
<guid isPermaLink="false">8038@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Çözüm yolunu yazının devamına ek yaptım. Temanın uyumsuz olmasından kaynaklanıyor.&#60;br /&#62;
&#60;a href=&#34;http://www.dmry.net/wordpress-dreamy-10-temasi-turkce-cevirisi&#34; rel=&#34;nofollow&#34;&#62;http://www.dmry.net/wordpress-dreamy-10-temasi-turkce-cevirisi&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Önce tema dizininde yer alan sidebar.php dosyasını açın. Buradaki,&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php&#60;br /&#62;
			 $link_cats = $wpdb-&#38;gt;get_results(\&#38;quot;SELECT cat_id, cat_name FROM $wpdb-&#38;gt;linkcategories\&#38;quot;);&#60;br /&#62;
			 foreach ($link_cats as $link_cat) {&#60;br /&#62;
			 ?&#38;gt;&#60;br /&#62;
			  &#38;lt;h2&#38;gt;&#38;lt;?php echo $link_cat-&#38;gt;cat_name; ?&#38;gt;&#38;lt;/h2&#38;gt;&#60;/p&#62;
&#60;ul&#62;
				&#38;lt;?php wp_get_links($link_cat-&#38;gt;cat_id); ?&#38;gt;
			   &#60;/ul&#62;
&#60;p&#62;			 &#38;lt;?php } ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;satırlarını alttaki ile değiştirin.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php&#60;br /&#62;
			 //$link_cats = $wpdb-&#38;gt;get_results(\&#38;quot;SELECT cat_id, cat_name FROM $wpdb-&#38;gt;linkcategories\&#38;quot;);&#60;br /&#62;
$link_cats = $wpdb-&#38;gt;get_results(\&#38;quot;SELECT c.cat_ID, c.cat_name FROM $wpdb-&#38;gt;link2cat l, $wpdb-&#38;gt;categories c where l.category_id=c.cat_ID group by c.cat_ID\&#38;quot;);&#60;br /&#62;
			 foreach ($link_cats as $link_cat) {&#60;br /&#62;
			 ?&#38;gt;&#60;br /&#62;
			  &#38;lt;h2&#38;gt;&#38;lt;?php echo $link_cat-&#38;gt;cat_name; ?&#38;gt;&#38;lt;/h2&#38;gt;&#60;/p&#62;
&#60;ul&#62;
				&#38;lt;?php wp_get_links($link_cat-&#38;gt;cat_ID); ?&#38;gt;
			   &#60;/ul&#62;
&#60;p&#62;			 &#38;lt;?php } ?&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>eylultoprak konu: "Dreamy Teması'nda yan menüde hata"</title>
<link>http://www.wordpress-tr.com/forum/topic/1729#post-8024</link>
<pubDate>Çar, 06 Jun 2007 22:33:38 +0000</pubDate>
<dc:creator>eylultoprak</dc:creator>
<guid isPermaLink="false">8024@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;ille defalt olacaksa tema sende kendi tema dosyalarını o klasore at.. böyle bi içimden geldi yazayım dedim :)
&#60;/p&#62;</description>
</item>
<item>
<title>Jetaime konu: "Dreamy Teması'nda yan menüde hata"</title>
<link>http://www.wordpress-tr.com/forum/topic/1729#post-8023</link>
<pubDate>Çar, 06 Jun 2007 22:28:36 +0000</pubDate>
<dc:creator>Jetaime</dc:creator>
<guid isPermaLink="false">8023@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;yok hayır hiçbir düzenleme yapmadım sidebar.php dosyasında , bi kaç kez sıfırdan kurdum hatta bi keresinde kurulum esnasında  sadece dreamy temasını bıraktımki database den kaynaklanan sorun belki  meydana gelmez diye ama o zamanda site gorunmedi illa default tema olacak görünmesi için ilk olarak , işte onuda denedim ama olmadı bu sorun databaseden kaynaklanıyo ama sanırım kimse çözememiş henuz
&#60;/p&#62;</description>
</item>
<item>
<title>h-yaman konu: "Dreamy Teması'nda yan menüde hata"</title>
<link>http://www.wordpress-tr.com/forum/topic/1729#post-7989</link>
<pubDate>Çar, 06 Jun 2007 08:45:49 +0000</pubDate>
<dc:creator>h-yaman</dc:creator>
<guid isPermaLink="false">7989@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;O zaman sorun temada. Temanın Sidebar dosyasında sen düzenleme yaptıysan herhangibir kod satırını silmiş olabilirsin. Temanın orjinal adresinden temayı indirip indirdiğin sidebar.php dosyası ile sendeki mevcut olanı karşılaştırmayı dene.
&#60;/p&#62;</description>
</item>
<item>
<title>Jetaime konu: "Dreamy Teması'nda yan menüde hata"</title>
<link>http://www.wordpress-tr.com/forum/topic/1729#post-7975</link>
<pubDate>Sal, 05 Jun 2007 20:47:05 +0000</pubDate>
<dc:creator>Jetaime</dc:creator>
<guid isPermaLink="false">7975@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;sorun temadanmı kaynaklanıyor bilemiyorum ama diger temalarda sorun cıkmıyo mesela  GlossyBlue 1.3  , iTheme 1.1 , Blueblog TR 1.0 bunları denedim bunlarda hiçbir sorun oluşmadı sadece dreamyde sorun cıktı , benden başka kimse daha once karşılaşmadımı acaba boyle bi sorunlar ?
&#60;/p&#62;</description>
</item>
<item>
<title>h-yaman konu: "Dreamy Teması'nda yan menüde hata"</title>
<link>http://www.wordpress-tr.com/forum/topic/1729#post-7972</link>
<pubDate>Sal, 05 Jun 2007 20:12:03 +0000</pubDate>
<dc:creator>h-yaman</dc:creator>
<guid isPermaLink="false">7972@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Tema değiştirmeyi dener misin? Sorun acaba temada mı?
&#60;/p&#62;</description>
</item>
<item>
<title>Jetaime konu: "Dreamy Teması'nda yan menüde hata"</title>
<link>http://www.wordpress-tr.com/forum/topic/1729#post-7962</link>
<pubDate>Sal, 05 Jun 2007 18:44:22 +0000</pubDate>
<dc:creator>Jetaime</dc:creator>
<guid isPermaLink="false">7962@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;wordpress 2.2 türkçe versiyonunu kullandım  hatta burdan indirdim son surum yazıyordu. temayıda dmry.net ten indirdim &#60;a href=&#34;http://www.dmry.net/wp-dosyalar/alt_dizin_1/wp_dreamy_1.0_TR.zip&#34;&#62;Burdan&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>Xenuan konu: "Dreamy Teması'nda yan menüde hata"</title>
<link>http://www.wordpress-tr.com/forum/topic/1729#post-7960</link>
<pubDate>Sal, 05 Jun 2007 17:31:09 +0000</pubDate>
<dc:creator>Xenuan</dc:creator>
<guid isPermaLink="false">7960@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Öncelikle hangi wordpress versiyonunu kullanıyorsun ve temayı nerden indirdin? Temanın son sürüm olmasına dikkat ettinmi?
&#60;/p&#62;</description>
</item>
<item>
<title>Jetaime konu: "Dreamy Teması'nda yan menüde hata"</title>
<link>http://www.wordpress-tr.com/forum/topic/1729#post-7956</link>
<pubDate>Sal, 05 Jun 2007 16:13:44 +0000</pubDate>
<dc:creator>Jetaime</dc:creator>
<guid isPermaLink="false">7956@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;arkadaşlar ben siteme dreamy temasını denedim cok begendim yanlız yan menuda şöyle bi hata oluştu acaba çözümü varmı bilenler cevaplarsa cok sevinirim ben aradım taradım ama pek bişey bulamadım :( hata bu ;&#60;/p&#62;
&#60;p&#62;Kategoriler&#60;br /&#62;
* Kategorilenmemiş&#60;br /&#62;
WordPress veritabanı hatası: [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 '' at line 1]&#60;br /&#62;
SELECT cat_id, cat_name FROM
&#60;/p&#62;</description>
</item>

</channel>
</rss>
