- Türkçe Dil Paketi
- https://menus.tr/kaynaklar/addonflare-xf2-moods-turkce-yama.481/
- Uyumlu XF Sürümleri
- Hepsi
║
║•●۞Manuel kurulum
║•●۞
║Adım 1,
║- Ekte bulunan dosyayı çekin
║Adım 2,
║- Dosya içinde çıkan UPLOAD isimli klasörün içerisindekileri FTP aynı isimli klasörler içine atın
║Adım 3,
║- Adminpc >> Eklentiler >> alanında eklenti bulun >> Yükle butonu ile yükleyin
║•●۞
║•●۞ZipArchive Olarak Kurulum Yapmak
║•●۞
║Eğer yukarıdaki seçenek zor geliyorsa, Admincp -> Eklentiler -> Arşivden yükle/yükselt kullanarak kurmak için öncelikle sunucunuzda ZipArchive ║desteğinin olması gerekmektedir.
║Var ise src/config.php dosyasını açarak aşağıdaki kodu ekleyip kayıt ettikten sonra bundan sonrası için zip olarak yüklemeler yapabilirsiniz.
║•●۞
║•●۞
[CODE title="config.php"]$config['enableAddOnArchiveInstaller'] = true;[/CODE]
Video Anlatım
[GALLERY=media, 3][/GALLERY]
[CODE title="message_macros"] <div class="afMood--postbit"> <xf:include template="af_moods_message_postbit"> <xf:set var="$postbitPosition" value="manual" /> </xf:include>[/CODE]
[CODE lang="less" title="extra.less"]
@media (max-width: 649px){
.afMood--postbit {
text-align: center;
max-height: none;
background-repeat: no-repeat;
position: absolute;
display: block;
width: 60px;
height: 6px;
z-index: 6;
display: flex;
align-items: center;
justify-content: center;
margin-right: 13px;
margin-top: -21px;
}
}
.afMood--postbit {
text-align: center;
max-height: none;
background-repeat: no-repeat;
position: absolute;
display: block;
width: 146px;
height: 6px;
z-index: 6;
display: flex;
align-items: center;
justify-content: center;
margin-right: 33px;
margin-top: -46px;
}
.avatar.avatar--m {
width: 115px;
height: 115px;
font-size: 58px;
}
@media (max-width: 649px){
.afMood--postbit {
text-align: center;
max-height: none;
background-repeat: no-repeat;
position: absolute;
display: block;
width: 60px;
height: 6px;
z-index: 6;
display: flex;
align-items: center;
justify-content: center;
margin-right: 13px;
margin-top: -21px;
}
}
.message-avatar-wrapper .message-avatar-online {
position: absolute;
left: 99%;
margin-left: -0.615em;
bottom: -0.5em;
top: -100px;
}
@media (max-width: 750px){
.message-avatar-wrapper .message-avatar-online {
position: absolute;
left: 105%;
margin-left: -0.615em;
bottom: -0.5em;
top: -36px;
}
}
[/CODE]
Postbit Position: Manual - Olacak
max width: boş kalacak.
User mood chooser: Uyarılardan sonra (simge olarak)
Yuvarlak Çerçeveler Ek Dosyada.