Aidin Posted December 18, 2017 Share Posted December 18, 2017 Hi, How can I remove domain category in WHMCS Version 7.2.3? Thanks Link to comment Share on other sites More sharing options...
brian! Posted December 19, 2017 Share Posted December 19, 2017 you could modify /templates/six (or your custom template)/css/custom.css and add... .tld-filters { display: none; } confirmed working on v7.4.1, but should work on v7.2.3 (or any version between). if you wanted to remove "Browse extensions by category", you could use a Language Override and use the code below for all your languages. $_LANG['pricing']['browseExtByCategory'] = ""; 1 Link to comment Share on other sites More sharing options...
Aidin Posted December 19, 2017 Author Share Posted December 19, 2017 3 hours ago, brian! said: you could modify /templates/six (or your custom template)/css/custom.css and add... .tld-filters { display: none; } confirmed working on v7.4.1, but should work on v7.2.3 (or any version between). if you wanted to remove "Browse extensions by category", you could use a Language Override and use the code below for all your languages. $_LANG['pricing']['browseExtByCategory'] = ""; The Categories removed but still it doesn't show my .ir TLD! Link to comment Share on other sites More sharing options...
brian! Posted December 20, 2017 Share Posted December 20, 2017 19 hours ago, Aidin said: The Categories removed but still it doesn't show my .ir TLD! it wouldn't - the domain matrix only shows the TLDs in the "Popular" category... and there's no way in the admin area to modify which TLDs are assigned to which categories... and .ir isn't even in the database table used by WHMCS anyway! one option to have .ir become visible, would be to show all of your TLDs in the pricing matrix by editing domainregister.tpl... Link to comment Share on other sites More sharing options...
Recommended Posts