Quote:
Originally Posted by Black Vivi
i was hoping to use this for my shoutbox, but i can't
you can only add one phrase type, i need one for the admin cp script i made to 
|
You can add multiple phrasetypes if you wish, in several ways:
- make your admin-end a separate hack (kinda lame but it works fine);
- use the Custom PHP Code section to make a custom mini-script that inserts phrases into your admin cp (or perhaps moves them after they have been inserted into the front-end group);
However, keep in mind that a hack that uses its own phrases gets its own language table column, and too many of those will eventually start slowing down page loads (not for a while yet, though). A good solution is to just merge both phrase groups into one for your hack, unless they are both really huge. For the HTL itself, for instance, the front-end uses like, what, 15 phrases? Those just went into the hacklog phrasegroup along with the 240~245 admin-end phrases.