Zoints Seo Eklentisi, Türkçe Karakter Desteği ve Kurulumu


vBulletin için ücretsiz seo eklentisi arayanlar için vbseo'ya çok iyi bir alternatif olan Zoints Seo'yu tavsiye ederiz.

Yapımcı: dxlwebs
Resmi Vbulletin Linki: Zoints SEO 2.3.2 - vBulletin.org Forum

vBulletin'de SEO uygulaması için gerekli olan eklentilerden biri... Ücretsiz olması nedeniyle belki de en çok tercih edilen SEO uygulamalarından biridir. vBSeo için ücret ödemek istemiyorum diyen vb forum sahipleri için alternatif bir SEO uygulaması...

Kurulum:

Ekteki dosyayı indirip ''upload'' klasörünün içindeki dosyaları ftp adresinizin uygun yerlere yükleyiniz.
''Templates'' yazan klasördeki değişiklikler açıkça belirtilmiştir. Bu değişiklikleri kullandığınız temanızda uygulayın.


Admin Paneli, Ürün Yönetimi'nden ''product-zointsseo-2.3.2.xml'' dosyasını yükleyiniz.


[align=center]Tema Düzenlemeleri
[/align]




[align=center]''headinclude'' içinde şu kodları bulun.

scription">PHP- Kodu:
<if condition="$show['threadinfo']"><meta name="keywords" content="$threadinfo[title]$vboptions[keywords]/> <meta name="descriptioncontent="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$threadinfo[title] $foruminfo[title_clean]/> <else /> <if condition="$show['foruminfo']"> <meta name="keywords" content="$foruminfo[title_clean]$vboptions[keywords]/> <meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$foruminfo[description_clean]/> <else /> <meta name="keywords" content="$vboptions[keywords]/> <meta name="description" content="$vboptions[description]/> </if> </if> 
</span>


şu kodlarla değiştirin:
PHP- Kodu:
<meta name="keywords" content="$vboptions[keywords]/>
 <
meta name="description" content="$vboptions[description]/> 

[/align]

[align=center]''forumhome_forumbit_level1_nopost'' templatesi içinde şunu bulun.


PHP- Kodu:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a


şu kodlarla değiştirin:

PHP- Kodu:
<a href="<if condition="$show['zointsurl']">$forum[zointsurl]<else />forumdisplay.php?$session[sessionurl]f=$forum[forumid]</if>">$forum[title]</a



''forumhome_forumbit_level1_post'' templatesi içinde bulun

PHP- Kodu:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a


şu kodlarla değiştirin:

PHP- Kodu:
<a href="<if condition="$show['zointsurl']">$forum[zointsurl]<else />forumdisplay.php?$session[sessionurl]f=$forum[forumid]</if>"><strong>$forum[title]</strong></a


''forumhome_forumbit_level2_nopost'' templatesinde bulun

PHP- Kodu:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a


şu kodlarla değiştirin:

PHP- Kodu:
<a href="<if condition="$show['zointsurl']">$forum[zointsurl]<else />forumdisplay.php?$session[sessionurl]f=$forum[forumid]</if>">$forum[title]</a


''forumhome_forumbit_level2_post'' templatesinde şunu bulun.

PHP- Kodu:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a


şu kodlarla değiştirin:

PHP- Kodu:
<a href="<if condition="$show['zointsurl']">$forum[zointsurl]<else />forumdisplay.php?$session[sessionurl]f=$forum[forumid]</if>"><strong>$forum[title]</strong></a


''forumhome_subforumbit_post'' templatesinde bulun

PHP- Kodu:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a



şu kodlarla değiştirin:

PHP- Kodu:
<a href="<if condition="$show['zointsurl']">$forum[zointsurl]<else />forumdisplay.php?$session[sessionurl]f=$forum[forumid]</if>">$forum[title]</a



''forumhome_subforumbit_nopost'' templatesinde bulun

PHP- Kodu:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">$forum[title]</a


şu kodlarla değiştirin:

PHP- Kodu:
<a href="<if condition="$show['zointsurl']">$forum[zointsurl]<else />forumdisplay.php?$session[sessionurl]f=$forum[forumid]</if>">$forum[title]</a








Forumhome templatesinde bulun ve silin:

PHP- Kodu:
<if condition="$show['guest']">      
<!-- 
guest welcome message -->      
<
tr>          
<
td class="tcat" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>      
</
tr>      
<
tr>          
<
td class="alt1" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>">              <phrase 1="faq.php$session[sessionurl_q]2="register.php$session[sessionurl_q]">$vbphrase[first_visit_message]</phrase>          
</
td>      
</
tr>      
<!-- / 
guest welcome message -->      
</if> 
[/align]
[align=center]
URL'lerde Türkçe Karakterlerin Dönüşümü ıçin

includes > functions_zseo.php dosyasını açın

şu kodları bulun:

PHP- Kodu:
$string strtolower($string); 
$string unhtmlspecialchars($string); 
Altına şu kodları ekleyin

PHP- Kodu:
$string str_replace("ı"'i'$string); 
$string str_replace("ğ"'g'$string); 
$string str_replace("ü"'u'$string); 
$string str_replace("ş"'s'$string); 
$string str_replace("ö"'o'$string); 
$string str_replace("ç"'c'$string); 
$string str_replace("ğ"'g'$string); 
$string str_replace("Ü"'u'$string);  
$string str_replace("ş"'s'$string); 
$string str_replace("ı"'i'$string); 
$string str_replace("Ö"'o'$string); 
$string str_replace("Ç"'c'$string); 
.htaccess kodları

.htaccess dosyası varsa şu kodları ekleyin, yoksa oluşturun:

PHP- Kodu:
RewriteRule ^([a-z0-9_\-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ forumdisplay.php/$[QSA,L
RewriteRule ^([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ showthread.php/$[QSA,L
RewriteCond %{REQUEST_URI} !(index\.php|\.css) [NC]  
RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$[QSA,L
[/align]

Ekteki .zipli dosyanın şifresi:


PHP- Kodu:
webmasterlord.net 
Güle güle kullanın ve ücretsiz seo uygulamasının keyfini yaşayın.

Eklenmiş Dosya zoints seo 2.3.2.zip (51,7 KB (Kilobyte))


Kaynak: Zoints Seo Eklentisi, T