Notifications
Clear all

[Closed] No Date kein Datum - Display

3 Posts
3 Users
0 Likes
671 Views
Posts: 1
Topic starter
(@hesch)
New Member
Joined: 4 years ago

wie kann ich Datum und Uhrzeit im Forum unterbinden, so dass es nicht angezeigt wird.... ggf. Addon? Vielen Dank

2 Replies
Sofy
Posts: 4233
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @hesch,

Please add the following CSS code in "Custom CSS code" textarea located on the Dashboard > Forums > Settings > Styles admin page, save it, delete all caches and check again:

.wpf-author-joined {
    display: none;
}
Bastbra
Posts: 24
(@bastbra)
Eminent Member
Joined: 5 years ago

Hi, falls du das nicht verstanden hast (ich füg das einfach mal an), dann sag ich es nochmal für dich. Einfach bei den Foren-Einstellungen in die "Einstellungen" > "Darstellung" > "Benutzerdefinierter CSS-Code", und da fügst du dann einfach folgendes hinzu:

.wpf-author-joined {
    display: none;
}

Das sorgt dann dafür, dass das Beitrittsdatum der Benutzer nicht mehr angezeigt wird.

 

@sofy He wants to disable the date and time in the whole forum, not just the date of joining.