Bridging Coppermine with Mambo and Simple Machine forums Bridging Coppermine with Mambo and Simple Machine forums
 

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

Bridging Coppermine with Mambo and Simple Machine forums

Started by ctcentralinfo, May 31, 2005, 08:02:50 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ctcentralinfo

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.

Joachim Müller

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.