Notifications
Clear all
How-To and Troubleshooting
3
Posts
2
Users
0
Reactions
1,487
Views
Topic starter
23/01/2017 4:14 pm
After migrating our comments from Disqus to WPDiscuz, our authors and editors are all listed as Guests. How can I change these labels for them? I would like to show them as "Admin" or "Moderator"
23/01/2017 8:53 pm
It seems the User IDs have not been moved, if you check the wp_comments table you'll see that comment author IDs are 0. This is migration issue, wpDiscuz has no chance to detect user role. There is only one way, it may work. Try to enable "Use guest email to detect registered account" option in Comments > Settings admin page. wpDiscuz will try to find UserIDs based on Emails and detect user roles.
Topic starter
24/01/2017 1:23 am
Just so.
That did the trick, thanks!