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: How to make SMF Moderators -> CPM Admins ?  (Read 6538 times)

0 Members and 1 Guest are viewing this topic.

usrfsledge

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
How to make SMF Moderators -> CPM Admins ?
« on: December 09, 2005, 04:17:26 am »

Hi there, i've searched everywhere, but couldn't found a solution.

I want to make my SFM Moderator-group admins at coppermine. (Since my SMF-board is not that big, a solution on User-IDs will work to).

I've read a solution for another bridge (PhpBB if i remember right), but i can't get worked out within my smf10.inc.php.
Also bridging with or without Coppermine/SMF-groups didn't gave me a solution. At the present i've bridged with SMF-groups (the groupnames are allready right, not just the first letter)

SMF v 1.0.5
CPM v 1.4.2


Excuses for my English, but with regards from Holland, tnx in advange....
Logged

Nibbler

  • Guest
Re: How to make SMF Moderators -> CPM Admins ?
« Reply #1 on: December 09, 2005, 05:01:20 pm »

Enable post based groups, then edit the bridge file bridge/smf.inc.php and edit the admin groups array

Code: [Select]
$this->admingroups = array(1);
eg

Code: [Select]
$this->admingroups = array(1, 2, 3);
Just add the SMF group ids you want as admins.
Logged

CapriSkye

  • Translator
  • Coppermine frequent poster
  • **
  • Offline Offline
  • Posts: 126
    • 森林之原
Re: How to make SMF Moderators -> CPM Admins ?
« Reply #2 on: December 09, 2005, 08:30:19 pm »

when i bridge my smf and cpg, i'm an admin in smf, and after bridge it shows me as a newbie in cpg.
i'm able to administrate my cpg though.
do i have to do above step to make myself admin in cpg?
thanks
Logged

usrfsledge

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: How to make SMF Moderators -> CPM Admins ?
« Reply #3 on: December 10, 2005, 07:26:52 am »

Enable post based groups, then edit the bridge file bridge/smf.inc.php and edit the admin groups array

Code: [Select]
$this->admingroups = array(1);
eg

Code: [Select]
$this->admingroups = array(1, 2, 3);
Just add the SMF group ids you want as admins.

Tnx, that worked just fine !! I knew it was something like that, but didn't knew the exact syntax etc !!

Tnx for quick answer !! Keep up the good work !!
Logged

usrfsledge

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
Re: How to make SMF Moderators -> CPM Admins ?
« Reply #4 on: December 10, 2005, 07:32:11 am »

when i bridge my smf and cpg, i'm an admin in smf, and after bridge it shows me as a newbie in cpg.
i'm able to administrate my cpg though.
do i have to do above step to make myself admin in cpg?
thanks


No, unless you want to make SMF-mods (as example) admin on your CPM.
CPM uses the SMF-'Post Count'-groups after bridging. Once u have set ALL post-count-groups permissions in CPM, you can forget the whole user-administration in CMP
Logged
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 19 queries.