Nov 12, 2019 9:47 am
wie kann ich Datum und Uhrzeit im Forum unterbinden, so dass es nicht angezeigt wird.... ggf. Addon? Vielen Dank
2 Replies
Nov 12, 2019 9:56 am
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;
}
Nov 12, 2019 7:37 pm
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.