Jump to content

Remove Domain Category In WHMCS 7.2.3


Recommended Posts

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).

HiGI69E.png

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'] = "";

 

Link to comment
Share on other sites

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).

HiGI69E.png

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

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

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated