I was gonna make this change to my AME. But I am running AME 2.5.6 and my plugin manager doesn't have a "AME : Permission Hide" plugin (global_start)." All I have is "AME - The Automatic Media Embeder". Am I missing something?
Quote:
Originally Posted by ivand
Hi, here is my simple fix for getting VBgooglemaps working when AME 2.5.5 is installed.
Go to the Plugin Manager and edit the "AME : Permission Hide" plugin (global_start).
Add in the beginning of the plugin code the following code:
Code:
if (THIS_SCRIPT != 'vbgooglemapme') {
At the end of the plugin code add a closing "}"
that's it
|