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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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.