﻿<?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ı Etiket: problem</title>
<link>http://www.wordpress-tr.com/forum/</link>
<description>WordPress Türkiye Forumları Etiket: problem</description>
<language>en</language>
<pubDate>Fri, 29 Aug 2008 20:24:49 +0000</pubDate>

<item>
<title>TechExpert konu: "Konu görüntüleme hatası :("</title>
<link>http://www.wordpress-tr.com/forum/topic/6992#post-33639</link>
<pubDate>Paz, 17 Aug 2008 15:47:23 +0000</pubDate>
<dc:creator>TechExpert</dc:creator>
<guid isPermaLink="false">33639@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Buradan güvenlik nedeni ile sanırım sayfayı yayınlatmaya izin vermiyor. indirmek isteye olursa link'i : &#60;a href=&#34;http://www.upload.gen.tr/d.php/s2/0fpvc3yp/comments.php1.html&#34; rel=&#34;nofollow&#34;&#62;http://www.upload.gen.tr/d.php/s2/0fpvc3yp/comments.php1.html&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;orayada php uzantısı ile yükletmediler bende php1 yaptım uzantıyı.
&#60;/p&#62;</description>
</item>
<item>
<title>TechExpert konu: "Konu görüntüleme hatası :("</title>
<link>http://www.wordpress-tr.com/forum/topic/6992#post-33638</link>
<pubDate>Paz, 17 Aug 2008 15:42:11 +0000</pubDate>
<dc:creator>TechExpert</dc:creator>
<guid isPermaLink="false">33638@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;96. satırda şu var.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;br /&#62;
&#38;lt;p&#38;gt;Logged in as &#60;a&#62;'/wp&#60;br /&#62;
&#60;/a&#62;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>TechExpert konu: "Konu görüntüleme hatası :("</title>
<link>http://www.wordpress-tr.com/forum/topic/6992#post-33637</link>
<pubDate>Paz, 17 Aug 2008 15:40:13 +0000</pubDate>
<dc:creator>TechExpert</dc:creator>
<guid isPermaLink="false">33637@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Merhaba,&#60;/p&#62;
&#60;p&#62; Blogumdaki bir konuya tıklanıp yazının hepsi okunmak istediniğinde ;&#60;br /&#62;
Parse error: syntax error, unexpected $end in comments.php on line 96 hatası veriyor ve yorum bölümünü göstermiyor sayfada.&#60;/p&#62;
&#60;p&#62;Comments.php'nin içeriği şöyle;&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
&#38;lt;?php // Do not delete these lines&#60;br /&#62;
	if ('comments.php' == basename($_SERVER['SCRIPT_FILENAME']))&#60;br /&#62;
		die ('Please do not load this page directly. Thanks!');&#60;/p&#62;
&#60;p&#62;        if (!empty($post-&#38;gt;post_password)) { // if there's a password&#60;br /&#62;
            if ($_COOKIE['wp-postpass_' . COOKIEHASH] != $post-&#38;gt;post_password) {  // and it doesn't match the cookie&#60;br /&#62;
				?&#38;gt;&#60;/p&#62;
&#60;p&#62;				&#38;lt;p class=&#34;nocomments&#34;&#38;gt;This post is password protected. Enter the password to view comments.&#38;lt;p&#38;gt;&#60;/p&#62;
&#60;p&#62;				&#38;lt;?php&#60;br /&#62;
				return;&#60;br /&#62;
            }&#60;br /&#62;
        }&#60;/p&#62;
&#60;p&#62;		/* This variable is for alternating comment background */&#60;br /&#62;
		$oddcomment = 'odd';&#60;br /&#62;
?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;!-- You can start editing here. --&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if ($comments) : ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php &#60;/p&#62;
&#60;p&#62;	/* Count the totals */&#60;br /&#62;
	$numPingBacks = 0;&#60;br /&#62;
	$numComments  = 0;&#60;/p&#62;
