Jan38 Posted July 13, 2014 Share Posted July 13, 2014 hello all, is it possible to disable several functions in WHMCS regarding for instance the automatic EPP code retrieval? sometimes it occurs that you don't want clients to get that code themselves.. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted July 14, 2014 WHMCS Support Manager Share Posted July 14, 2014 Hi, You can customise your /templates/*your active template*/clientareadomaindetials.tpl and remove the EPP Code retrieval link, but this would affect all clients. 0 Quote Link to comment Share on other sites More sharing options...
Jan38 Posted July 15, 2014 Author Share Posted July 15, 2014 Why isn't there an option to switch this on and off on clientbases? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted July 15, 2014 Share Posted July 15, 2014 Hi Jan, Why isn't there an option to switch this on and off on clientbases? you could edit the template so that this would work for specific clients only - the trick would be in finding a method to flag the clients that this would to apply to... two obvious options would be to assign them to a client group, or add specific text to the "Notes" field in their client profile - there are other options, but ideally you would want to use a value that could be easily accessed using Smarty in the template. once you know how you're marking these clients, then you could modify the {if $getepp} line to check for that second condition, e.g they are in a specific client group; Notes contains the correct phrase etc.. 0 Quote Link to comment Share on other sites More sharing options...
altomarketing Posted July 15, 2014 Share Posted July 15, 2014 I can develop a custom rule that if client belonges to one group shows EEP and if no, that open a ticket requesting it. 0 Quote Link to comment Share on other sites More sharing options...
Jan38 Posted July 16, 2014 Author Share Posted July 16, 2014 Well that should be good! Several hosting companies do act themselves when it handles about the EPP code, this should be available in WHMCS too. Looking forward to this rule 0 Quote Link to comment Share on other sites More sharing options...
satsuke Posted October 9, 2014 Share Posted October 9, 2014 +1 . I want to easily disable epp code feature too. 0 Quote Link to comment Share on other sites More sharing options...
Jan38 Posted October 10, 2014 Author Share Posted October 10, 2014 Well developers, is this going to be implemented in WHMCS? 0 Quote Link to comment Share on other sites More sharing options...
kran Posted October 4, 2015 Share Posted October 4, 2015 I need to do this also, for security reasons .. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted October 5, 2015 Share Posted October 5, 2015 I think there would be at least four ways to do this... go to Domain Pricing - http://docs.whmcs.com/Domain_Pricing - and untick the EPP Code checkbox for each TLD, that should prevent the link appearing for those TLDs. you could edit the clientareadomaingetepp.tpl template and change its content. you could modify the sidebar link to another URL, e.g the appropriate support department... though I won't post the code as it currently doesn't work 100% of the time - I know why, just trying to figure a way around it! you could remove the Get EPP link from the sidebar... <?php use WHMCS\View\Menu\Item as MenuItem; add_hook('ClientAreaPrimarySidebar', 1, function(MenuItem $primarySidebar) { if (!is_null($primarySidebar->getChild('Domain Details Management'))) { $primarySidebar->getChild('Domain Details Management') ->removeChild('Get EPP Code'); } }); 0 Quote Link to comment Share on other sites More sharing options...
Jan38 Posted October 5, 2015 Author Share Posted October 5, 2015 Well, It seems to me that in the new version 6 this can be a simple option for the owner. Most companies do not have this. You can ticket email or call them and then you get in some kind of process where you can get the EPP code. why isn't this properly embedded? 0 Quote Link to comment Share on other sites More sharing options...
Jan38 Posted November 29, 2015 Author Share Posted November 29, 2015 any news here? 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted November 29, 2015 Share Posted November 29, 2015 any news here? this doesn't work for you? http://forum.whmcs.com/showthread.php?90982-disable-client-get-epp-code&p=438838#post438838 0 Quote Link to comment Share on other sites More sharing options...
Jan38 Posted November 29, 2015 Author Share Posted November 29, 2015 did not try that one yet, hoped that this maybe a standard function to allow or disallow from admin panel 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted November 29, 2015 Share Posted November 29, 2015 did not try that one yet, hoped that this maybe a standard function to allow or disallow from admin panel unfortunately they will not implement it soon if you open a forum post, you need to submit your idea/feature here and vote for it (also anyone interested) so WHMCS may consider adding it in future release: check these requests: https://requests.whmcs.com/search/epp this request is what you ask for: https://requests.whmcs.com/topic/hoster-has-control-over-who-can-see-and-get-the-epp-code so for now you can take the work around way 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.