Ticket #91 (closed defect: fixed)

Opened 3 months ago

Last modified 7 weeks ago

Need A Check To Load Blogs

Reported by: trent Owned by: apeatling
Priority: major Milestone:
Version: 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

Changed 3 months ago by apeatling

  • status changed from new to accepted

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.

Changed 7 weeks ago by apeatling

  • status changed from accepted to closed
  • resolution set to fixed

If a blog is deleted then it is now removed from the users list of blogs.

Note: See TracTickets for help on using tickets.