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.
ユーザー プロファイル用のカスタム フィールドを作成しました。これらは settings- field_test 整数テキスト フィールドです。
CMS を介して任意のページにこのカスタム フィールドを表示するにはどうすればよいですか?
ユーザー エンティティにアタッチされている場合は、これを page.tpl.php に挿入できます。
<?php print render($user_profile['field_test']); ?>