Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Closed] Newly registered Members are not showing neither in forum nor in WrodPress forum members list

5 Posts
4 Users
1 Reactions
1,123 Views
Posts: 2
Topic starter
(@karthikbethi)
New Member
Joined: 6 years ago

Hello!

I have been facing this strange issue when I disable the option called Enable User Registration email confirmation in Features since I disable I am not able to see newly registered members neither in Forum not in my forum members list in WordPress.Help would be really appreciated

Thank you 

4 Replies
Sofy
Posts: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi karthikbethi,

Thank you for using wpForo and for contacting us. 

We're going to check the issue. Please wait a bit. I'll update the topic asap. 

2 Replies
(@karthikbethi)
Joined: 6 years ago

New Member
Posts: 2

@sofy

Thank you for responding I figured out the problem when I disable User Registration email confirmation in Features it is directing new members to the wordpress>users tab instead of Forums>members.

(@percysgrowroom)
Joined: 6 years ago

Noble Member
Posts: 1215

@sofy

any news??? just noticed this!!!! Have new members signing up to enter a competition, they cant commment!!!

This is bad man! I knew it was a bad idea updating w*f man!!

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

Hi @karthikbethi and @karthikbethi,

We apologies for any inconvenience caused by the new member registration problem. We just released an urgent version, please update your forum to 1.6.4. Then execute this SQL in Hosting cPanle> phpMyAdmin Database Manager to activate those users who were registered last two days:

UPDATE `wp_wpforo_profiles` SET `status` = 'active' WHERE `status` = 'inactive'

Make sure the table prefix is correct "wp_", if not, just change it to yours.