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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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.