Neler yeni

Foruma hoş geldin 👋, Ziyaretçi

Forum içeriğine ve tüm hizmetlerimize erişim sağlamak için foruma kayıt olmalı ya da giriş yapmalısınız. Foruma üye olmak tamamen ücretsizdir.

  • Forumdan daha fazla yararlanmak için, profilinizi telefon numaranız 📱 ile doğrulayın ve daha ayrıcalıklı olun 😉
    Daha fazla bilgi!
Şık Postbit Yapımı

XF 2.1 Eklenti Şık Postbit Yapımı

Bu eklenti, add-ons XenForo 2.1.X ile uyumlu ve stabil olarak çalışmaktadır.
this code to delete the line

CSS:
.post-stats .post-stat:first-child {
    flex: 0 0 50%;
    border-left: 1px solid #2f3136;
}

replace it with

CSS:
.post-stats .post-stat:first-child {
    flex: 0 0 50%;
}

and..replace the .verified_badge line with this
CSS:
.verified_badge {
    position: absolute;
    width: 18px;
    height: 18px;
    text-align: center;
    top: -3px;
    left: 119px;
    cursor: pointer;
    line-height: 18px;
    font-size: 10px;
    color: #ffffff;
    z-index: 5;
    border-radius: 3px 0px 0px 3px;
}
 
this code to delete the line

CSS:
.post-stats .post-stat:first-child {
    flex: 0 0 50%;
    border-left: 1px solid #2f3136;
}

replace it with

CSS:
.post-stats .post-stat:first-child {
    flex: 0 0 50%;
}

and..replace the .verified_badge line with this
CSS:
.verified_badge {
    position: absolute;
    width: 18px;
    height: 18px;
    text-align: center;
    top: -3px;
    left: 119px;
    cursor: pointer;
    line-height: 18px;
    font-size: 10px;
    color: #ffffff;
    z-index: 5;
    border-radius: 3px 0px 0px 3px;
}
thank you
how to change the Backgtound of a post bit
and where did put this code?

Kod:
<xf:if is="{$user.Profile.custom_fields.xxx}">
    <div class="postbit_background" style="background: url({$user.Profile.custom_fields.xxx}) center center / cover no-repeat;">
    </div>
    <xf:else />
    <div class="postbit_background" style="background: url(https://siteniz.com/arkaplan-resmim.jpg) center center / cover no-repeat;">
    </div>
    </xf:if>
 
P Poyrazx0 Açıklamaları dikkatli okuyun ve gösterilen bölümleri harfiyen düzenleyin / değiştirin. Hali hazırdada kullanılmaktadır. Fakat 2.2 sürümünde denenmedi. 2.1'in tüm sürümlerinde (kendimdede) sıkıntısız çalışmaktadır.
 
  • Beğen
Tepkiler: Sis
hocam iyi günler
postbit arkaplanı kısmını yaptım fakat eğer konu uzunsa sayfayı aşağı kaydırırken postbitte sayfayla beraber aşağıya iniyor fakat resimli arkaplan üstte sabit kalıyor onu nasıl çözebilirim?
 
ben yaptım ama böyle oldu nedendir
Screenshot_2021-01-04 Sohbet - Herkese Merhaba Ben Harbi Dayı.png
 

Foruma hoş geldin 👋, Ziyaretçi

Forum içeriğine ve tüm hizmetlerimize erişim sağlamak için foruma kayıt olmalı ya da giriş yapmalısınız. Foruma üye olmak tamamen ücretsizdir.