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.
我创建了另一个档案学生,并添加了一个名为 class 的字段。我想显示这个表格,包括提交的课程。
如何显示学生注册表..请帮助
我在块中使用了以下代码
<?php print drupal_render(drupal_get_form('user_register_form')); $profile = profile2_load_by_user($account); print drupal_render(field_view_field('profile2', $profile['Student'], 'field_class')); ?>