possible group bug ? possible group bug ?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

possible group bug ?

Started by ergo, January 21, 2006, 08:55:24 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ergo

I have the following issue when trying to bridge coppermine and Phpbb:
the problem occurs with private albums - ie . i have many groups in forum like moderators , editors and so.
the problem is when i set the : Album can be viewed by to the "registered group" , my moderators or editors cant access it. And every one of them IS a member of of the registered group, right? only registered users that DONT belong to other groups can access the album.


Coppermine install: http://darknation.pl/gallery
Forum install: http://darknation.pl/forum2
Coppermine version: cpg1.4.3
Forum version: Phpbb 2.0.19

BridgeManager settings:
Forum URL:  http://darknation.pl/forum2
Relative path to your BBS's config file:  ../forum2/
Use post-based groups?:  1

Nibbler

Try a code change, bridge/phpbb2018.inc.php

find

if ($this->userlevel == 0) array_unshift($data, 2);

change to

if ($this->userlevel == 0 || $this->userlevel == 2) array_unshift($data, 2);

ergo

looks like this patch fixed things :]

Joachim Müller

@Nibbler: do we need (yet another) phpbb bridge file for phpbb 2.0.19 ?

Nibbler

No, this issue is not specific to 2.0.19.

ergo

well it worked before i upgraded cpg from 1.3.x to 1.4.x

gad

I am having the same issue, but with cpg 1.4.4 & phpBB 2.0.17

Joachim Müller

start your own thread, doing as suggested in the sticky thread on this sub-board. Locking this one.