Very nice, now you don't have to do the necessry steps for new phrase-groups manually. But...
I have an own phrase-group for my induvidual modifications. In vB 3.0 I added in the init.php at the end these 3 lines
PHP Code:
$phrasegroups = array_merge(array(
'mygroup'
), $phrasegroups);
so I have my phrases everywhere available, same as the standard GLOBAL-phrases.
In vB 3.5 this is not working anymore.
Which PHP I have to modify, to get my individual phrase-group loaded gloabal, so I can use the phrases everywhere ?
Thanks for help.
BR
J?rg