Opened 16 years ago
Closed 16 years ago
#91 closed defect (bug) (fixed)
Need A Check To Load Blogs
Reported by: | trent | Owned by: | apeatling |
---|---|---|---|
Milestone: | Priority: | major | |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
There needs to be an update blogs function to change the database entries for which blogs a user has under his profile. Maybe query the same way WPMU does now and not have a seperate blog table in the database? Right now, if a user adds a blog it will put it in the list, but it will not remove a blog if a user is no longer on it.
Change History (2)
Note: See
TracTickets for help on using
tickets.
The trouble with not using a new table is that searching across all blog tables would be far too expensive and slow.
It's just a matter of adding a hook to remove an entry for the user/blog when either the blog is deleted, user is deleted, or user is removed from blog.