Notifications
Clear all

wpForo 1.x.x [Closed] Existing users not added as Forum Members

3 Posts
2 Users
1 Reactions
1,885 Views
Posts: 6
Topic starter
(@cambofrizz)
Active Member
Joined: 7 years ago

I've raised this in another thread  https://wpforo.com/community/how-to-and-troubleshooting-2/dont-have-access-to-the-settings/#post-10180  but since it's a bit different problem than the original topic, I'll post it separately here.

When activating wpForo existing members are not added to the wpforo_profiles table. The site I'm working on has 800+ existing users. In functions-installation.php I found: if( $users <= 100 ) $wpforo->member->synchronize_users();

Am I right that this says: if there are 100 or less users do synchronize else not?

Is there an option or a workaround to do this in segments?

2 Replies
Posts: 6
Topic starter
(@cambofrizz)
Active Member
Joined: 7 years ago

OK (having searched through the code), found out how to do it:

Put in the address bar: admin.php?page=wpforo-community&action=synch

Et voila (as the French say) all existing users were in the wpForo members list (so, in wpforo_profiles database table) including their roles (Admins-->Admins, Editors-->Moderators, Contributors-->Members).

One question remains: why is this not a button in wpForo back-end? Or have I just missed it?

Robert
Posts: 10591
Admin
(@robert)
Support Team
Joined: 9 years ago

One question remains: why is this not a button in wpForo back-end? Or have I just missed it?

Because it's being done automatically, or if you have more than 100 users it comes as a message on top with button: