For admin, we can drag that button:
æè·.JPG
For regular users, it disappears and the panel shape is fixed:
æè·2.JPG
In v1.18.6, if I set it to "Invite Only", the green invite button in the xxx.com/users disappears. If I set it as "Admin invite only", everything is fine.
one year ago I met similar problem https://community.nodebb.org/topic/14603/invitation-register-bug-of-the-latest-nodebb
Can you open an issue at https://github.com/NodeBB/NodeBB/issues
Also invite is a global privilege now, did you give the users groups invite privilege?
@baris Yep, I do give the users groups invite privilege. It does not work.
Well, I forgot my github account... I am not a frequent github user
Is it possible to fix the bug here? I dont have a github account..
@sharonyue what is the value of maximum invites set to in your ACP? Also which database are you using?
@baris Iirc, @sharonyue is using MongoDB?
I am using redis.
I set it as 0 or 3, none works.
I tested this on latest with mongodb/redis and it seems to work. Is the user you are testing with a brand new user or a user who already made some invites? What theme are you using?
@baris Hi Baris, thanks for your testing. I just checked it. For the register users, 0 or other numbers works. But for admin, only 0 works. If I set it as 1 or something else, the green invite button in the xxx.com/users disappears.
It looks exactly as here: https://community.nodebb.org/topic/14603/invitation-register-bug-of-the-latest-nodebb
But I checked the solution as posted here: https://github.com/NodeBB/NodeBB/commit/8f4b99a41c6496cbdaaf489f16ecbe261d6c4a79, the source code seems different.