Getting Coppermine images/media into PHPBB profile. Getting Coppermine images/media into PHPBB profile.
 

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

Getting Coppermine images/media into PHPBB profile.

Started by Chopper, March 12, 2005, 10:12:58 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Chopper

I'm currently building a site where I have PHPBB and Coppermine integrated. What I want to do is fetch all the uploaded images/media from a user to display in their PHPBB profile.

Is it possible to do this with CPM Fetch (or some other mod)? or through PHP coding?

An example of where I want to display the coppermine user images/media can be seen in the link below. I want to grab the images so it is listed under the "{username}'s Portfolio" header.

http://www.animationcorner.com/forums/profile.php?mode=viewprofile&u=2

Thanks for any help.



Joachim Müller

Longer answer: Any code to accomplish this has to go into the phpBB code, which we're not familiar with. I suggest you ask this on the phpBB support board (better search their board before, this might have been already asked there).
Sort answer: we don't know.

Joachim

Chopper