Congrats and a silly question
COE
Joined: 2005-10-03
Posts: 16 |
![]() |
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
![]()
Joined: 2002-12-05
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: |
|
COE
Joined: 2005-10-03
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 |
|
valiant
Joined: 2003-01-04
Posts: 32509 |
![]() |
http://example.com/gallery2/main.php?g2_view=core.DownloadItem&g2_itemId=265&g2_serialNumber=2 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
![]()
Joined: 2004-01-04
Posts: 8601 |
![]() |
and you can/should omit the g2_GALLERYSID=....... part of the url. |
|