pvanliew Posted October 17, 2012 Share Posted October 17, 2012 Is it possible to make DNS Management always enabled when people are registering a domain? (or any Free Domain add-on for that matter) It only makes sense, and if people forget to check it, that causes problems. Anyone know of a way? Thanks. 0 Quote Link to comment Share on other sites More sharing options...
pvanliew Posted October 17, 2012 Author Share Posted October 17, 2012 Nevermind, I did some hunting in the code and found it... /templates/orderforms/(whichever)/configuredomains.tpl at line 25 and onward, the checkbox code: {if $domain.dnsmanagement}<label><input type="checkbox" name="dnsmanagement[{$num}]"{if $domain.dnsmanagementselected} checked{/if} /> I just added "checked" and to change it to: {if $domain.dnsmanagement}<label><input type="checkbox" name="dnsmanagement[{$num}]"{if $domain.dnsmanagementselected} checked{/if} checked /> and hopefully that still triggers the if statement to work, I will need to test, but this looks good... 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.