strangeman Posted January 12, 2016 Share Posted January 12, 2016 I need add an ability to manage all registered domains for its owners. I can add it per-user via Clients page, but it not automated. Also I can add this ability via Domain Pricing dialog, but it will cause a 'buying' this feature. How I can do that without any 'buy' dialogs, for all users? - - - Updated - - - Added a screenshot for clarification 0 Quote Link to comment Share on other sites More sharing options...
SoluteDNS Posted January 12, 2016 Share Posted January 12, 2016 To enable DNS Management for all existing domains excute the following SQL-query on your WHMCS database: UPDATE `tbldomains` SET `dnsmanagement`= '1'; If you want to have DNS Management being enabled for all future domain orders the easiest way to do this is to open the configuredomains.tpl template file of the order form template you are using and find the input field which enables DNS Management and add checked to it. If you do not want clients to disable this you can also disable this field. Example: <input type="checkbox" name="dnsmanagement[{$num}]" disabled checked /> Please note to also enable DNS Management in the admin area tld management. 0 Quote Link to comment Share on other sites More sharing options...
strangeman Posted January 13, 2016 Author Share Posted January 13, 2016 Yeah, thank you for the right direction. I modified configuredomains.tpl and configureproductdomain.tpl for automatically opening configuredomains.tpl right after domain purchasing, ticking dnsmanagement checkbox and redirection to viewcart.tpl. 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.