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!
[XGT] Kayıt paneli uyarıları

XF 2.2 Eklenti [XGT] Kayıt paneli uyarıları 1.0.0

Bu eklenti, add-ons XenForo 2.2.X ile uyumlu ve stabil olarak çalışmaktadır.
Anladım Özel alan ekleme kısmında açıklama bölümü var. Orda HTML olarak yapabiliriz. Sizin tasarımınıza uygun HTML ve css kodları ekleyebilirmisiniz?
Buraya HTML kodları css'yide extraya ekleyeyim.
Görünümü sizin gibi olsun :)
Test etmedim bir deneyin olur umarım;

HTML:
        <div class="formRow formRow--input">
            <dt></dt>
            <dd style="padding:0px 10px">           
                <div class="xgtKayitPanelUyari-blok Kullanici-adi">
                    <div class="UyariIkon-blok">
                        <i class="{{ property('kayitPanelUyarilariKullanciAdiikon') }} UyariIkon" aria-hidden="true"></i>
                    </div>
                    <div class="UyariDetay">
                        Mesajınız!
                    </div>
                </div>
            </dd>
        </div>
 
Elinize sağlık olmuş ancak biraz kayma var..

1683491329126.png
 
Şunu denermisiz;

HTML:
                <div class="xgtKayitPanelUyari-blok Kullanici-adi">
                    <div class="UyariIkon-blok">
                        <i class="{{ property('kayitPanelUyarilariKullanciAdiikon') }} UyariIkon" aria-hidden="true"></i>
                    </div>
                    <div class="UyariDetay">
                        Mesajınız!
                    </div>
                </div>
 
Good morning. I am very grateful to have tried your resource, thank you very much. I would like to ask you if you could include a field for the password, or if you can tell me how to add it in the options.xml file section.
 
Good morning. I am very grateful to have tried your resource, thank you very much. I would like to ask you if you could include a field for the password, or if you can tell me how to add it in the options.xml file section.
Good evening :D,
this is not possible in this plugin. However, my advice would be to do this in your Language patch. You will understand from the picture below.

Related sentence : entering_password_is_required


Screenshot 2024-01-30 at 20-38-57 English (US) - Cümle ve kelimeler XenGenTr - Türkiye'nin Xen...png
 
Good evening :D,
this is not possible in this plugin. However, my advice would be to do this in your Language patch. You will understand from the picture below.

Related sentence : entering_password_is_required
Hocam bunu kullanıcı izinlerinden admin için bağlasak olmaz mı?
 
Good evening :D,
this is not possible in this plugin. However, my advice would be to do this in your Language patch. You will understand from the picture below.

Related sentence : entering_password_is_required


Ekli dosyayı görüntüle 25193
Sorry for the delay in the response. You are very kind to respond to me. Thank you so much. I would like to place an order if possible?

Could you please prepare an HTML code for the password prompt? Something similar to the image I attached. From already thank you very much
 

Ekli dosyalar

  • xengentr_kayit_panel_uyari_demo.png
    xengentr_kayit_panel_uyari_demo.png
    15 KB · Görüntüleme: 5
Sorry for the delay in the response. You are very kind to respond to me. Thank you so much. I would like to place an order if possible?

Could you please prepare an HTML code for the password prompt? Something similar to the image I attached. From already thank you very much


To manually add an HTML code, follow these steps.

Go to Admincp >> Appaerance >> Phrases, search for the content "entering_password_is_required" in the filter field, and click on it. Then, in the Phrase text section of the form that appears, you can enter the following HTML codes. Additionally, if you are not using the [XGT] Kayıt paneli uyarıları add-on here, you should enter the following LESS codes into the extra.less area of the theme you are using.

HTML:
<div style="padding:0px 10px">          
    <div class="xgtKayitPanelUyari-blok Kullanici-adi">
        <div class="UyariIkon-blok">
            <i class="fad fa-user-check UyariIkon" aria-hidden="true"></i>
        </div>
        <div class="UyariDetay">
            Please enter a description in this field.
        </div>
    </div>
</div>


Less:
.xgtKayitPanelUyari-blok {
    display: inline-block;
    position: relative;
    margin-top: 5px;
    width: 100%;
    .UyariIkon-blok {
        position: absolute;
        width: 50px;
        height: 100%;
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        .UyariIkon {
            top: 50%;
            position: absolute;
            left: 10px;
            margin-top: -15px;
        }
    }
    .UyariDetay {
        margin-left: 60px;
        padding: 5px 10px;
        font-style: normal;
        font-size: 13px;
    }
}
.xgtKayitPanelUyari-blok.Kullanici-adi {
    border-left: solid 3px #c84448;
    color: #c84448;
    background: #fde9e9;
    border-color:  #f8b1b1;
    border-radius: 5px;
    .UyariIkon-blok {
        background-color: #f8b1b1;
        box-shadow: 1px 0px 2px 0px #f58b8b;
        border-radius: 5px 0 0 5px;
    }
}


@media (max-width:650px) {
    .xgtKayitPanelUyari-blok {
        .UyariIkon-blok {
            display: none;
        }
        .UyariDetay {
            margin-left: 0px;
        }
    }
}

Example image:

xf_r_0.png

xf_r_1.png

xf_login_p.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.