şablon değişikleri Adding Font Awesome to Announcement (notice)

şablon değişikleri

İnfo112

Administrator
Registered
Katılım
14 May 2022
Mesajlar
1,590
Çözümler
53
T. puanı
2,757
CF-Coin
3,357₺
mertboss.com
font-awesome-enxf.png

Normally the announcement
font-awesome-enxf-1.png

Font Awesome
font-awesome-enxf-2.png

https/.../admin.php?notices/ We are going

Click Add warning.
To the message part:
Kod:
<hr align="left" width="50%">
Hello Welcome to Guest!<br>
<a href="/register">Register here</a> to benefit more from the forum

after adding
Add image section
We choose no image
Appearance style is
We choose using other, custom CSS class name
We're writing announcements to the box
The Visibility section
Hide below Width-Medium (650px)
we choose

If you are a visitor, we choose user criteria and we are finished here

extra.less we add
Kod:
.notices {
    position:relative;
    background-color: @xf-paletteAccent1;
} 
.notices:before {
    content: "\f234";
    font-family: FontAwesome;
    right:15px;
    position:absolute;
    color: @xf-paletteNeutral2;
    font-size: 80px;
}
 
Moderatör tarafında düzenlendi:
SPAM YAPMAK YASAKTIR!
  • Örneğin: teşekkürler, sağol, çok iyi, asdqwe, çalışıyor, ty ve benzeri!
  • Örneğin: Aynı mesajı sürekli olarak yazmak. teşekkürler, tşk ve benzeri!
  • Bir başkasının mesajını kopyalayıp aynısını yazmak yasaktır.
  • Bilginiz olmadığı konulara yorum sayınız artsın diye mesaj atmak yasaktır.
  • Yorum yaparken kendi fikrinizi yazınız!
  • Spam mesaj atan görürseniz RAPOR tuşu ile bize bildirmeniz önem ve rica olunur!
Geri
Üst