<?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: Her sayfada farklı arka plan</title>
<link>http://www.wordpress-tr.com/forum/</link>
<description>WordPress Türkiye Forumları Konu: Her sayfada farklı arka plan</description>
<language>en</language>
<pubDate>Sun, 20 Jul 2008 23:37:43 +0000</pubDate>

<item>
<title>cincibir konu: "Her sayfada farklı arka plan"</title>
<link>http://www.wordpress-tr.com/forum/topic/5253#post-27552</link>
<pubDate>Pts, 28 Apr 2008 21:13:09 +0000</pubDate>
<dc:creator>cincibir</dc:creator>
<guid isPermaLink="false">27552@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;tesekkurler
&#60;/p&#62;</description>
</item>
<item>
<title>canarkadas konu: "Her sayfada farklı arka plan"</title>
<link>http://www.wordpress-tr.com/forum/topic/5253#post-27536</link>
<pubDate>Pts, 28 Apr 2008 14:52:13 +0000</pubDate>
<dc:creator>canarkadas</dc:creator>
<guid isPermaLink="false">27536@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://rapidshare.com/files/111021851/15_Rotator.rar.html&#34;&#62;Buradan&#60;/a&#62; Rotator eklentisini indirebilirsiniz, kurulum açıklaması içinde, sizin yazdığınız son sorun ile ilgili bilgim yok..
&#60;/p&#62;</description>
</item>
<item>
<title>cincibir konu: "Her sayfada farklı arka plan"</title>
<link>http://www.wordpress-tr.com/forum/topic/5253#post-27534</link>
<pubDate>Pts, 28 Apr 2008 13:52:25 +0000</pubDate>
<dc:creator>cincibir</dc:creator>
<guid isPermaLink="false">27534@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;ben yanlış bakmışım. IE de sorunsuz calısıyor. yani her tıklamada degisiyor arka plan. FF de degismiyormus. :)
&#60;/p&#62;</description>
</item>
<item>
<title>cincibir konu: "Her sayfada farklı arka plan"</title>
<link>http://www.wordpress-tr.com/forum/topic/5253#post-27532</link>
<pubDate>Pts, 28 Apr 2008 13:45:59 +0000</pubDate>
<dc:creator>cincibir</dc:creator>
<guid isPermaLink="false">27532@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;canarkadas,&#60;br /&#62;
verdigin adresteki rotate dosya linkleri maalesef calismiyor.&#60;br /&#62;
Ben kendi arastirmalarim sonucu asagida ki kodlari buldum. ve style.css dosyama uyarladim. siteye her ilk giriste arka plan degisiyor istedigim gibi.&#60;br /&#62;
Ama site icinde gezinirken herhangi bir linke tiklasamda arka plan degismiyor. Ben herhangi bir linke tiklandiginda da bu rotate.php nin aktif halde calismasini istiyorum.&#60;/p&#62;
&#60;p&#62;ayrıca FireFox ta arka plan degisiren IE7 de degismiyor. bunun nedeni ne olabilir acaba ?&#60;/p&#62;
&#60;p&#62;yardimlarinizi bekliyorum?&#60;/p&#62;
&#60;p&#62;rotate.php kodu :&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;&#38;lt;?php&#60;br /&#62;
/*&#60;br /&#62;
By Matt Mullenweg &#38;gt; &#60;a href=&#34;http://photomatt.net&#34; rel=&#34;nofollow&#34;&#62;http://photomatt.net&#60;/a&#62;&#60;br /&#62;
Inspired by Dan Benjamin &#38;gt; &#60;a href=&#34;http://hiveware.com/imagerotator.php&#34; rel=&#34;nofollow&#34;&#62;http://hiveware.com/imagerotator.php&#60;/a&#62;&#60;br /&#62;
Latest version always at:&#60;br /&#62;
&#60;a href=&#34;http://photomatt.net/scripts/randomimage&#34; rel=&#34;nofollow&#34;&#62;http://photomatt.net/scripts/randomimage&#60;/a&#62;&#60;br /&#62;
*/// Make this the relative path to the images, like &#34;../img&#34; or &#34;random/images/&#34;.&#60;br /&#62;
// If the images are in the same directory, leave it blank.&#60;br /&#62;
$folder = '';&#60;/p&#62;
&#60;p&#62;// Space seperated list of extensions, you probably won't have to change this.&#60;br /&#62;
$exts = 'jpg jpeg png gif';&#60;/p&#62;
&#60;p&#62;$files = array(); $i = -1; // Initialize some variables&#60;br /&#62;
if ('' == $folder) $folder = './';&#60;/p&#62;
&#60;p&#62;$handle = opendir($folder);&#60;br /&#62;
$exts = explode(' ', $exts);&#60;br /&#62;
while (false !== ($file = readdir($handle))) {&#60;br /&#62;
foreach($exts as $ext) { // for each extension check the extension&#60;br /&#62;
if (preg_match('/\.'.$ext.'$/i', $file, $test)) { // faster than ereg, case insensitive&#60;br /&#62;
$files[] = $file; // it’s good&#60;br /&#62;
++$i;&#60;br /&#62;
}&#60;br /&#62;
}&#60;br /&#62;
}&#60;br /&#62;
closedir($handle); // We’re not using it anymore&#60;br /&#62;
mt_srand((double)microtime()*1000000); // seed for PHP &#38;lt; 4.2&#60;br /&#62;
$rand = mt_rand(0, $i); // $i was incremented as we went along&#60;/p&#62;
&#60;p&#62;header('Location: '.$folder.$files[$rand]); // Voila!&#60;br /&#62;
?&#38;gt;
&#60;/p&#62;&#60;/blockquote&#62;</description>
</item>
<item>
<title>canarkadas konu: "Her sayfada farklı arka plan"</title>
<link>http://www.wordpress-tr.com/forum/topic/5253#post-26565</link>
<pubDate>Pts, 07 Apr 2008 22:59:40 +0000</pubDate>
<dc:creator>canarkadas</dc:creator>
<guid isPermaLink="false">26565@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;&#60;a href=&#34;http://www.wordpress-tr.com/belgeler/S%C4%B1k_Sorulan_Sorular#Her_sayfa_g.C3.B6steriminde_de.C4.9Fi.C5.9Fik_ba.C5.9Fl.C4.B1k_.28header.29_grafi.C4.9Fi_g.C3.B6sterimi_nas.C4.B1l_yap.C4.B1l.C4.B1r.3F&#34;&#62;Burada&#60;/a&#62; ve &#60;a href=&#34;http://www.wordpress-tr.com/forum/search.php?q=rotator&#34;&#62;buralarda&#60;/a&#62; bahsedilen eklentinin kurulumu sırasında style.ccs'de yapılan işlemi arkaplan resmine uygulayarak yapabilirsiniz gibime geliyor, bir bakın..
&#60;/p&#62;</description>
</item>
<item>
<title>cincibir konu: "Her sayfada farklı arka plan"</title>
<link>http://www.wordpress-tr.com/forum/topic/5253#post-26547</link>
<pubDate>Pts, 07 Apr 2008 16:42:35 +0000</pubDate>
<dc:creator>cincibir</dc:creator>
<guid isPermaLink="false">26547@http://www.wordpress-tr.com/forum/</guid>
<description>&#60;p&#62;merhaba arkadaşlar,&#60;br /&#62;
şöyle bir şey yapabilir miyiz ? her linke tıklandıgında (sayfa yada yazı fark etmez) arka plan resmini degistirebilir miyiz ? Yani her sayfada arka plan farkli bir image olacak. bu mumkun mudur ?&#60;br /&#62;
Kullanmak istedigim tema ise bu &#60;a href=&#34;http://test.wpthemesfree.com/?preview_theme=gimp-blog-10&#34; rel=&#34;nofollow&#34;&#62;http://test.wpthemesfree.com/?preview_theme=gimp-blog-10&#60;/a&#62;  arka planda ki desenler kalacak ama ben renklerini degistirecegim her sayfada ya da yazıda.&#60;/p&#62;
&#60;p&#62;yardımcı olacak arkadaslara simdiden tesekkurler
&#60;/p&#62;</description>
</item>

</channel>
</rss>
