Hello,
We have a new forum and I'm trying to customize it. Is there a way to remove the join date so that its not viewable?
Thanks.
The permission "Can view member reg. date" in Usergroup setting is not activated yet. It'll not help yet.
You can change the forum layout to Simplified:
https://wpforo.com/docs/root/categories-and-forums/forum-layouts/
Also you can hide this information using CSS code. Please navigate to Dashboard > Forums > Settings > Styles admin page and put this CSS code in Custom CSS Code textarea. Save it, delete all caches and do Ctrl+F5 on forum front:
#wpforo #wpforo-wrap .author-joined {
display:none!important;
}
Thank you the CSS code worked perfectly!
is there any way to change the last-post-date, so that it shows the date rather than the time?
I'm sorry but not. Each wpForo Forum layout has it's own date/time display format.
https://wpforo.com/docs/root/categories-and-forums/forum-layouts/
I was able to fix it - thanks!