Deactivate Onsite Inboxes
How To Deactivate The Onsite Inboxes
Some owners prefer to just use regular email to deliver mails to members. If you want to emove the onsite Inboxes, here's how.
To do this, you need to perform these steps:
- Edit account_menu.php and remove the link to the Inbox.
- Edit signup.php as follows:
This is the existing code:
<select name=userform[email_setting]><? new_member_email_setting();?></select>Change it to:
<input name=userform[email_setting] type="hidden" value="2"> - Edit userinfo.php as follows:
Delete this code:
<tr> <br>
<td> <div align="left"><font size="2"><b>Send emails to:</b></font></div></td>
<br>
<td> <font size="2"> <br>
<select name=userform[email_setting]><br>
<? existing_member_email_setting();?><br>
</select>
<br>
</font></td>
<br>
</tr> - Finally, any members that have already selected Inbox Only, you will need to change so that they receive to Email instead.









CCI Chatterbox RSS Feed