nethead,
You can have phpBB installed in another directory... you just need to change the forum directory to point to that location. I am guessing that you have already moved much of that code so it probably doesn't help now.
On the Connections menu not showing up... Have not seen that before and the connector should not be messing with that... you may have some CB stuff messed up at the moment. Please uninstall the phpBB connector and see if the problem goes away or if it stays.
The import process puts their user info into (typically prefixed with jos)
_users
_comprofiler
_core_acl_aro
_cor_acl_groups_aro_map
When logging into Joomla/CB, CB TRIGGERS an event. Our plugin is watching for that event. At that time it "starts a session" in phpBB... same code it uses behind the scenes to login. Similar things happen upon logout or user changes.
A few known 1.0.2 bugs that have been fixed for 1.0.3 (not released yet) are:
1) "Remember Me" logins are not logged into phpBB automatically (unless you patch 1 function)
2) If the user has not started a topic their posts don't show up on their profile.
3) I think there is more... but just can't think of them at the moment... many new features added as well
On creating a link:
Since a phpBB session is started behind the scenes, no special link or startup module is required. You can use either the Joomla Wrapper or just create a URL link that points to the URL of the forum (i.e.
www.mysite.com/forum/index.php
)
As far as steps from here:
BEFORE STARTING backup any user (or other) tables you want to keep for the future from phpbb_
1) Verify CB is still OK (I guess Joomla as well)
2) Delete phpBB from website (along with phpbb_ tables)
3) reinstall phpBB in desired location (either root forum directory 'default' or other... just make sure forum directory in plugin parameters points to the correct directory)
4) Use Plugin Control Panel to verify which users are sync'd and snyc others that are not sync'd anymore.
FWIW, exported users must be approved and not blocked
imported users must be active
Think I answered most of the questions...
Greg