Congrats and a silly question

COE

Joined: 2005-10-03
Posts: 16
Posted: Thu, 2005-11-03 16:08

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!

 
dmolavi
dmolavi's picture

Joined: 2002-12-05
Posts: 573
Posted: Thu, 2005-11-03 16:30

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]

 
COE

Joined: 2005-10-03
Posts: 16
Posted: Thu, 2005-11-03 16:46

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

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Thu, 2005-11-03 17:06

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.

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Thu, 2005-11-03 23:02

and you can/should omit the g2_GALLERYSID=....... part of the url.