• 21-05-2009, 19:11:39
    #1
    Eposta Aktivasyonu Gerekmekte
    Merhabalar.
    Benim sitemde alıntı yapılan mesajlar şu şekilde görünüyor.


    Ben ise şu şekilde olmasını istiyorum.


    Bu hale nasıl getirebilirim? teşekkürler....
  • 21-05-2009, 19:32:43
    #2
    bu degişik bir alıntı kutusu hoşuna giderse kullan
    burdaki alıntılara bakarsan hoşuna giderse kullan

    Kurulum

    Ekteki resmi images/misc dizinine gönderiniz. Resimi gönderdikten sonra yönetim panelinde, Biçimler & Şablonlar >> Stil Yönetimi >> Bütün Ayarları >> Git butonuna tıklayınız ve gelen ekranın en altındaki İlave CSS Yazılımı kısmının ikinci bölümüne alttaki kodu ekleyiniz;

    düz görünümpanoya kopyalayazdır?

    1. .quote {
    2. margin:15px 10px;
    3. background: url(images/misc/q.gif) 0 0 no-repeat;
    4. padding-left:25px}
    5. blockquote.bq {
    6. font: italic 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    7. border-left:3px solid #ccc;
    8. margin:0px;
    9. padding:0 5px}

    .quote {
    margin:15px 10px;
    background: url(images/misc/q.gif) 0 0 no-repeat;
    padding-left:25px}
    blockquote.bq {
    font: italic 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
    border-left:3px solid #ccc;
    margin:0px;
    padding:0 5px}

    Sonrasında ise bbcode_quote şablonu içindeki kodları aşağıdaki kodlarla değiştiriniz;

    düz görünümpanoya kopyalayazdır?

    1. <div style="margin:3px; margin-top:5px; <if condition="$show['iewidthfix']">width: 100%;</if>">
    2. <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%">
    3. <tr>
    4. <td><div class="quote" style="margin-bottom:2px">
    5. <if condition="$show['username']">
    6. <div class="smallfont" style="margin-bottom:2px">
    7. <phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase>
    8. <if condition="$postid"><a href="showthread.php?$session[sessionurl]p=$postid#post$postid" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/viewpost.gif" border="0" alt="$vbphrase[view_post]" /></a></if>
    9. </div>
    10. <blockquote class="bq" style="font-style:italic">$message</blockquote>
    11. <else />
    12. <blockquote class="bq" style="font-style:italic">$message</blockquote>
    13. </if>
    14. </div></td>
    15. </tr>
    16. </table>
    17. </div>

    <div style="margin:3px; margin-top:5px; <if condition="$show['iewidthfix']">width: 100%;</if>">
    <table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%">
    <tr>
    <td><div class="quote" style="margin-bottom:2px">
    <if condition="$show['username']">
    <div class="smallfont" style="margin-bottom:2px">
    <phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase>
    <if condition="$postid"><a href="showthread.php?$session[sessionurl]p=$postid#post$postid" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/viewpost.gif" border="0" alt="$vbphrase[view_post]" /></a></if>
    </div>
    <blockquote class="bq" style="font-style:italic">$message</blockquote>
    <else />
    <blockquote class="bq" style="font-style:italic">$message</blockquote>
    </if>
    </div></td>
    </tr>
    </table>
    </div>

    vBulletin.org alıntı kutusu örneği


    Kaynak
    Türkçeleştirme ve anlatım: Keha.Net