-
gmax21 started the forum topic [Resolved] Where is the user blog data stored? in the group How-To and Troubleshooting: 13 years, 8 months ago
As you know in Buddypress you can click the user for their profile and that page is a tab for blogs to show which blogs they admin and own. Where is that information stored. I imported a website for someone but it displays me as the blog own, if I remove myself the blog doesn’t […]
-
gmax21 posted on the forum topic Where is the user blog data stored? in the group How-To and Troubleshooting: 13 years, 8 months ago
Ah the forum striped a bit of the MySQL but I’m sure the point is clear. 🙂
-
gmax21 posted on the forum topic Where is the user blog data stored? in the group How-To and Troubleshooting: 13 years, 8 months ago
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' );
[…] -
gmax21 joined the group How-To and Troubleshooting 13 years, 8 months ago
@gmax21
Active 2 weeks, 3 days ago