When I visit Control Panel Home › Modules › Image Galleries
and mouse over my “photos” gallery, i get this url:
http://www.adetskas.net/pathto expressionengine/index.php?S=blahblahblah=modules&M=gallery&P=manage_gallery&gallery_id=2
the key part is the id=2 at the end. I’m using this id to plug into this random thumb from category trick found in the wiki:
http://www.eewiki.com/index.php/Gallery_Category_Images
I’m copy and pasting the code from the wiki and just changing the “gallery_id” part to be gallery_id=‘2’ but this doesnt’ seem to work. I fixed the URLS elsewhere in the code snippet in hopes that it required those to work, no dice.
So my question is how do I know for sure I’m using the correct gallery id? Where are my gallery id’s displayed?
