coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 bridging => Topic started by: radianation on July 29, 2006, 04:22:11 AM

Title: SMF Bridge -> Joomla Bridge, members albums out of sync? How to delete?
Post by: radianation on July 29, 2006, 04:22:11 AM
I switched from SMF bridge (using CoppermineVIS) to Joomla Bridge (http://www.mehdiplugins.com/misc/) As stated in previous discussions on various forums, the user id simply doesn't match from SMF -> Joomla. So, all of my user galleries are showing up under the wrong names.

If it's easy to fix, how do I do it? If not, then how can I delete all member galleries? I was already planning on using the simple gallery plugin for Community Builder as my new "user gallery" while leaving Coppermine as the place for all of my batch uploads of event photos etc.

Thanks.

QuoteCoppermine install: http://www.louipimps.com/gallery
Forum install: http://www.louipimps.com
Coppermine version: cpg1.4.8
Forum version: Joomla 1.0.8
Test user account: testuser / testuser1

BridgeManager settings:
Forum URL:  http://www.louipimps.com
Relative path to your BBS's config file:  ../
Use post-based groups?:  0 

Title: Re: SMF Bridge -> Joomla Bridge, members albums out of sync? How to delete?
Post by: radianation on July 31, 2006, 02:04:41 AM
Anybody?
Title: Re: SMF Bridge -> Joomla Bridge, members albums out of sync? How to delete?
Post by: Nibbler on July 31, 2006, 02:17:03 AM
No easy way, you need to manually correct the database entries with phpmyadmin.
Title: Re: SMF Bridge -> Joomla Bridge, members albums out of sync? How to delete?
Post by: radianation on July 31, 2006, 05:31:52 AM
I see, wouldn't it be a lot easier to just have a script lookup the users in both databases and adjust the memberID accordingly?
Title: Re: SMF Bridge -> Joomla Bridge, members albums out of sync? How to delete?
Post by: Nibbler on July 31, 2006, 08:35:09 AM
Sure, but such a script does not exist to my knowledge.
Title: Re: SMF Bridge -> Joomla Bridge, members albums out of sync? How to delete?
Post by: radianation on August 01, 2006, 03:38:43 AM
Ok. I'll work on one.
Title: Re: SMF Bridge -> Joomla Bridge, members albums out of sync? How to delete?
Post by: Anihc on August 06, 2006, 10:17:51 PM
not sure how to fix the problem but I am using the smf bridge with coppermine and the joomla bridge (from joomlahacks.com) with smf and everything seems to be working fine at this point (or it will be once I get it all restored once again - hopefully)
Title: Re: SMF Bridge -> Joomla Bridge, members albums out of sync? How to delete?
Post by: radianation on September 13, 2006, 12:22:49 PM
Ok, so if I'm doing this what about the following:

I have the same users in Joomla and SMF. I use their Email address as the common lookup. I read the userid from Coppermine for the album owner (I need help with where this is specifically) and then I use that to query SMF. I then grab the Email Address from SMF and use that to query Joomla. I get the new userid from Joomla and then pass that back to coppermine replacing the SMF userid.

Is this the way to do it?