Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Badges

Any minute now…

Jordan Bradford

Username
Jordan Bradford
Joined
Visits
7
Last Active
Roles
Member
Badges
0
Points
0
Posts
4

Comments

  • The extension didn't work for me, either.
  • The extension didn't work for me, either.
  • 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…