IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   vB 3.8.x Eklentileri (https://www.ircforumlari.net/vb-38x-eklentileri/)
-   -   vBulletin'e Twitter Entegrasyonu.. [vBTwitter] (https://www.ircforumlari.net/vb-38x-eklentileri/397062-vbulletine-twitter-entegrasyonu-vbtwitter.html)

yoSun 13 Haziran 2011 16:35

vBulletin'e Twitter Entegrasyonu.. [vBTwitter]
 
Toplam 1 Eklenti bulunuyor.
Kurulum;
1) Upload Klasöründekileri FTP'de Gerekli Yere Yükleyiniz[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]
2) product-kk_vbtwitter.xml Ürün Yöneticisinden Upload Ediniz.
3) Postbit Yada Postbit_Legacy Açın.
Bunu Kodu Bulunuz;
Kod:

<if condition="$show['postcount']">#<a href="showpost.php?$session[sessionurl]p=$post[postid]&amp;postcount=$post[postcount]" target="new" rel="nofollow" id="postcount$post[postid]" name="$post[postcount]"><strong>$post[postcount]</strong></a></if>
Üstüne Ekleyiniz:
Kod:

<if condition="$post['twitter_username']"><a href="tweet.php?do=post&amp;id=$post[postid]&amp;c=$post[postid]">Tweet this post!</a></if>
4) SHOWTHREAD Template'i Açın[Üye Olmadan Linkleri Göremezsiniz. Üye Olmak için TIKLAYIN...]
Bu Kodu Bulunuz;
Kod:

<if condition="$show['addpoll']">
    <tr>
        <td class="vbmenu_option"><img class="inlineimg" src="$stylevar[imgdir_button]/addpoll.gif" alt="$vbphrase[add_a_poll]" /> <a href="poll.php?$session[sessionurl]do=newpoll&amp;t=$threadinfo[threadid]">$vbphrase[add_a_poll_to_this_thread]</a></td>
    </tr>
    </if>

Bu Kodu Sonuna Ekleyiniz:
Kod:

  <if condition="$vbulletin->userinfo['twitter_username']">
    <tr>
        <td class="vbmenu_option">
            <a href="tweet.php?do=thread&ampid=$threadinfo[threadid]">Tweet This  Thread!</a>
        </td>
    </tr>
    </if>

Bu kodu Bulunuz;
Kod:

<if condition="!$show['search_engine']">

            <div><img class="inlineimg" src="$stylevar[imgdir_button]/printer.gif" alt="$vbphrase[show_printable_version]" vspace="1" /> <a href="printthread.php?$session[sessionurl]t=$threadid" rel="nofollow">$vbphrase[show_printable_version]</a></div>
            <div><img class="inlineimg" src="$stylevar[imgdir_button]/sendtofriend.gif" alt="$vbphrase[email_this_page]" vspace="1" /> <a href="sendmessage.php?$session[sessionurl]do=sendtofriend&amp;t=$threadid" rel="nofollow">$vbphrase[email_this_page]</a></div>
        </if>

Altına ekleyiniz:
Kod:

<if condition="$vbulletin->userinfo['twitter_username']"><a href="tweet.php?do=thread&amp;id=$threadinfo[threadid]">Tweet This  Thread!</a></if>


Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 10:45.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2025 IRCForumlari.Net Sparhawk