Advanced search  

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]

Pages: [1]   Go Down

Author Topic: Bridging Coppermine with Mambo and Simple Machine forums  (Read 2727 times)

0 Members and 1 Guest are viewing this topic.

ctcentralinfo

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 38
Bridging Coppermine with Mambo and Simple Machine forums
« 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.

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Bridging Coppermine with Mambo and Simple Machine forums
« Reply #1 on: June 01, 2005, 09:11:06 am »

just edit the line
Code: [Select]
$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.
Logged
Pages: [1]   Go Up
 

Page created in 0.015 seconds with 15 queries.