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 7 cck のボディ タイトルを変更する方法は次のとおりです。
function mymodule_form_alter(&$form, $form_state, $form_id) { if($form_id == "mymodule_node_form"){ $form['title']['#title'] = t('Event Name'); } }
この方法でタイトルのタイトルを変更しましたが、本文のタイトルを変更できませんでした。
Drupal 7 で Body タイトルを変更するためにコードを記述する必要はありません。
Bodyコンテンツ タイプ (パス) のフィールドを編集するadmin/structure/types/manage/[content-type]/fieldsと、ラベルを「本文」から別のラベル/タイトルに変更できるはずです。
Body
admin/structure/types/manage/[content-type]/fields