IRCForum - IRC ve mIRC Kullanıcıları Topluluğu

IRCForum - IRC ve mIRC Kullanıcıları Topluluğu (https://www.ircforum.gen.tr/)
-   vBulletin Eklentileri (https://www.ircforum.gen.tr/vbulletin-eklentileri/)
-   -   vBulletin'e Twitter Entegrasyonu [vBTwitter] (https://www.ircforum.gen.tr/vbulletin-eklentileri/202-vbulletine-twitter-entegrasyonu-vbtwitter.html)

SynaX 31-Aralık-2024 16:23

vBulletin'e Twitter Entegrasyonu [vBTwitter]
 
1 Eklenti
Kurulum;
1) Upload Klasöründekileri FTP'de Gerekli Yere Yükleyinizhttp://www.vbulletindestek.org/images/bull/nokta.gif
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>
SHOWTHREAD Template'i Açınhttp://www.vbulletindestek.org/images/bull/nokta.gif
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>


Forum saati GMT +3 olarak ayarlanmıştır. Şu an saat: 12:20

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2024, vBulletin Solutions, Inc.