I was replying to Mark's post. If you end up putting your language stuff in conf/languages.php you should add the include_once() I mentioned. Otherwise don't worry about it.
If you add the text to the conf/language.php file you also have to include the framework functions for the GetUrl() function calls to work. The function is called if someone clicks on the Terms of Service link while registering.
// Need to include …
I was replying to Mark's post. If you end up putting your language stuff in conf/languages.php you should add the include_once() I mentioned. Otherwise don't worry about it.
If you add the text to the conf/language.php file you also have to include the framework functions for the GetUrl() function calls to work. The function is called if someone clicks on the Terms of Service link while registering.
// Need to include …
What if someone were to write an extension that would simply prevent banned users from appearing in the user list? For test accounts you don't typically write a lot of posts anyway, so deleting the posts the long way by finding them in threads is st…