Opened 18 years ago
Closed 18 years ago
#91 closed defect (bug) (fixed)
Need A Check To Load Blogs
| Reported by: | trent | Owned by: | apeatling |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | Version: | ||
| Severity: | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.