Neverio Posted May 22, 2013 Share Posted May 22, 2013 Hello I want to remove some text from my theme, but cant find it or any reference in the template files. look at the image for what i want to remove. Hope some of you can help me. 0 Quote Link to comment Share on other sites More sharing options...
SimplyDigitalHosting Posted May 22, 2013 Share Posted May 22, 2013 Here is a quick and dirty way to find it. Go into SSH, and navigate to your WHMCS root. then run. grep -r "text here" . Replace 'text here' with what your looking for. The file will be returned if it exists. Hope this helps . 0 Quote Link to comment Share on other sites More sharing options...
robb3369 Posted May 22, 2013 Share Posted May 22, 2013 Those would be in the language files. You should not change the language files directly, but use an "override" as covered here: http://docs.whmcs.com/Language_Files#Overriding_Language_Strings To completely remove a line of text, just set the language string to an empty string (in the overridge file): $_LANG['presalescontactdescription'] = ""; 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.