它的偉大工程,但我需要我添加是一個單選按鈕,而不是文字的自定義字段做出爲Joomla 2.5用戶配置文件的插件,因爲它是一個「男/女」選項
這裏是如何看起來像/plugins/user/profile10/profiles/profile.xml:
<field
name="gender"
type="text"
id="gender"
description="Male or Female?"
filter="string"
label="Male or Female?"
message="PLG_USER_PROFILE_FIELD_WEB_SITE_MESSAGE"
size="30"
/>
和plugins /用戶/ profile10/profile10 .xml:
<field name="register-require_gender" type="list"
description="Your gender"
label="Male or female?"
>
<option value="2">JOPTION_REQUIRED</option>
<option value="1">JOPTION_OPTIONAL</option>
<option value="0">JDISABLED</option>
</field>
我注意到行類型=「文本」,但我不知道我更換並在那裏,我把兩個選項。
有誰知道該怎麼做?提前致謝。
太謝謝你了!我之前無法在谷歌中找到它,我想我用錯誤的詞搜索。 :) – mah2602
@ mah2602接受? –