Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Hi,
Is there anyway of changing "Our staff is always ready to help" to "Our staff are always ready to help"?
Any help would be greatly appreciated.
Offline
Hi Oliver_Alpha,
You may well have sorted this but I had the same issue and battled with it for a while until I got it working and could rectify the awkward grammar.
1. Do a search for the string "Our staff is"
2. In my case the file was /lhc_web/design/defaulttheme/tpl/getstatus/we_here.tpl.php
3. Now I just edited that file, but I believe you are supposed to copy it into the same location within the custom theme folder
4. Correct any occurrences of that string.
5. For completeness sake you should also make the change in all the translation files (they should appear in your search too)
In theory that should should be it. However, and here is the kicker that got me, nothing happened. It still said "Our staff is..."
What you need to do is clear out the lhc_web/cache/compiledtemplates folder (leave the .gitignore if you use git). This will reload the template data from your modified file.
Good luck. That last bit took me an age to find.
Offline
Oh...another thing that got me was that I was testing this on a copy of the live environment - the copy was pulling in some stuff from live and therefore not showing all my changes locally either.
Offline
bassmo, you're a hero!
Thank you for your help.
Offline
Just go in settings, live help configuration, widget theme, edit or create a theme with new, Need help widget, and put your custom desired text into Need help standard text
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
Hello
since version 3.81 there is also a similar string.
"Our staff are ready to help!" (without "always")
There is no need to create custom template.
That string is just non present into your_LANGUAGE/translation.ts file.
It's a 2 step fix.
1. Edit that file and add the entry for "Our staff are ready to help!" (mind the "!" sign. Remember to include it in the string)
Like this (italian langcode is it_IT):
For italian: ./translations/it_IT/translation.ts
[== XML ==]
<message>
<source>Our staff are ready to help!</source>
<translation>Siamo qui per aiutarti!</translation>
</message>
2. Then Remember to clean cache
Settings -> Clean cache
Last edited by delbono72 (2022-03-21 13:50:12)
Offline