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

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

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