CpmFetch - Issues with coppermine bridging - Page 2 CpmFetch - Issues with coppermine bridging - Page 2
 

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

Main Menu

CpmFetch - Issues with coppermine bridging

Started by vuud, January 20, 2006, 09:23:33 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

PABebop



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!

PABebop


HoundSP

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


$this->sqlPictureSourceSelect = " " . $database_table_prefix . "pictures as p, " . $database_table_prefix . "albums as a, "
. $database_table_prefix . "users AS u ";


To ipb user table

$this->sqlPictureSourceSelect = " " . $database_table_prefix . "pictures as p, " . $database_table_prefix . "albums as a, "
. "ibf_members AS u ";


also change
u.user_lastvisit AS uUser_lastvisit

to
u.last_visit AS uUser_lastvisit

and all instances
u.user_id

to
u.id



remember_me

yes i too would like to knw how to solve this problem with you bridge with IPB 2.1.6x