Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: [Resolved] Where is the user blog data stored?


Kye
Participant

@gmax21

Scratch that, I must have overlooked it the first 20 times, lol.

Its located in the bp_user_blogs table, not sure why I kept missing it. ha ha.

And if others have this problem, then here is some MySQL:

`INSERT INTO `YOUR_DATABASE`.`PREFIX_bp_user_blogs` (
`id` ,
`user_id` ,
`blog_id`
)
VALUES (
NULL , ‘REPLACE_USER_ID’, ‘REPLACE_BLOG_ID’
);`

Obviously replace the parts which say YOUR_DATABASE, PREFIX and REPLACE with the corresponding data.

I wonder why when importing though that Buddypress doesn’t take this into account? :-)

Skip to toolbar