Change the field
Member model management:
Field prompt text prompt text
*(The name of the item displayed when publishing content)
Field Name:
Only use English letters or numbers, the real field name of the data table
type of data:
GetAtt('type'); if($dtype!='' && isset($fieldtypes[$dtype])) { echo "
{$fieldtypes[$dtype]}
\r\n"; $canchange = true; } else { echo "
System-specific type
\r\n"; $canchange = false; } if($canchange) { ?>
Single line text(varchar)
Single line text(char)
Multi-line text
HTML text
Integer type
Decimal type
Time type
image
Attachment type
Use the option drop-down box
Use the radio tab
Checkbox checkbox
Defaults:
If you define the data type as select, radio, checkbox, fill in the selected items (separated by "," such as "male, female, shemale"), if the linkage box, fill in the name of the linkage box project.
GetAtt('default'); ?>
The maximum length:
Text data must be filled, greater than 255 for the text type
Member Model Form HTML:
◆Custom form HTML ~ name ~ that prompt text, ~ form ~ that form elements
GetInnerText(); ?>
As search criteria:
GetAtt('issearch')=='1') echo " checked='1' "; ?> class='np' /> Yes
GetAtt('issearch')=='0') echo " checked='1' "; ?> class='np' /> no
Whether it is displayed in the front page related members page:
GetAtt('isshow')=='1') echo " checked='1' "; ?> class='np' /> Yes
GetAtt('isshow')=='0') echo " checked='1' "; ?> class='np' /> no
Field status:
GetAtt('state')=='1') echo " checked='1' "; ?> class='np' /> Enabled
GetAtt('state')=='0') echo " checked='1' "; ?> class='np' /> Disabled