Quote:
Originally Posted by JulianD
Are you loading the correct phrase groups? I think there is a hook to do this.
PHP Code:
// get special phrase groups $phrasegroups = array('user', 'infractionlevel');
|
that's what I think I was doing wrong, but I didn't know the hook to try and add to $phrasegroups. Additionally, isn't it weird that it would load some and not others? Wouldn't they all be a part of the same group?