Possible to bridge to wbb 2.3.1 Possible to bridge to wbb 2.3.1
 

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 to bridge to wbb 2.3.1

Started by Cainte, April 10, 2005, 12:48:06 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Cainte

Hi :-)

first of all sorry for my poor english...

I converted a phpbb2 2.0.13 forum to a wbb2.3.1 Forum...

Are there any possibilities to bridge the coppermine galery to it??

Databases and everything is kept....

Thanks

Cainte

Nibbler

Isn't there a bridge file for wbb in the 1.3 package ?

Cainte

Yes it is... for wbb2.1.3...

I tried it... but when I try to login (click on the link) the Site is not found....

He tries to load THIS Site

http://myurl.de/gallerie//login.php?referer=%2Fgalerie%2F


Nibbler

Ah, then you set your path wrong. Try it again, post what what you have changed in the bridge file and a link to your site. If you get login issues post a test user account too.

Cainte

Ok here is the Gallery Link

http://forum.schwarzes-bw.de/galerie/


define('RELATIVE_WBB_PATH','../wbb231/');
define('WBB_WEB_PATH','http://forum.schwarzes-bw.de/wbb231/');


The link for the forum is
http://forum.schwarzes-bw.de/wbb231/


Nibbler

Your paths should be like this then.

define('RELATIVE_WBB_PATH','../wbb231/');
define('WBB_WEB_PATH','/wbb231/');

Cainte

ok thanks.. no more error message.. but now I just come back to the index site of the forum when I click "anmelden"...

Another question...


define('WBB_GUEST_GROUP', 5);
define('WBB_MEMBERS_GROUP', 4);
define('WBB_ADMIN_GROUP', 1);


Is it possible to define more than one GroupID ?? for example the members have the group IDs 4,6,9 (different Access on the forum)