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
Isn't there a bridge file for wbb in the 1.3 package ?
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
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.
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/
Your paths should be like this then.
define('RELATIVE_WBB_PATH','../wbb231/');
define('WBB_WEB_PATH','/wbb231/');
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)