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
|
Exactly what i was looking for.. Worked like a charm.
*edit*
Well it worked, but i get this error across the top & it took away a few links in my navbar menu..?
Code:
Warning: implode() [function.implode]: Invalid arguments passed in [path]/includes/functions_dto.php on line 49
Bummer.. still not fixed.