We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 36767
    • 2 Posts
    I've tried everything - making the pages uncacheable, &manage=`1` etc etc, does anyone have any ideas? Thanks
      • 22427
      • 793 Posts
      In the directory assets/snippets/maxigallery/templates/ there should be a file managebuttontpl.html with the content
      <form action="[+maxigallery.urlaction+]" method="post" name="activateadminform">
      	[+maxigallery.hiddenfields+]
      	<input type="submit" value="[+maxigallery.strings.manage_pictures+]" />
      </form>

      This can be overwritten by some other chunk using the parameter &manageButtonTpl.
      Check if your MG call makes use of this parameter.
        • 36767
        • 2 Posts
        That worked great, thankyou so much smiley