Recently found a lot of customers, information is not complete! or QQ number, mobile phone number, MSN set as the required option is better!
The following is the example of setting QQ as the required option
Find Template
template/default/member/edit.htm
Found it
function Dcheck () {
if ($ (' truename '). Value = = ') {
Tab (0);
Dmsg (' Please fill in the real name ', ' Truename ');
return false;
}
if ($ (' password '). Value! = ') {
if ($ (' Cpassword '). Value = = ') {
Tab (1);
Dmsg (' Please re-enter password ', ' Cpassword ');
return false;
}
if ($ (' password '). Value! = $ (' Cpassword '). Value) {
Tab (1);
Discover Dcheck () This function (check statement)
Write in this function
if ($ (' QQ '). Value = = ") {
Tab (0);
Dmsg (' Please fill in the real QQ ', ' QQ ');
return false;
}
Add an asterisk before QQ
<td class= "tl" > <span class= "f_red" >*</span>QQ</td>
The other same!
Destoon program QQ number, mobile phone number, MSN must select the Implementation method