Great product this gallery website!
Just one minor issue i haven't been able to solve, how can you link to a picture inside your gallery from an external website?
PS: i am using the phpbb integration, so for example when one wants to embed a picture in a forum post, how can you link/
Thank you very much!
Posts: 573
you could just right click and copy the URL to the image, then paste the URL into your post. In this example, i'm using the img bbcode:
[ img ]http://www.themolavis.com/d/134-2/PA190038.JPG[ /img ]
(spaces added to prevent image from appearing). This is the result:
[img]http://www.themolavis.com/d/134-2/PA190038.JPG[/img]
Posts: 16
see it was a silly question, but when i right click the pictures the links to the pictures look like this in my gallery site:
gallery2/main.php?g2_view=core.DownloadItem&g2_itemId=265&g2_serialNumber=2&g2_GALLERYSID=c469b59c0fee1dbcd4f8cbdb0bc78b72
hmmm
Posts: 32509
http://example.com/gallery2/main.php?g2_view=core.DownloadItem&g2_itemId=265&g2_serialNumber=2
is a valid image url. you can use it in <img src="here"> in html
if you want to post an image in a phpbb forum which only allows image urls that end on jpg, gif, ... then just activate G2's url rewrite module and the image urls look nicer.
Posts: 8601
and you can/should omit the g2_GALLERYSID=....... part of the url.