&#60;p&#62;	/* Loop through comments to count these totals */&#60;br /&#62;
	foreach ($comments as $comment) {&#60;br /&#62;
		if (get_comment_type() != &#34;comment&#34;) { $numPingBacks++; }&#60;br /&#62;
		else { $numComments++; }&#60;br /&#62;
	}&#60;/p&#62;
&#60;p&#62;?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php &#60;/p&#62;
&#60;p&#62;	/* This is a loop for printing comments */&#60;br /&#62;
	if ($numComments != 0) : ?&#38;gt;&#60;br /&#62;
	&#38;lt;h3 id=&#34;comments&#34;&#38;gt;&#38;lt;?php comments_number('No Comments', 'One Comment', '% Comments' );?&#38;gt; on &#38;#8220;&#38;lt;?php the_title(); ?&#38;gt;&#38;#8221;&#38;lt;/h3&#38;gt; &#60;/p&#62;
&#60;p&#62;	&#38;lt;ol class=&#34;commentlist&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;?php foreach ($comments as $comment) : ?&#38;gt;&#60;/p&#62;
&#60;p&#62;		&#38;lt;li class=&#34;&#38;lt;?php echo $oddcomment; ?&#38;gt;&#34; id=&#34;comment-&#38;lt;?php comment_ID() ?&#38;gt;&#34;&#38;gt;&#60;br /&#62;
			&#38;lt;cite&#38;gt;&#38;lt;?php comment_author_link() ?&#38;gt;&#38;lt;/cite&#38;gt; &#124;&#38;lt;span class=&#34;postmeta&#34;&#38;gt;&#60;a&#62;&#34; title=&#34;&#34;&#38;gt;&#60;br /&#62;
			&#38;lt;?php comment_date('F jS, Y') ?&#38;gt;&#60;br /&#62;
at&#60;br /&#62;
&#38;lt;?php comment_time() ?&#38;gt;&#60;br /&#62;
			&#60;/a&#62;&#60;br /&#62;
            &#38;lt;?php edit_comment_link('edit','',''); ?&#38;gt;&#60;br /&#62;
			&#38;lt;/span&#38;gt;&#60;br /&#62;
		  &#38;lt;?php if ($comment-&#38;gt;comment_approved == '0') : ?&#38;gt;&#60;br /&#62;
			&#60;em&#62;Your recent comment is awaiting moderation!&#60;/em&#62;&#60;br /&#62;
			&#38;lt;?php endif; ?&#38;gt;&#60;br /&#62;
			&#60;br /&#62;
			&#38;lt;?php comment_text() ?&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;?php /* Changes every other comment to a different class */&#60;br /&#62;
		if ('alt' == $oddcomment) $oddcomment = '';&#60;br /&#62;
		else $oddcomment = 'alt';&#60;br /&#62;
	?&#38;gt;&#60;/p&#62;
&#60;p&#62;	&#38;lt;?php endforeach; /* end for each comment */ ?&#38;gt;&#60;/p&#62;
&#60;p&#62; &#38;lt;?php else : // this is displayed if there are no comments so far ?&#38;gt;&#60;/p&#62;
&#60;p&#62;  &#38;lt;?php if ('open' == $post-&#38;gt;comment_status) : ?&#38;gt;&#60;br /&#62;
		&#38;lt;!-- If comments are open, but there are no comments. --&#38;gt;&#60;/p&#62;
&#60;p&#62;	 &#38;lt;?php else : // comments are closed ?&#38;gt;&#60;br /&#62;
		&#38;lt;!-- If comments are closed. --&#38;gt;&#60;br /&#62;
		&#38;lt;p class=&#34;nocomments&#34;&#38;gt;Comments are closed now!&#38;lt;/p&#38;gt;&#60;/p&#62;
&#60;p&#62;	    &#38;lt;?php endif; ?&#38;gt;&#60;br /&#62;
&#38;lt;?php endif; ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if ('open' == $post-&#38;gt;comment_status) : ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;h3 id=&#34;respond&#34;&#38;gt;Leave a Reply&#38;lt;/h3&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if ( get_option('comment_registration') &#38;#38;&#38;#38; !$user_ID ) : ?&#38;gt;&#60;br /&#62;
&#38;lt;p&#38;gt;You must be &#60;a&#62;/wp-login.php?redirect_to=&#38;lt;?php the_permalink(); ?&#38;gt;&#34;&#38;gt;logged in&#60;/a&#62; to post a comment.&#38;lt;/p&#38;gt;&#60;br /&#62;
&#38;lt;?php else : ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;form action=&#34;&#38;lt;?php echo get_option('siteurl'); ?&#38;gt;/wp-comments-post.php&#34; method=&#34;post&#34; id=&#34;commentform&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;?php if ( $user_ID ) : ?&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;p&#38;gt;Logged in as &#60;a&#62;'/wp&#60;br /&#62;
&#60;/a&#62;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>alighieri konu: "Email gönderemiyorum."</title>
<link>http://www.wordpress-tr.com/forum/topic/6315#post-31091</link>
<pubDate>Sal, 01 Jul 2008 16:21:45 +0000</pubDate>
<dc:creator>alighieri</dc:creator>
<guid isPermaLink="false">31091@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;register-plus eklentisi bunu çok iyi bir şekilde yapıyor. Yani şifre gelmeden üyeler zaten kayıt olurken kendi şifrelerini giriyorlar. Dene memnun kalacaksın.
&#60;/p&#62;</description>
</item>
<item>
<title>kaynak konu: "Email gönderemiyorum."</title>
<link>http://www.wordpress-tr.com/forum/topic/6315#post-31079</link>
<pubDate>Sal, 01 Jul 2008 13:36:07 +0000</pubDate>
<dc:creator>kaynak</dc:creator>
<guid isPermaLink="false">31079@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;ben kullaniyorum bu eklentiyi problemsiz. Daga önce benzer bir plugun kurduysaniz eskisini iptal edin.
&#60;/p&#62;</description>
</item>
<item>
<title>mert789 konu: "Email gönderemiyorum."</title>
<link>http://www.wordpress-tr.com/forum/topic/6315#post-31077</link>
<pubDate>Sal, 01 Jul 2008 13:08:21 +0000</pubDate>
<dc:creator>mert789</dc:creator>
<guid isPermaLink="false">31077@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;bendede aynı sorun var kardeş server maili bir gün sonra gönderiyo bu durumdan da üyeler sıkılıyor acaba diyorum üyeler kayıt olurken ka ve şifreleri girip kayıt olduğunda mailine gelmeden direkt aktifleştirseler... sizce böle birşeyler yok mu?
&#60;/p&#62;</description>
</item>
<item>
<title>alighieri konu: "Email gönderemiyorum."</title>
<link>http://www.wordpress-tr.com/forum/topic/6315#post-31018</link>
<pubDate>Paz, 29 Jun 2008 23:41:58 +0000</pubDate>
<dc:creator>alighieri</dc:creator>
<guid isPermaLink="false">31018@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Merhaba,&#60;br /&#62;
register-plus eklentisi kullanıyorum ve kayıt olan kullanıcılara aktivasyon linki gitmesi gerekiyor. Aynı şekilde yeni yorum yada kullanıcıda bana mail gelmesi gerekiyor. Fakat bir türlü mail göndertemedim. &#60;/p&#62;
&#60;p&#62;Sorun serverdan mı, eklentilerden mi yoksa başka bir uyuşmazlıktan mı bilmiyorum. Nasıl bir yol izlemem gerekiyor yardımcı olursanız sevinirim. &#60;/p&#62;
&#60;p&#62;NOT: wordpress 2.5.1 ilk kurduğum da hiç bir şekilde mail gelmiyordu.
&#60;/p&#62;</description>
</item>
<item>
<title>KaanK konu: "Sitede Kayma var çözemedim."</title>
<link>http://www.wordpress-tr.com/forum/topic/5978#post-29673</link>
<pubDate>Çar, 04 Jun 2008 21:30:25 +0000</pubDate>
<dc:creator>KaanK</dc:creator>
<guid isPermaLink="false">29673@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Teşekkürler. Editor. :)
&#60;/p&#62;</description>
</item>
<item>
<title>heytbecom konu: "Sitede Kayma var çözemedim."</title>
<link>http://www.wordpress-tr.com/forum/topic/5978#post-29672</link>
<pubDate>Çar, 04 Jun 2008 21:26:07 +0000</pubDate>
<dc:creator>heytbecom</dc:creator>
<guid isPermaLink="false">29672@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;&#60;strong&#62;spor turizm&#60;/strong&#62; yazında google docs ile ilgi gereksiz div etiketleri mevcut bunlar temandaki bozulmanın kaynağı. ayrıca o yazı içersine googledan aldığın ama ne ile ilgili olduğunu bilmediğim kodları yazı içersine yerleştirmeye çalışmışsın.&#60;/p&#62;
&#60;p&#62;- bu kodları çıkar tema düzelecektir.
&#60;/p&#62;</description>
</item>
<item>
<title>KaanK konu: "Sitede Kayma var çözemedim."</title>
<link>http://www.wordpress-tr.com/forum/topic/5978#post-29670</link>
<pubDate>Çar, 04 Jun 2008 21:09:34 +0000</pubDate>
<dc:creator>KaanK</dc:creator>
<guid isPermaLink="false">29670@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://www.kucukleronline.com/blog&#34;&#62;Hevesimden WP kurup denemeye giriştim gördümki sorun var&#60;/a&#62; Hemen sorayım dedim.&#60;/p&#62;
&#60;p&#62;Blogun alt tarafına inersek görüyoruz. kaymalar var. sitenin alttarafı karman çorman.&#60;/p&#62;
&#60;p&#62;Nasıl düzelir.
&#60;/p&#62;</description>
</item>
<item>
<title>adonisben konu: "2.5.1 sürümünde attachment problemi!"</title>
<link>http://www.wordpress-tr.com/forum/topic/5773#post-28837</link>
<pubDate>Sal, 20 May 2008 19:29:48 +0000</pubDate>
<dc:creator>adonisben</dc:creator>
<guid isPermaLink="false">28837@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Neyse buldum, ama çözümü yazmak isterim ki; aynı problemle karşılaşan arkadaşlar olursa faydalansınlar.&#60;/p&#62;
&#60;p&#62;wp-includes içindeki media.php dosyasını açıyoruz ve aşağıda ki satırdaki true(açık) seçeneğini false(kapalı) yapıyoruz.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;
$link = wp_get_attachment_link($id, $size, true);&#60;br /&#62;
değiştirdikten sonraki hali:&#60;br /&#62;
$link = wp_get_attachment_link($id, $size, false);&#60;/p&#62;
&#60;/blockquote&#62;
&#60;p&#62;&#60;a href=&#34;http://wordpress.org/support/topic/164135&#34;&#62;&#60;strong&#62;kaynak&#60;/strong&#62;&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>adonisben konu: "2.5.1 sürümünde attachment problemi!"</title>
<link>http://www.wordpress-tr.com/forum/topic/5773#post-28833</link>
<pubDate>Sal, 20 May 2008 16:48:58 +0000</pubDate>
<dc:creator>adonisben</dc:creator>
<guid isPermaLink="false">28833@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Merhaba;&#60;br /&#62;
2.5.1 sürümünde biliyorsunuz artık bu sürümle birlikte entegre galeri eklentisi beraber geliyır. Kaldı ki çok kullanışlı olmasının yanında bir attachment problemi sözkonusu(!) Biraz daha açmak gerekirse; Yazımıza örneğin 10 resim yükledik(tek kalemde) ve menüden yazıma galeri ekle seçeneği ile [galeri] şeklinde yazımıza tagladık. Herşey iyi hoş güzel 3 kolon şeklinde yazımıza eklediğimiz bu resimleri gayet başarılı gözüküyor yazı içinde. Fakat; resimlerden birine tıkladığımızda otomatik olarak bağlantı &#34;http://www../?attachment&#34; şeklinde link alıyor ya temamızda images.php dosyası varsa onun üstünden yada single.php üstünden yeni bir sayfada resmi açıyor. Messela ben lightbox eklentisi kullanıyorum ve galeri dışında tek resim eklediğimde onunla açılıyor resimler. Bu attachment problemi nasıl çözülür? Fikri olan arkadaşların konuya açıklık getirmesini rica ediyorum. Teşekkürler...
&#60;/p&#62;</description>
</item>
<item>
<title>m4gnetic konu: "Üye girişi olmuyor"</title>
<link>http://www.wordpress-tr.com/forum/topic/5619#post-28127</link>
<pubDate>Cum, 09 May 2008 03:23:37 +0000</pubDate>
<dc:creator>m4gnetic</dc:creator>
<guid isPermaLink="false">28127@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Admin paneline girmeden 2.5'ten 2.5.1'e yükselttim. Sancılı oldu ama hallettim sürüm yükseltmeyi. Ardından baktım ama yine admin paneline giriş sağlanamadı. En son yüklediğim bir eklentiyi plugin klasöründen sildim ve tekrar denedim. Bu sefer sorun halloldu. Rahatladım =)&#60;br /&#62;
Teşekkür ederim ilgilendiğiniz için.
&#60;/p&#62;</description>
</item>
<item>
<title>canarkadas konu: "Üye girişi olmuyor"</title>
<link>http://www.wordpress-tr.com/forum/topic/5619#post-28120</link>
<pubDate>Cum, 09 May 2008 01:49:44 +0000</pubDate>
<dc:creator>canarkadas</dc:creator>
<guid isPermaLink="false">28120@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Bir çok nedeni olabilir, wp-admin klasörünü üstüne yazdırarak yeniden sunucunuza gönderebilir, eklentileri sunucuda plugin klasörünün adını değiştirerek deverdışı bırakıp eklentiden mi diye bakabilir, olmadı; tüm wordpress dosyalarınızı üstüne yazdırarak sunucunuza tekrar bir kaç kez arabilir, olmad; hata öncesine ait veritabanı yedeğiniz varsa geri yükleyebilirsiniz..
&#60;/p&#62;</description>
</item>
<item>
<title>m4gnetic konu: "Üye girişi olmuyor"</title>
<link>http://www.wordpress-tr.com/forum/topic/5619#post-28118</link>
<pubDate>Per, 08 May 2008 22:14:11 +0000</pubDate>
<dc:creator>m4gnetic</dc:creator>
<guid isPermaLink="false">28118@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Merhabalar,&#60;/p&#62;
&#60;p&#62;Bugün öğle saatlerinde herhangi bir problem olmadan blogumun yönetim paneline giriş yapabiliyordum. Ancak okula gidip geldikten sonra yani akşam saatlerinde girmeyi deniyorum ancak giriş yapamıyorum. Blog normal olarak açılıyor ancak üye girişi olmuyor ve yönetim paneline giremiyorum. &#60;/p&#62;
&#60;p&#62;Hata şu şekilde oluyor. &#60;a href=&#34;http://www.m4gnetic.net/giris&#34; rel=&#34;nofollow&#34;&#62;www.m4gnetic.net/giris&#60;/a&#62; adresine girdiğimde kullanıcı adımı ve parolamı yazıyorum tamam tıklıyorum ve sonrasına &#60;a href=&#34;http://www.m4gnetic.net/wp-login.php&#34; rel=&#34;nofollow&#34;&#62;http://www.m4gnetic.net/wp-login.php&#60;/a&#62; sayfası açılıyor ancak tamamen boş bir şekilde :( &#60;/p&#62;
&#60;p&#62;Daha önce bu tarz bir problemle karşılaşmış olan var mı?
&#60;/p&#62;</description>
</item>
<item>
<title>-MaTaDoR- konu: "Güncel Wordpress'lerde Sidebar Widgets Hatalı Mı?"</title>
<link>http://www.wordpress-tr.com/forum/topic/4970#post-25493</link>
<pubDate>Pts, 17 Mar 2008 20:05:51 +0000</pubDate>
<dc:creator>-MaTaDoR-</dc:creator>
<guid isPermaLink="false">25493@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Ewet her temada aynı hatayı veriyor. Eklentileri ve dediğiniz klasörleri tekrar yüklemeyi denedim; anket, son yorumlar gibi olan widget'leri editleyebiliyorum artık fakat en önemli olan text kutularını değiştiremiyorum hala.&#60;/p&#62;
&#60;p&#62;Teşekkürler.
&#60;/p&#62;</description>
</item>
<item>
<title>eylultoprak konu: "Güncel Wordpress'lerde Sidebar Widgets Hatalı Mı?"</title>
<link>http://www.wordpress-tr.com/forum/topic/4970#post-25335</link>
<pubDate>Per, 13 Mar 2008 18:21:47 +0000</pubDate>
<dc:creator>eylultoprak</dc:creator>
<guid isPermaLink="false">25335@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Her temada bu problemi veriyor mu?&#60;br /&#62;
Her temada bu problemi vermiyorsa temanızda hata vardır. Büyük ihtimalle functions.php dosyasından kaynaklanıyor olabilir. Kullandığınız temanızı yeni sürümleri çıkmışdı onları deneye bilirsiniz.&#60;/p&#62;
&#60;p&#62;Her temada vermiyorsa eklentileri etkinsizleştirip teker teker deneyin biri hataya sebep oluyor olabilir yada wp-admin ve wp-inculede klasörlerini &#60;strong&#62;silip&#60;/strong&#62; yeniden yükleyin.
&#60;/p&#62;</description>
</item>
<item>
<title>-MaTaDoR- konu: "Güncel Wordpress'lerde Sidebar Widgets Hatalı Mı?"</title>
<link>http://www.wordpress-tr.com/forum/topic/4970#post-25331</link>
<pubDate>Per, 13 Mar 2008 17:49:14 +0000</pubDate>
<dc:creator>-MaTaDoR-</dc:creator>
<guid isPermaLink="false">25331@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://www.bilgiustam.com&#34; rel=&#34;nofollow&#34;&#62;http://www.bilgiustam.com&#60;/a&#62; blog sitemde sidebar widgets'e birşeyler eklemek için admin paneline giriyorum, fakat sürükleyip bıraktığım herhangi bir kod içeriğini editleyemiyorum. Kutucuğun yanındaki minik butona basınca içerik açılmıyor ve mecbur sidebar'ın php dosyasından editliyorum yapmak istediklerimi. Beni bu zulümden kurtaracak bir yöntem bilen var mı acaba?
&#60;/p&#62;</description>
</item>
<item>
<title>eylultoprak konu: "wordpress-tr-2.3.1 te mail smtp sorunu"</title>
<link>http://www.wordpress-tr.com/forum/topic/4290#post-22207</link>
<pubDate>Pts, 21 Jan 2008 16:10:45 +0000</pubDate>
<dc:creator>eylultoprak</dc:creator>
<guid isPermaLink="false">22207@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;fsockopen returned Error Number and Error String  hatasını hostu aldığınız kuruma bildirin..
&#60;/p&#62;</description>
</item>
<item>
<title>canavartepe konu: "wordpress-tr-2.3.1 te mail smtp sorunu"</title>
<link>http://www.wordpress-tr.com/forum/topic/4290#post-22206</link>
<pubDate>Pts, 21 Jan 2008 15:45:36 +0000</pubDate>
<dc:creator>canavartepe</dc:creator>
<guid isPermaLink="false">22206@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;eylül toprak verdiğin plugini daha önce de denemiştim ama çalışmıyor en üste verdiğim hata kodları çıkıyor karşıma hep
&#60;/p&#62;</description>
</item>
<item>
<title>canavartepe konu: "wordpress-tr-2.3.1 te mail smtp sorunu"</title>
<link>http://www.wordpress-tr.com/forum/topic/4290#post-22205</link>
<pubDate>Pts, 21 Jan 2008 15:40:14 +0000</pubDate>
<dc:creator>canavartepe</dc:creator>
<guid isPermaLink="false">22205@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;kardeşim baktımda senin verdiğni de bende warmış onu da denemişim önceden oda olmuuyor
&#60;/p&#62;</description>
</item>
<item>
<title>canavartepe konu: "wordpress-tr-2.3.1 te mail smtp sorunu"</title>
<link>http://www.wordpress-tr.com/forum/topic/4290#post-22204</link>
<pubDate>Pts, 21 Jan 2008 15:36:48 +0000</pubDate>
<dc:creator>canavartepe</dc:creator>
<guid isPermaLink="false">22204@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;tabii hepsi aynı anda açık olmuyor biri çalışırken biri etkisizleştirilmiş halde oluyor hepsini böyle teker teker denedim şimdin bu verdiğini denicem umarım çalışır
&#60;/p&#62;</description>
</item>
<item>
<title>eylultoprak konu: "wordpress-tr-2.3.1 te mail smtp sorunu"</title>
<link>http://www.wordpress-tr.com/forum/topic/4290#post-22166</link>
<pubDate>Pts, 21 Jan 2008 01:02:13 +0000</pubDate>
<dc:creator>eylultoprak</dc:creator>
<guid isPermaLink="false">22166@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;swift-smtp 0.94b &#60;a href=&#34;http://wordpress.org/extend/plugins/swift-smtp/download/&#34;&#62;sürümü &#60;/a&#62;&#60;/p&#62;
&#60;p&#62;bu çalışır diye düşünüyorum.. ayrıcı diğer smtp eklentilerini etkinsizleştirip deniyorsunuz umarım.. yani 3'ü açıkken kullanamazsınız hatırlatmak istedim..
&#60;/p&#62;</description>
</item>
<item>
<title>canavartepe konu: "wordpress-tr-2.3.1 te mail smtp sorunu"</title>
<link>http://www.wordpress-tr.com/forum/topic/4290#post-22142</link>
<pubDate>Paz, 20 Jan 2008 20:30:24 +0000</pubDate>
<dc:creator>canavartepe</dc:creator>
<guid isPermaLink="false">22142@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;Arkadaşlar ben sitemde wordpress-tr-2.3.1 sürümünü kullanıyorum hostum mail fonksiyonunu servidışı bırakmış başka bir hosttada baya bi zman geçemioorum kısaca kimse siteme kayıt olamıyor mail gitmediğiniden bir kaç yerde bu sorun için eklentiler wardı swift-smtp,wp-mail-smtp,Cimy_Swift_SMTP,Xpertmail bu eklentileri kurdum teker teker denedim ama nafile belkide eski sürümler içindi bunlar gmail için bunları kullanamadım dökümandaki gibi smtp.gmail.com tls ad şidre herşey doğru ama çalışmıyor..ve sonunda bu hatayı veriyor&#60;/p&#62;
&#60;p&#62;&#60;code&#62;Fatal error:&#60;br /&#62;
Uncaught Error of type [swift_connectionexception] with message [The SMTP connection failed to start [tls://smtp.gmail.com:465]: fsockopen returned Error Number and Error String '']&#60;br /&#62;
@0 require_once() in /home/www/komixin.net/wp-admin/options-general.php on line 2&#60;br /&#62;
@1 do_action() in /home/www/komixin.net/wp-admin/admin.php on line 49&#60;br /&#62;
@2 call_user_func_array() in /home/www/komixin.net/wp-includes/plugin.php on line 164&#60;br /&#62;
@3 st_smtp_options_page() in on line&#60;br /&#62;
@4 wp_mail() in /home/www/komixin.net/wp-content/plugins/Cimy_Swift_SMTP/cimy_swift_smtp.php on line 179&#60;/p&#62;
&#60;p&#62;in /home/www/komixin.net/wp-content/plugins/Cimy_Swift_SMTP/Swift/php4/lib/Swift/Errors.php on line 99&#60;/p&#62;
&#60;p&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;söyliyeceğim wordpress-tr-2.3.1  için gmail smtp kullanbileceğim bir mail eklentisi istiyorum baya aradım bulamadım...acil yardımları bekiyorum&#60;br /&#62;
eğer kodlardan bi oynama yapılcaksa onlarıda bekliourum lütfen yardım acilll
&#60;/p&#62;</description>
</item>
<item>
<title>eylultoprak konu: "host unix makinaya geç diyor"</title>
<link>http://www.wordpress-tr.com/forum/topic/4162#post-21550</link>
<pubDate>Sal, 08 Jan 2008 22:49:12 +0000</pubDate>
<dc:creator>eylultoprak</dc:creator>
<guid isPermaLink="false">21550@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;1- Önemli olan veri tabanının içi.. İsmi ve şifresini dediğim gibi config.php açıp düzenleyeceksiniz ister eski bilgiler olur ister yeni..&#60;/p&#62;
&#60;p&#62;2- Sadece wordpress sürümüz neyse o dosyaları atın.. Birde site url ve blog url kısmını alan adınızı değiştireceksiniz onu yapmak gerekli.. Forumda çok defa yazdım. Sonrasında bir şeye gerek yok..&#60;/p&#62;
&#60;p&#62;Google sizi daha düzgün indexleyene kadar kalıcı bağlantılarınızı yönlendere bilirsiniz.. Bunun için forumad bi eklenti vermiştim.. &#60;/p&#62;
&#60;p&#62;Uzun değil biraz sabırlı olsanız yeter..
&#60;/p&#62;</description>
</item>
<item>
<title>gevv konu: "host unix makinaya geç diyor"</title>
<link>http://www.wordpress-tr.com/forum/topic/4162#post-21544</link>
<pubDate>Sal, 08 Jan 2008 21:20:32 +0000</pubDate>
<dc:creator>gevv</dc:creator>
<guid isPermaLink="false">21544@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;şimdi bir kaç sorun var 1 alan adımı degiştiriyorum 2 host değişiyor linux olacak şimdi eski hostumda wp klasör içinde idi (wordpress) yeni hostta böyle olmayacak ve kalıcı bağlantlar Tarih ve isim temelli olacak eskisi Varsayılan idi  şimdi eskisitenin phpmyadminden aldığım db yedegi var bu kadar değişiklik ile onu kullanabilirmiyim  anladığım kadarı ile &#60;/p&#62;
&#60;p&#62;1 bir veri tabanı oluşturacağım eski ismi olsun wordpress&#60;/p&#62;
&#60;p&#62;2 config dosyasını düzenleyip tüm dosyaları sunucuya göderip kuruluma geçeçeğim&#60;br /&#62;
 buraya kadar doğru ise sonrasında ne yapmalıyım kusura bakmayın kafam alalk bullak oldu yada karman çorman&#60;/p&#62;
&#60;p&#62;bu kadar değişiklikten sonra çalışsa bile dbden hayır gelmez derseniz sıfırdan başlayacağım
&#60;/p&#62;</description>
</item>
<item>
<title>eylultoprak konu: "host unix makinaya geç diyor"</title>
<link>http://www.wordpress-tr.com/forum/topic/4162#post-21524</link>
<pubDate>Sal, 08 Jan 2008 16:26:45 +0000</pubDate>
<dc:creator>eylultoprak</dc:creator>
<guid isPermaLink="false">21524@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://codex.wordpress.org/Hosting_WordPress&#34;&#62;=) &#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>gevv konu: "host unix makinaya geç diyor"</title>
<link>http://www.wordpress-tr.com/forum/topic/4162#post-21521</link>
<pubDate>Sal, 08 Jan 2008 16:14:58 +0000</pubDate>
<dc:creator>gevv</dc:creator>
<guid isPermaLink="false">21521@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;hayda :) ne olacak şimdi peki wp linux ile tam uyumlumu acaba yoksa unixcimi   şimdide linuxmu unixmi sorunu çıktı
&#60;/p&#62;</description>
</item>
<item>
<title>eylultoprak konu: "host unix makinaya geç diyor"</title>
<link>http://www.wordpress-tr.com/forum/topic/4162#post-21519</link>
<pubDate>Sal, 08 Jan 2008 16:02:02 +0000</pubDate>
<dc:creator>eylultoprak</dc:creator>
<guid isPermaLink="false">21519@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;heytbecomda uzun araştırmalar sonucu niobe'yi seçmişti.. bende uzun zamandır ora ile çalışıyorum.. bence sende bi bak =)&#60;/p&#62;
&#60;p&#62;kimine göre unix kimene göre linux... linux unixden türediğini biliyorum..&#60;br /&#62;
unix 'in daha sağlam olduğunu söyleyenler var.. ama ben sağlam bi insanın her sistemi sağlam tutanacağına inannıyorum.. kısaca farklı iki sistem.. ;)
&#60;/p&#62;</description>
</item>
<item>
<title>gevv konu: "host unix makinaya geç diyor"</title>
<link>http://www.wordpress-tr.com/forum/topic/4162#post-21518</link>
<pubDate>Sal, 08 Jan 2008 15:45:52 +0000</pubDate>
<dc:creator>gevv</dc:creator>
<guid isPermaLink="false">21518@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;bu arada Linux farklı bir sisemmi unix ile linux aynımı  suan bir host sirketine baktım unix yok linux var
&#60;/p&#62;</description>
</item>

</channel>
</rss>
