coppermine-gallery.com/forum

Support => Older/other versions => cpg1.3.x Support => Topic started by: luchtzak on September 28, 2004, 12:19:08 AM

Title: Does this exist on coppermine?
Post by: luchtzak on September 28, 2004, 12:19:08 AM
Hi all,

I am wondering if a feature like this exists on coppermine: I would like to integrate some coppermine-pictures in my phpbb-forums by e.g. using a function [photoid=XXXXXX]

is this possible and where can I find some extra information on this?

greetz,

Bart
Title: Re: Does this exist on coppermine?
Post by: Tranz on September 28, 2004, 12:23:35 AM
Is there a reason why you can't use phpbb's built-in image display?
[img]http://domain.com/pathToImages/blah.jpg[/img]
Title: Re: Does this exist on coppermine?
Post by: luchtzak on September 28, 2004, 12:33:12 AM
Quote from: TranzNDance on September 28, 2004, 12:23:35 AM
Is there a reason why you can't use phpbb's built-in image display?
[img]http://domain.com/pathToImages/blah.jpg[/img]

Well of course but I thought it would be possible to have a function called [photoid=XXXXXX] in the phpbbforums where the image would display and a 'view bigger image'-text next to it. I have seen it before on other forums...
Title: Re: Does this exist on coppermine?
Post by: Nibbler on September 28, 2004, 12:43:56 AM
Of course it is possible, just needs someone to code it.
Title: Re: Does this exist on coppermine?
Post by: hooch on September 28, 2004, 10:02:59 PM
cant you use something like this to do that?
http://www.phpsidan.nu/zipexplorer.php?cd=/easy_html.zip&file=easy_html.php

/Gustav
Title: Re: Does this exist on coppermine?
Post by: Nibbler on September 28, 2004, 10:13:27 PM
It would need more than that, as it would need to lookup the id you give it in coppermine's picture table and find the location of that image, then form an <img> tag pointing there.