Does this exist on coppermine? Does this exist on coppermine?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Does this exist on coppermine?

Started by luchtzak, September 28, 2004, 12:19:08 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

luchtzak

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

Tranz

Is there a reason why you can't use phpbb's built-in image display?
[img]http://domain.com/pathToImages/blah.jpg[/img]

luchtzak

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...

Nibbler

Of course it is possible, just needs someone to code it.


Nibbler

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.