16-3 コミュニティのカスタムフィールドの表示順序を並べ替える

312ページ(変更後)

...前略...
<mt:EntryCustomFields>
  <mt:SetVarBlock name="number"><mt:EntryCustomFieldsDescription /></mt:SetVarBlock>
  <mt:SetVarBlock name="cfn{$number}"><mt:CustomFieldName escape="html" /></mt:SetVarBlock>
  <mt:SetVarBlock name="fc{$number}"><mt:CustomFieldHTML /></mt:SetVarBlock>
  <mt:SetVarBlock name="cid{$number}">profile_<mt:CustomFieldName dirify="1" escape="html" /></mt:SetVarBlock>
  <mt:SetVarBlock name="req{$number}"><mt:CustomFieldIsRequired>1<mt:else>0</mt:CustomFieldIsRequired></mt:SetVarBlock>
</mt:EntryCustomFields>
<mt:loop name="cfn" sort_by="key numeric">
  <mt:GetVar name="__value__" setvar="custom_field_name" />
  <mt:GetVar name="fc{$__key__}" setvar="field-content" />
  <mt:GetVar name="cid{$__key__}" setvar="custom_field_id" />
  <mt:GetVar name="req{$__key__}" setvar="required" />
  <$mt:Include module="フォームフィールド" id="$custom_field_id" class="" label="$custom_field_name" required="$required"$>
</mt:loop>
...後略...

このアーカイブについて

最近のコンテンツはインデックスページで見られます。過去に書かれたものはアーカイブのページで見られます。