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 [2]   Go Down

Author Topic: CpmFetch - Issues with coppermine bridging  (Read 27149 times)

0 Members and 1 Guest are viewing this topic.

PABebop

  • Coppermine newbie
  • Offline Offline
  • Posts: 9
Re: CpmFetch - Issues with coppermine bridging
« Reply #20 on: June 13, 2006, 03:14:28 pm »



Here is the test page URL....

http://photos.thepoconos.com/cpmfetch/cftest.php

I temporarily coded a <img src> using cfimageget in the test page to see how that would work and the image displayed with no problem.

Thanks!
Logged

PABebop

  • Coppermine newbie
  • Offline Offline
  • Posts: 9
Re: CpmFetch - Issues with coppermine bridging
« Reply #21 on: June 20, 2006, 05:25:13 pm »

This issue has been fixed.
Logged

HoundSP

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
Re: CpmFetch - Issues with coppermine bridging
« Reply #22 on: July 03, 2006, 05:34:11 pm »

I'm having problem with CPM fetch after bridge with IPB 2.0.x.The imge display only shows the admin album.
Refer to this post : http://www.simplemachines.org/community/index.php?topic=73366.0

I've tried to change the table name to match with ipb table name but it still not working.

I've made changed on the following

Code: [Select]
$this->sqlPictureSourceSelect = " " . $database_table_prefix . "pictures as p, " . $database_table_prefix . "albums as a, "
. $database_table_prefix . "users AS u ";

To ipb user table
Code: [Select]
$this->sqlPictureSourceSelect = " " . $database_table_prefix . "pictures as p, " . $database_table_prefix . "albums as a, "
. "ibf_members AS u ";

also change
Code: [Select]
u.user_lastvisit AS uUser_lastvisit
to
Code: [Select]
u.last_visit AS uUser_lastvisit
and all instances
Code: [Select]
u.user_id
to
Code: [Select]
u.id

Logged

remember_me

  • Coppermine newbie
  • Offline Offline
  • Posts: 5
Re: CpmFetch - Issues with coppermine bridging
« Reply #23 on: July 17, 2006, 05:47:15 pm »

yes i too would like to knw how to solve this problem with you bridge with IPB 2.1.6x
Logged
Pages: 1 [2]   Go Up
 

Page created in 0.028 seconds with 20 queries.