我相当确定无法将所有新注册用户添加到特定群组……但如果有的话,我非常希望实现这一点。
或者,也许有一种方法可以自动为群组分配特定的信任等级?
我需要做的是将所有新注册用户限制在单个版块,并隐藏其他所有版块。当注册用户恰当地回答某个特定问题时,可以手动将其放入第二个群组。
有什么想法吗?
提前致谢
我相当确定无法将所有新注册用户添加到特定群组……但如果有的话,我非常希望实现这一点。
或者,也许有一种方法可以自动为群组分配特定的信任等级?
我需要做的是将所有新注册用户限制在单个版块,并隐藏其他所有版块。当注册用户恰当地回答某个特定问题时,可以手动将其放入第二个群组。
有什么想法吗?
提前致谢
For the automatic trust levels to a group, you can sidestep this entirely by configuring the access to said categories via trust levels.
Have your open to all category available to everyone, then place the rest behind TL1/2/whatever?
What kind of question is it they need to answer? is it something you could automate with the Custom Wizard Plugin?
Yes, this is the trick. The question / answer cannot be automated, and the registrant must remain in the initial group until the question is answered sufficiently.
One thing I have considered is making the trust-level-2 associate with the additional boards (topics). This way I can use the “received # of likes” as a way of “affirming a correct answer”. This is not ideal, however… it leaves loose ends since anyone can like a person’s answer post, even if the answer is insufficient.
Another thought is to use the API. I use WP as an SSO provider, so I could write an extension that would place a new registrant in the initial group:
If there are no other obvious options, I will go this way.