Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2416

[3.3.x] Support Forum • How to add all members with 1 (or more) post to a group?

$
0
0

Code:

INSERT INTO phpbb_user_group (group_id, user_id, group_leader, user_pending) SELECT X, user_id, 0, 0 FROM phpbb_users WHERE user_id IN(SELECT user_id FROM phpbb_users WHERE user_lastpost_time > 0);
This is not working. It adds 54 members. But it must be over 1000.
Thank you!

Statistics: Posted by open-your-eyes — Sat May 17, 2025 7:59 pm



Viewing all articles
Browse latest Browse all 2416

Trending Articles