coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 (BBS) Integration / Bridging => Topic started by: ctcentralinfo on May 31, 2005, 08:02:50 PM

Title: Bridging Coppermine with Mambo and Simple Machine forums
Post by: ctcentralinfo on May 31, 2005, 08:02:50 PM
I have already installed coppermine and I have both mambo and SMF bridged. I want to bridge coppermine with my mambo and smf site.
What do I have to do?

I found the smf.inc.php file.

Quote// Set this to the location of your Settings file:
$path = '../smf';

// Comment this out if you want to default user's group to 'Registered'
// rather than using Post Count based groups.
define('USE_POST_GROUPS', 1);

// Set the names of implied groups here
define('CM_ADMIN_GROUP_NAME', 'Administrators');
define('CM_MEMBERS_GROUP_NAME', 'Registered');
define('CM_GUEST_GROUP_NAME', 'Anonymous');
define('CM_BANNED_GROUP_NAME', 'Banned');
define('CM_GMOD_GROUP_NAME', 'Global Moderators');


I'm not sure how to modify this file properly.
Title: Re: Bridging Coppermine with Mambo and Simple Machine forums
Post by: Joachim Müller on June 01, 2005, 09:11:06 AM
just edit the line $path = '../smf';and make the needed changes in include/init.inc.php. Upload the changed files and check what happens. Post here again if something unexpected happens.