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.
我正在自己学习drupal并做一个小项目。我想要一个功能,其中用户注册表包含更多信息,如年龄、性别、职业等和许多其他领域。Drupal 为此提供了什么模块?
对您来说好消息是在 Drupal 7 中,用户是一个实体,也是一个可部署的实体。因此,它的工作方式与向内容类型添加字段的方式相同。
所以访问帐户设置页面: admin/config/people/accounts/fields 创建您想要的任何字段。这里的技巧是在字段配置表单中,选中小复选框“在用户注册表单上显示”,然后您的字段将显示在用户注册页面上。