I'm looking to change a line in the outgoing text of an email, such as topic notifications, welcoming emails and IM notifications.
Specificially what I want to change is the line that says,
"Regards,
The the martial arts forum Team."
My forum is called "the martial arts forum" and as you can see I don't want the extra "The" in there...
I managed to change the IM notifications *I think*, but there are still some emails that have the extra "The" in there... like weclome emails etc...
Can you tell me which files contain the text strings!?
cheers...
JayK
They're mostly in index.template.php. Search for forum_name.
-[Unknown]
Just remove the The from this:$txt[130] = "Regards,\nThe " . $context['forum_name'] . ' Team.';
On line 96, in index.english.php
Thanks guys... I'll dig 'em out...