Opened 17 months ago
Closed 17 months ago
#1433 closed enhancement (fixed)
Co-Authors Plus: Improve how post counts are managed for users
| Reported by: | danielbachhuber | Owned by: | danielbachhuber |
|---|---|---|---|
| Priority: | normal | Component: | not-listed |
| Severity: | normal | Keywords: | co-authors-plus |
| Cc: | batmoo |
Description
Currently, the activation hook for Co-Authors Plus doesn't do anything useful.
Ideally, when Co-Authors Plus is first used, it should create taxonomy terms for all of the users, properly set associations with existing posts, and update the post count for each author.
We'll need to do this in a way that works for sites with large number of posts and/or users.
Change History (6)
comment:1 Changed 17 months ago by danielbachhuber
- Summary changed from Co-Authors Plus: Better activation hook to Co-Authors Plus: Populate data on activation
comment:2 Changed 17 months ago by danielbachhuber
- Status changed from new to assigned
- Summary changed from Co-Authors Plus: Populate data on activation to Co-Authors Plus: Improve how post counts are managed for users
comment:3 Changed 17 months ago by danielbachhuber
In [479589]:
comment:4 Changed 17 months ago by danielbachhuber
We may also need to unset the "posts" column in the Users WP List Table and do our own custom calculation...
comment:5 Changed 17 months ago by danielbachhuber
In [479608]:
comment:6 Changed 17 months ago by danielbachhuber
- Resolution set to fixed
- Status changed from assigned to closed
In [479620]:
Note: See
TracTickets for help on using
tickets.

There's a better approach for this: let's produce all of the data on the fly.
Basically, we need to do two things.