vBulletin Postbit_Legacy bir sorun?

Son güncelleme: 22.12.2009 08:57
  • Merhaba Arkadaşlar

    Aşağıdaki resimde kırmızı ile gösterdiğim alanıda diğerleri gibi grup içine almak istiyorum fakat o alanı ne postbitte ne cümlelerde bulamadım.Teşekkür Etmiş: diye aratıp buluyorum fakat div içersine aldığım zaman onu sadece Teşekkür Etmiş yazısını alıyor teşekkür sayısınıda bir alt satıra indiriyor.İkisini beraber div içine almak istiyorum.Nasıl yapabilirim acaba.Şimdiden teşekkürler

    noimage
#21.12.2009 17:10 0 0 0
#21.12.2009 17:17 0 0 0
  • Buyur usta post_thanks_postbit_info kopyaladım buraya ben Teşekkür Etmiş alanını bulamadım siz bakın bide

    <if condition="$post[userid]">
    <div>$vbphrase[post_thanks_thanks]: $post[post_thanks_user_amount_formatted]</div>
    <div>
    <if condition="$post[post_thanks_thanked_times] == 1">
    $vbphrase[post_thanks_time_post]
    <else />
    <if condition="$post[post_thanks_thanked_posts] == 1">
    <phrase 1="$post[post_thanks_thanked_times_formatted]">$vbphrase[post_thanks_times_post]</phrase>
    <else />
    <phrase 1="$post[post_thanks_thanked_times_formatted]" 2="$post[post_thanks_thanked_posts_formatted]">$vbphrase[post_thanks_times_posts]</phrase>
    </if>
    </if>
    </div>
    </if>
#21.12.2009 17:23 0 0 0
  • BöyLe Dener MiSin Bir de ?


    <if condition="$post[userid]">
    <div>$vbphrase[post_thanks_thanks]: $post[post_thanks_user_amount_formatted]

    <if condition="$post[post_thanks_thanked_times] == 1">
    $vbphrase[post_thanks_time_post]
    <else />
    <if condition="$post[post_thanks_thanked_posts] == 1">
    <phrase 1="$post[post_thanks_thanked_times_formatted]">$vbphrase[post_thanks_times_post]</phrase>
    <else />
    <phrase 1="$post[post_thanks_thanked_times_formatted]" 2="$post[post_thanks_thanked_posts_formatted]">$vbphrase[post_thanks_times_posts]</phrase>
    </if>
    </if>
    </div>
    </if>
#21.12.2009 17:33 0 0 0
  • Hocam bu sitedeki

    Teşekkür Etmiş:
    Teşekkür Almış: kısım nasıl grup içine alındıysa aynısından bahsediyorum
#22.12.2009 08:57 0 0 0