scurrell Posted May 19, 2010 Share Posted May 19, 2010 Whereabouts do I correct this typo, or is it in the encrypted code? 0 Quote Link to comment Share on other sites More sharing options...
HerrZ Posted May 19, 2010 Share Posted May 19, 2010 look at your <whmcs_root>/lang/ folder on "English.txt" 0 Quote Link to comment Share on other sites More sharing options...
scurrell Posted May 19, 2010 Author Share Posted May 19, 2010 look at your <whmcs_root>/lang/ folder on "English.txt" Already looked there - it doesn't appear to be there. 0 Quote Link to comment Share on other sites More sharing options...
HerrZ Posted May 19, 2010 Share Posted May 19, 2010 so you have to look for the belonging tpl files. domainchecker.tpl, bulkdomainchecker.tpl and bulkdomaintransfer.tpl 0 Quote Link to comment Share on other sites More sharing options...
scurrell Posted May 20, 2010 Author Share Posted May 20, 2010 so you have to look for the belonging tpl files.domainchecker.tpl, bulkdomainchecker.tpl and bulkdomaintransfer.tpl Cheers. Found it in bulkdomaintransfer.tpl. It was a customisation we had done! 0 Quote Link to comment Share on other sites More sharing options...
bear Posted May 20, 2010 Share Posted May 20, 2010 For the record, the best way to look for something like this is to use a text editor that can search closed files, like UltraEdit. You give it something to look for, tell it what sort of files to look in, and give a folder to search. It will traverse the entire tree looking and show you each file and line it finds it on. Incredibly handy. If doing all the customization on the server and have no local copies (!), you can use find and grep or egrep in the same manner. As long as it's not in the database (unlikely for language/templates), it's found fast. This would probably do it, though untested. find . -name '*.*' -exec egrep 'the_word' {} /dev/null \; 0 Quote Link to comment Share on other sites More sharing options...
Damo Posted May 22, 2010 Share Posted May 22, 2010 What happened to the other posts in this thread? I have a subscription to this thread so know that they existed. 0 Quote Link to comment Share on other sites More sharing options...
bear Posted May 22, 2010 Share Posted May 22, 2010 What happened to the other posts in this thread? I have a subscription to this thread so know that they existed. Occasionally something gets moved to be discussed just with the member, by splitting the thread. Part of moderation. 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.