Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Public blog not visible on site


welshpixie
Participant

@welshpixie

Ok, my code-happy man made the following as a work-around and ran it manually in the MySQL admin tool;

INSERT INTOwp_bp_user_blogs(user_id,blog_id) VALUES (149, 157);

INSERT INTO wp_bp_user_blogs_blogmeta

(blog_id, meta_key, meta_value)

VALUES (157,’name’,’Call of the Elements’);

INSERT INTO wp_bp_user_blogs_blogmeta

(blog_id, meta_key, meta_value)

VALUES (157,’description’,’Following the Paths of the Shaman and Druid’);

Where 149 is the user ID and 157 is the blog ID. That inserted the blog into the relevant database tables.

It’d still be great to have a fix though so that we don’t have to do this for every user…

Skip to toolbar