PDA

View Full Version : Custom File -> Phrases


Adrian Schneider
02-25-2005, 01:13 AM
How do you display custom phrasegroup phrases?

I tried

$phrasegroups = array('group_name');
where group_name is the name of the phrase group, but no luck.

For displaying them I am just typing $vbphrase[phrase_name]
Am I doing this correctly? Any help would be appreciated.

husain
03-22-2005, 12:22 PM
How do you display custom phrasegroup phrases?

I tried

$phrasegroups = array('group_name');
where group_name is the name of the phrase group, but no luck.

For displaying them I am just typing $vbphrase[phrase_name]
Am I doing this correctly? Any help would be appreciated.
Have you found a solution to your question? I am having the same issue and want to know how you solved it.

Marco van Herwaarden
03-22-2005, 03:20 PM
You will have to add your phrasegroup to the $phrasegroups before calling global.php