Gallery2 in Joomla image link

twistedpro

Joined: 2005-12-08
Posts: 3
Posted: Thu, 2005-12-08 11:46

Hi, i have embedded gallery2 into my joomla site and everything is working fine, however i would like to be able to take images that have been uploaded into my gallery and show these images in my phpbb that is also integrated in the site.

Is their a way of doing this?

AttachmentSize
nanoreef2.gif13.96 KB
 
Zoren

Joined: 2005-06-19
Posts: 11
Posted: Fri, 2005-12-09 04:34

Someone else may have a better solution, but you should be able create a link of the image in G2 to find its location and then use the bb code in phpbb to place the image in your posts or for an avatar.

 
Colt45

Joined: 2005-07-09
Posts: 48
Posted: Fri, 2005-12-09 19:31

You could try an image link like this:

<img width="84" height="130" alt="" class="giThumbnail" src="http://www.domain.com/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=241&amp;g2_serialNumber=2" />

where g2_itemId is the id of the desired thumbnail. I'm not sure what the g2_serialNumber=2 does but it's always the same.

The image src is derived from the output of the mod_gallery_side image module by dev.4theweb.nl and works when inserted in content items. Not sure if it will work with your phpBB.

-------------------------------------------------------------
Joomla + Gallery2 integration found at http://dev.4theweb.nl/

 
He11Fire

Joined: 2005-12-19
Posts: 5
Posted: Mon, 2005-12-19 03:57

thx Col45 , it works like a charm

 
paulbearne

Joined: 2005-08-01
Posts: 87
Posted: Mon, 2005-12-26 16:13

has abody writen a picker for joomla/mambo ?