sparky Posted June 2, 2009 Share Posted June 2, 2009 AU and UK domains can't be locked and therefore the lockstatus should not be shown in the domain details in the clientarea. To fix this open clientareadomaindetails.tpl and find {if $tld neq "co.uk" && $tld neq "org.uk" && $tld neq "ltd.uk" && $tld neq "plc.uk" && $tld neq "me.uk"} and replace it with this {php} $dontshowlockstatus = array("asn.au","com.au","edu.au","org.au","net.au","id.au"); array_push($dontshowlockstatus, "co.uk","org.uk","ltd.uk","plc.uk","me.uk"); $this->assign("dontshowlockstatus", $dontshowlockstatus); {/php} {if !$tld|in_array:$dontshowlockstatus} 0 Quote Link to comment Share on other sites More sharing options...
Zorro67 Posted June 3, 2009 Share Posted June 3, 2009 Well done Sparky, as usual. When it comes to .au, you are the guru 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted June 4, 2009 Share Posted June 4, 2009 and push into the array .ac.uk .net.uk .gov.uk .sch.uk .nhs.uk 0 Quote Link to comment Share on other sites More sharing options...
Sven Posted June 13, 2011 Share Posted June 13, 2011 Also helpful for .be, .nl and .eu domain names, thanks! 0 Quote Link to comment Share on other sites More sharing options...
ConnectedNetworks Posted July 7, 2012 Share Posted July 7, 2012 Hi. Sorry to bump this thread back from the past but I was wondering how to change it now as the line has changed. 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.