Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

#91 closed defect (bug) (fixed)

Need A Check To Load Blogs

Reported by: trent's profile trent Owned by: apeatling's profile 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)

#1 @apeatling
16 years ago

  • 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.

#2 @apeatling
16 years ago

  • Resolution set to fixed
  • Status changed from accepted to closed

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

Note: See TracTickets for help on using tickets.