Hi, Is there a way to give each photo a unique number (= an ID number) automatically via a custom field or something else? Thank you very much.
every photo automatically has a unique number in g2, its itemId. If you turn off short URLs, you get a url like
main.php?g2_view=core.ShowItem&g2_itemId=984
That number is tied to a specific album, item, thumnbail, or resized image.
Ok thanks a lot for this info!
Posts: 2258
every photo automatically has a unique number in g2, its itemId. If you turn off short URLs, you get a url like
main.php?g2_view=core.ShowItem&g2_itemId=984
That number is tied to a specific album, item, thumnbail, or resized image.
Posts: 40
Ok thanks a lot for this info!