2014-11-09, 06:35 PM
Yes..I used these steps
The steps for doing that in MyBB are almost identical:
1. Open ACP
2. Go to Templates & Style, choose Templates
3. Select your template set (usually Default Templates)
4. Expand 'Member Templates' and go into the 'member_register' template
5. Find
Code:
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="hideemail" id="hideemail" value="1" {$hideemailcheck} /></td>
6. Replace it with
Code:
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="hideemail" id="hideemail" value="1" checked /></td>
7. Save 'member_register'
The steps for doing that in MyBB are almost identical:
1. Open ACP
2. Go to Templates & Style, choose Templates
3. Select your template set (usually Default Templates)
4. Expand 'Member Templates' and go into the 'member_register' template
5. Find
Code:
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="hideemail" id="hideemail" value="1" {$hideemailcheck} /></td>
6. Replace it with
Code:
<td valign="top" width="1"><input type="checkbox" class="checkbox" name="hideemail" id="hideemail" value="1" checked /></td>
7. Save 'member_register'