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
Is there a reason why you can't use phpbb's built-in image display?
[img]http://domain.com/pathToImages/blah.jpg[/img]
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...
Of course it is possible, just needs someone to code it.
cant you use something like this to do that?
http://www.phpsidan.nu/zipexplorer.php?cd=/easy_html.zip&file=easy_html.php
/Gustav
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.