Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用表单 API 制作只接受注册用户姓名的字段?我知道如何自动完成以建议用户名。
具体来说,我希望在允许用户指定作者的正常节点创建过程中复制该字段。
用户模块没有用户列表功能,但是一个简单的数据库查询就可以了。然后在 form_validate 函数中,您可以使用 user_authenticate 检查输入的名称是否确实是有效用户。