2012-12-09, 04:27 PM
I have MyBB 1.6, and this is a new installation. It's important that the "hide e-mail" box is checked when people first register.
The other posts here on this topic don't seem to really fix it. However, I noticed instructions on the Simple Machines (SMF) forum where you can go in and change the php. Could something this simple be done, or maybe there is another solution?
How/where would I go to change the php? I can write HTML but am pretty new to php. This is from the post [undefined=undefined]for SMF[/undefined].
"1. Go to to your cPanel or FTP your files.
2. Proceed to Themes
3. Choose Default
4. Open Register.template.php
5. Find this line: <label for="hideEmail"><input type="checkbox" name="hideEmail" id="hideEmail" class="check" /> ', $txt[721],
'</label>';
6. Change that line into: <label for="hideEmail"><input type="checkbox" name="hideEmail" id="hideEmail" class="check" checked /> ',
$txt[721], '</label>';
7. Save Register.template.php"
Thanks a lot.
The other posts here on this topic don't seem to really fix it. However, I noticed instructions on the Simple Machines (SMF) forum where you can go in and change the php. Could something this simple be done, or maybe there is another solution?
How/where would I go to change the php? I can write HTML but am pretty new to php. This is from the post [undefined=undefined]for SMF[/undefined].
"1. Go to to your cPanel or FTP your files.
2. Proceed to Themes
3. Choose Default
4. Open Register.template.php
5. Find this line: <label for="hideEmail"><input type="checkbox" name="hideEmail" id="hideEmail" class="check" /> ', $txt[721],
'</label>';
6. Change that line into: <label for="hideEmail"><input type="checkbox" name="hideEmail" id="hideEmail" class="check" checked /> ',
$txt[721], '</label>';
7. Save Register.template.php"
Thanks a lot.