By David Boggitt on Wednesday, 24 August 2016
Posted in Technical Issues
Replies 1
Likes 0
Views 243
Votes 0
Hi,

I've just migrated about 140 articles from one Joomla category into Easyblog. This worked fine.

I then wanted to change the author of all the Easyblog articles into another user, so using phpMyAdmin I change created_by in the xxx_easyblog_post database tables to the ID of the new user.

In the backend, in Easyblog -> Authors, the correct user is listed as authoring all the posts.

However, in the frontend, the author is displayed as the incorrect author (i.e. the one before the migration).

If, in the backend, I open a post and change the author, this is then correct on the frontend AND correct in the database tables.

However, all other Easyblog posts reflect the old (incorrect) author.

What have I missed please? I know I could workaround this by changing the author of the Joomla core articles before the migration, but it's an odd problem and I wanted to let you know.

Many thanks,

Dave.
Hey David,

In Easyblog 5, from the listing view we will load this `#__easyblog_revisions` table, mean you have to update this table for these `created_by` value and `content` inside the `created_by`, you can refer on my attached screenshot below.

Hope this will help.
·
Wednesday, 24 August 2016 11:58
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post