Advanced search  

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

Pages: [1]   Go Down

Author Topic: [Closed]: Last uploaded images on a users profile on Phpbb3  (Read 4304 times)

0 Members and 1 Guest are viewing this topic.

brandon0007

  • Coppermine newbie
  • Offline Offline
  • Posts: 9

I have searched PhpBB3, these support forums, and Google all over for my answer. So, I figured now the only thing that I can do is create a topic on here and hopefuly get some help, since you guys know cpmfetch better than anyone.

Here is my problem: I'm trying to get a users photos they last uploaded from the gallery. Instead of me seeing their lasted uploaded photos, I see my own. The same goes for my users. They only see their last uploaded photos no matter who's profile they're viewing.

Here is the code I'm using:

Code: [Select]
<!-- PHP -->
$profile_name = $user->data['username'];
$options = array(
"imageStyle" => "style2" );
  include "./cpmfetch.php";
$objCpm = new cpm("./cpmfetch_config.php");
$objCpm->cpm_viewLastAddedMediaFrom("$profile_name",1,9,$options);
$objCpm->cpm_close();
<!-- ENDPHP -->
« Last Edit: May 24, 2009, 11:16:58 am by Joachim Müller »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Logged

brandon0007

  • Coppermine newbie
  • Offline Offline
  • Posts: 9
Re: Last uploaded images on a users profile on Phpbb3
« Reply #2 on: May 22, 2009, 11:30:48 am »

I wish you guys did get paid, because maybe you wouldn't be such *beep*ing *beep* . You do realize that not everybody knows coding and a way of fixing things, and I hate that you treat people who don't like pure *beep*. This isn't even just regarding this topic either. I get tired of coming on here and seeing Joachim Müller act like he has something stuck far up is ass. You can just sense that he hates his life, really. Do us all a favor,Joachim Müller, and go get laid.

*beep* your gallery,
*beep* your support.
*beep* you.

(expletives edited - PL)
« Last Edit: May 22, 2009, 11:45:27 am by Phill Luckhurst »
Logged

phill104

  • Administrator
  • Coppermine addict
  • *****
  • Country: gb
  • Offline Offline
  • Gender: Male
  • Posts: 4885
    • Windsurf.me
Re: Last uploaded images on a users profile on Phpbb3
« Reply #3 on: May 22, 2009, 11:41:22 am »

You were being pointed to that thread so supporters can help you. There is some information we need so we can assist. Had you read that properly and followed the advice therin you would have undoubtedly recieved the support you sought.

As you chose to be agressive and insulting instead of doing what was asked in that thread I will ban you. Bad language and insults cannot be tolerated.
Logged
It is a mistake to think you can solve any major problems just with potatoes.
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 19 queries.