Notifications
Clear all

wpForo 1.x.x [Closed] Remove Join Date

7 Posts
2 Users
1 Reactions
11.4 K Views
Posts: 5
Topic starter
(@brie-lane)
Active Member
Joined: 7 years ago

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.

6 Replies
Robert
Posts: 10591
Admin
(@robert)
Support Team
Joined: 9 years ago

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;
}
Posts: 5
Topic starter
(@brie-lane)
Active Member
Joined: 7 years ago

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?

 

 

Robert
Posts: 10591
Admin
(@robert)
Support Team
Joined: 9 years ago

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/

1 Reply
(@brie-lane)
Joined: 7 years ago

Active Member
Posts: 5

Thanks - I understand.  However it is showing the wrong time zone. Is there a way to fix that?

Posts: 5
Topic starter
(@brie-lane)
Active Member
Joined: 7 years ago

I was able to fix it - thanks!

Page 1 / 2