Merhaba arkadaşlar vbulletin için ücretsiz seo lazım
bir de topic altındaki benzer konular modu lazım
yardımcı olursanız sevinirim...
Ücretsiz seo
3
●572
- 09-07-2007, 19:45:12Üyeliği durduruldu
- 09-07-2007, 19:50:55Üyeliği durdurulduMerhaba bunu kullanabilirsin
Zoints SEO - vBulletin.org Forum
Kurulumu
AlıntıEkteki dosyaları ftp den forumunuzn klasörlerinin bulunduğu dizinlere yükleyiniz.
Ekteki xml yi ürün yöneticisinden import ediniz...
"forumdisplay" templatesini açın ve bu kodu bulun;
<form action="forumdisplay.php" method="get"> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="f" value="$forumid" /> <input type="hidden" name="page" value="$pagenumber" /> <input type="hidden" name="pp" value="$perpage" />
Bununla degiştirin ;
<if condition="$show['zointsurl']"> <form action="" method="get"> <else /> <form action="forumdisplay.php" method="get"> <input type="hidden" name="f" value="$forumid" /> <input type="hidden" name="page" value="$pagenumber" /> </if> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="pp" value="$perpage" />
"forumhome_lastpostby" templatesini açın ve bu kodu bulun;
<a href="showthread.php?$session[sessionurl]goto=newpost&t=$lastpostinfo[lastthreadid]" title="<phrase 1="$lastpostinfo[lastthread]">$vbphrase[go_first_unread_in_thread_x]</phrase>"><strong>$lastpostinfo[trimthread]</strong></a>
Bununla Degiştirin ;
<a href="<if condition="$show['zointsurl']">$forum[zointsurl_goto]<if condition="$show['member']">?$session[sessionurl]goto=newpost</if><else />showthread.php?$session[sessionurl]goto=newpost&t=$lastpostinfo[lastthreadid]</if>" title="<phrase 1="$lastpostinfo[lastthread]">$vbphrase[go_first_unread_in_thread_x]</phrase>"><strong>$lastpostinfo[trimthread]</strong></a>
Bulun ;
<a href="showthread.php?$session[sessionurl]goto=lastpost&t=$lastpostinfo[lastthreadid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>
Bununla Değiştirin ;
<a href="<if condition="$show['zointsurl']">$forum[zointsurl_goto]<if condition="$show['member']">?$session[sessionurl]goto=lastpost</if><else />showthread.php?$session[sessionurl]goto=lastpost&t=$lastpostinfo[lastthreadid]</if>"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>
Bulun ;
<a href="showthread.php?$session[sessionurl]goto=lastpost&t=$lastpostinfo[lastthreadid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>
Bununla Değiştirin ;
<a href="<if condition="$show['zointsurl']">$forum[zointsurl_goto]<if condition="$show['member']">?$session[sessionurl]goto=lastpost</if><else />showthread.php?$session[sessionurl]goto=lastpost&t=$lastpostinfo[lastthreadid]</if>"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>
"search_results_postbit" templatesini açın ve bu kodu bulun;
$vbphrase[forum]: <a href="forumdisplay.php?$session[sessionurl]f=$post[forumid]">$post[forumtitle]</a>
Bununla Degiştirin ;
$vbphrase[forum]: <a href="<if condition="$show['zointsurl']">$post[forumurl]<else />forumdisplay.php?$session[sessionurl]f=$post[forumid]</if>">$post[forumtitle]</a>
Bulun ;
$post[typeprefix] <a href="showthread.php?$session[sessionurl]t=$post[threadid]$post[highlight]"><strong>$post[threadtitle]</strong></a>
Bununla Degiştirin ;
$post[typeprefix] <a href="<if condition="$show['zointsurl']">$post[threadurl]<else />showthread.php?$session[sessionurl]t=$post[threadid]$post[highlight]</if>"><strong>$post[threadtitle]</strong></a>
Bulun ;
<a href="showthread.php?$session[sessionurl]p=$post[postid]$post[highlight]#post$post[postid]">$post[posttitle]</a><br />
Bununla Degiştirin ;
<a href="<if condition="$show['zointsurl']">$post[posturl]<else />showthread.php?$session[sessionurl]p=$post[postid]$post[highlight]#post$post[postid]</if>">$post[posttitle]</a><br />
"showthread_similarthreadbit" templatesini açın ve bu kodu bulun;
<td class="alt1" align="$stylevar[left]"><if condition="$simthread['issubscribed']"><img class="inlineimg" src="$stylevar[imgdir_misc]/subscribed.gif" alt="" title="$vbphrase[you_are_subscribed_to_this_thread]" /> </if><span class="smallfont"><a href="showthread.php?$session[sessionurl]t=$simthread[threadid]" title="$simthread[preview]">$simthread[title]</a></span></td>
Bununla Degiştirin ;
<td class="alt1" align="$stylevar[left]"><if condition="$simthread['issubscribed']"><img class="inlineimg" src="$stylevar[imgdir_misc]/subscribed.gif" alt="" title="$vbphrase[you_are_subscribed_to_this_thread]" /> </if><span class="smallfont"><a href="<if condition="$show['zointsurl']">$simthread[zointsurl<else />showthread.php?$session[sessionurl]t=$simthread[threadid]</if>" title="$simthread[preview]">$simthread[title]</a></span></td>
"threadbit" templatesini açın ve bu kodu bulun;
<if condition="$show['gotonewpost']"><a href="showthread.php?$session[sessionurl]goto=newpost&t=$thread[threadid]"><img class="inlineimg" src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[go_to_first_new_post]" border="0" /></a></if>
Bununla Değiştirin ;
<if condition="$show['gotonewpost']"><a href="<if condition="$show['zointsurl']">$thread[zointsurl]?goto=newpost<else />showthread.php?$session[sessionurl]goto=newpost&t=$thread[threadid]</if>"><img class="inlineimg" src="$stylevar[imgdir_button]/firstnew.gif" alt="$vbphrase[go_to_first_new_post]" border="0" /></a></if>
Bulun ;
<strong><a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a></strong>
Bununla Değiştirin ;
<strong><a href="<if condition="$show['zointsurl']">$thread[zointsurl]<else />showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]</if>" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a></strong>
Bulun ;
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a>
Bununla Değiştirin ;
<a href="<if condition="$show['zointsurl']">$thread[zointsurl]<else />showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]</if>" id="thread_title_$thread[realthreadid]">$thread[threadtitle]</a>
Bulun ;
<if condition="$thread['pagenav']">$stylevar[dirmark]<span class="smallfont" style="white-space:nowrap">(<img class="inlineimg" src="$stylevar[imgdir_misc]/multipage.gif" alt="$vbphrase[multipage_thread]" border="0" /> $thread[pagenav]<if condition="$show[pagenavmore]"> ... <a href="showthread.php?$session[sessionurl]t=$thread[threadid]&page=$thread[totalpages]$thread[highlight]">$vbphrase[last_page]</a></if>)</span></if>
Bununla Değiştirin ;
<if condition="$thread['pagenav']">$stylevar[dirmark]<span class="smallfont" style="white-space:nowrap">(<img class="inlineimg" src="$stylevar[imgdir_misc]/multipage.gif" alt="$vbphrase[multipage_thread]" border="0" /> $thread[pagenav]<if condition="$show[pagenavmore]"> ... <a href="<if condition="$show['zointsurl']">$thread[lastpageurl]<else />showthread.php?$session[sessionurl]t=$thread[threadid]&page=$thread[totalpages]$thread[highlight]</if>">$vbphrase[last_page]</a></if>)</span></if>
Bulun ;
<phrase 1="member.php?find=lastposter&t=$thread[threadid]" 2="$thread[lastposter]">$vbphrase[by_x]</phrase> <a href="showthread.php?$session[sessionurl]goto=lastpost&t=$thread[threadid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>
Bununla Değiştirin ;
<phrase 1="member.php?find=lastposter&t=$thread[threadid]" 2="$thread[lastposter]">$vbphrase[by_x]</phrase> <a href="<if condition="$show['zointsurl']">$thread[zointsurl]?goto=lastpost<else />showthread.php?$session[sessionurl]goto=lastpost&t=$thread[threadid]</if>"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>
Bulun ;
<td class="alt1"><a href="forumdisplay.php?$session[sessionurl]f=$thread[forumid]">$thread[forumtitle]</a></td>
Bununla Değiştirin ;
<td class="alt1"><a href="<if condition="$show['zointsurl']">$thread[zointsforumurl]<else />forumdisplay.php?$session[sessionurl]f=$thread[forumid]</if>">$thread[forumtitle]</a></td>
___________
.htaccess isimli bir metin belgesi oluşturun ve içerisine bu kodları ekleyip anadizine yükleyin
RewriteRule ^([a-z0-9_\-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ forumdisplay.php/$1 [QSA,L] RewriteRule ^([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ showthread.php/$1 [QSA,L] RewriteCond %{REQUEST_URI} !(index\.php|\.css) [NC] RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L]İşlem bitmiştir.Kolay gelsin.
Eklentinin Yapımcısı : Zoints
Not : Linux serverlerde çalışmaktadır.
- 09-07-2007, 19:58:30Üyeliği durdurulduTeşekkürler.
Peki, son dediğim olay yani benzer konular modülünü nasıl yapabilirim?
Şimdiden teşekkürler...
Beğeniler
Değerlendirmeler