Username in der Forenbeschreibung
July 31, 2026 0 Downloads 16 Sales
Das Plugin bringt euch den Usernamen mit einem Text in die Forenbeschreibung.
So könnte ihr den User mit seinem Namen auf den Vorstellungsthread hinweisen.
Den Text könnt ihr einfach über die Sprachvariable wbb.board.user.index.user anpassen.
Die Einstellung der Anzeige, in welchem Forum es angezeigt werden soll, könnt ihr ganz einfach über das ACP erledigen.
Wenn ihr euren Text und den Usernamen farblich anpassen wollt, das könnt ihr ohne Probleme mit CSS machen.
Den Text sprecht ihr einfach mit .wbbBoardList .welcomeUsersDescription an,
den Usernamen .welcomeUsersName
Beispiel Text:
Beispiel Username:
.welcomeUsersName {
color: #ff8c00;
-webkit-animation-name: blinker;
-webkit-animation-duration: 6s;
-webkit-animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
-moz-animation-name: blinker;
-moz-animation-duration: 6s;
-moz-animation-timing-function: linear;
-moz-animation-iteration-count: infinite;
animation-name: blinker;
animation-duration: 6s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@-moz-keyframes blinker {
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}
@-webkit-keyframes blinker {
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}
@keyframes blinker {
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}
Display More
so blink der Name.
Versions
6.0.05.5
There are no reviews yet.
No comments have been posted for this product yet.
Go to support thread
You can read these comments, but you cannot currently reply in this support thread.