Quote:
Originally Posted by TheSpecialist
How do you display custom phrasegroup phrases?
I tried
PHP Code:
$phrasegroups = array('group_name');
where group_name is the name of the phrase group, but no luck.
For displaying them I am just typing
HTML Code:
$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.