For some reason when I did this with a prefix with an underscore (_) it did not work, but as soon as I took the underscore out it worked just fine.
From the examples above it would appear that some people have gotten it to work with an underscore in their prefix, but it's just not working for me in 3.8.
But the thing is, all of my vBa scripts have underscores in their template groups (adv_portal, adv_links), so I know it should work.
Any ideas?
PHP Code:
$only['cematyt'] = $vbphrase['trackyertees'];
Works
PHP Code:
$only['cema_tyt'] = $vbphrase['trackyertees'];
Does NOT work