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

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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