vBulletin 4.0.x Yeni Konu Aç Ekle Butonu (Showthread içinde)
vBulletin 4.0.x’te Konu gösteriminde (showthread sayfasında) Yeni Konu Aç Butonu Ekleme
vBulletin 4 kullanıcıları konu gösteriminde yani show thread sayfasında yeni konu aç butonu eklemek için aşağıdaki işlemleri uygulamanız yeterli olacaktır.
Öncelik vbulletin 4 temanızın showthread şablonunu seçin ve aşağıdaki kodu bulun :
PHP- Kodu:
[php]
<a href="newreply.php?{<vb:raw session.sessionurl}p={<vb:raw LASTPOSTID}"
class="textcontrol" id="newreplylink_top">
<vb:if condition="$show[‘closethread’]"><span>+</span>
{<vb: rawphrase reply_to_thread}<vb:else />
{<vb:rawphrase closed_thread}</<vb:if></a>
<img style="display:none" id="progress_newreplylink_top"
src="images/misc/progress.gif" alt="" />
[/php]
Hemen altına bu kodu ekleyin :
<a href="newthread.php?{<vb:raw session.sessionurl}do=newthread&f={<vb:raw thread.forumid}" rel="nofollow" class="textcontrol" id="newthreadlink_top"><span>+</span>
{<vb:rawphrase post_new_thread}</a>
[/php]
Yine aynı şablonda aşağıdaki kodu bulun :
<a href="newreply.php?{<vb:raw session.sessionurl}p={<vb:raw LASTPOSTID}"
class="textcontrol" id="newreplylink_bottom">
<vb:if condition="$show[‘closethread’]"><span>+</span> {<vb:rawphrase reply_to_thread}<vb:else />{<vb:rawphrase closed_thread}</vb:if>
[/php]
Altına Ekleyin :
<a href="newthread.php?{<vb</acronym>:raw session.sessionurl}do=newthread&f={<vb:raw thread.forumid}" rel="nofollow" class="textcontrol" id="newthreadlink_bottom"><span>+</span> {<vb:rawphrase post_new_thread}</a>
[/php]
evet arkadaşlar tüm yapmanız gereken bundan ibaret …