Hi,
looks much smoother than the older version.
One problem I got are the phrases description and album. They don't show up.
I think the reason is that you use the phrases which are not global available.
With this little plugin I could fix that fast:
if (THIS_SCRIPT == 'index')
{
$phrasegroups[] = 'album';
}
Maybe you can change your code acordingly.
And thanks for that Hack
|