Notifications
Clear all

How for Admin to Mark ALL Posts Read For All Users

5 Posts
2 Users
1 Reactions
220 Views
memphisguru
Posts: 13
Topic starter
(@memphisguru)
Eminent Member
Joined: 7 years ago

I've don't a large migration from two other forum applications over to wpForo and would like to start everyone clean with all migrated posts indicating read.

Right now widgets like unread posts are showing sometimes 20 year old posts that were read long ago, cluttering up the new actual unread posts.

Where is this stored in the database so I can do a mass update? Or is there another way.


4 Replies
Sofy
Posts: 5547
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi,

I'll ask the developers and get back to you soon. 


Reply
Sofy
Posts: 5547
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi,

The data is stored separately for each user. You can find it in the wp_usermeta table under the “wpforo_all_read” key, as well as in the user’s browser cookies.

If users click the “Mark all read” button in the forum footer section, this data will be cleared.


Reply
2 Replies
memphisguru
(@memphisguru)
Joined: 7 years ago

Eminent Member
Posts: 13

@sofy Thanks, so if they click the "Mark all read" link at the bottom of the main forum index, will it mark all post under all the categories and sub-forums as read?


Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 8 years ago

Support Team
Posts: 5547

@memphisguru 

Yes, sure.


Reply