Ok, how do you add and use your own phrasegroups? I added a row to phrasetype, added a field to language, and added it to $phrasegroups array and they still do not work. What exactly am I missing?
There is a hack to do this If you don;t want to install it look at the add_phrase_type() function in includes/adminfunctions_language.php which can be used to add types/groups and provides the queries needed to do it
I think I found my problem....[code]phrasetypeid < 1000[/php] I put my phrasetypeid as 14716 to make sure it was unique, but it obviously has to be under 1000.... bah.
I don't think you'll ever have over 1000 phrase groups anyways