PDA

View Full Version : Multiple phrase groups


MrBeanzy
02-10-2011, 06:41 PM
How do you define multiple phrase groups?

I tried...

$phrasegroups = array('credits','market');

But it didnt work.

Thanks!

kh99
02-10-2011, 06:46 PM
I think that's how you do it - at least that's what's done elsewhere in the code. But that doesn't actually define them, it just loads them, so maybe that's the problem?

MrBeanzy
02-10-2011, 06:47 PM
I think that's how you do it - at least that's what's done elsewhere in the code. But that doesn't actually define them, it just loads them, so maybe that's the problem?

Ahhh maybe thats what i'm doing wrong, thanks for the pointer!

kh99
02-10-2011, 06:52 PM
I actually thought you'd respond and ask how to create a new group, and I don't the answer to that one. :)

MrBeanzy
02-10-2011, 07:19 PM
Hehe it was just me being a bit dumb! Loaded it into the wrong place!