After enabling (seo) friendly urls Modx (v. 0.9.6.1p2) gives your home page an alias of "1" (when it has no alias). Here's how to fix it.
Pages
Other stuff
After enabling (seo) friendly urls Modx (v. 0.9.6.1p2) gives your home page an alias of "1" (when it has no alias). Here's how to fix it.
Use <a href="[+maxigallery.path_to_gal+]big_[+maxigallery.picture.filename+]">Download full res version</a> to refer to the big version of the MaxiGallery image in any of MaxiGallery templates. For instance, if you are using Lightbox (lightboxv2) the code in file assets/snippets/maxigallery/templates/gallerypicturetpl.html is originally <a href="[(base_url)][+maxigallery.path_to_gal+][+maxigallery.picture.filename+]" rel="lightbox[maxigallery]" title="[+maxigallery.picture.title:htmlent+] - [+maxigallery.picture.descr:htmlent+]"> In the lightbox window, show link to the big image by adding <br [...]