simonj Posted June 3, 2010 Share Posted June 3, 2010 Is there any way to disable people creating sub accounts ? I can't find anything on the forums or in the documentation to prevent this from occurring ! Any help is much appreciated. Thank you. 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted June 4, 2010 Share Posted June 4, 2010 Yes the is, you will need to edit 2 tpl files clientareaaddcontact.tpl clientareacontacts.tpl find these lines <tr> <td class="fieldarea">{$LANG.subaccountactivate}</td> <td><input type="checkbox" name="subaccount" id="subaccount"{if $subaccount} checked{/if} /> <label for="subaccount">{$LANG.subaccountactivatedesc}</label></td> </tr> and comment it out like this {* <tr> <td class="fieldarea">{$LANG.subaccountactivate}</td> <td><input type="checkbox" name="subaccount" id="subaccount"{if $subaccount} checked{/if} /> <label for="subaccount">{$LANG.subaccountactivatedesc}</label></td> </tr> *} 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.