You will need to unzip the install zip file and ftp those files into the
components/com_comprofiler/plugin/user/plug_phpbbconnector with in their designated directories... for 1.0.2 I think js and language are the only directories... only have 1.0.3 in progress to look at so I don't have it in front of me...
That will get the files there...
Now you will have to setup the database tables... CB usually handles this so I might miss something... this will be painful
jos_comprofiler
add a Field
cb_phpbbid, varchar(255) with Null=Yes, default = Null
jos_comprofiler_plugin
add phpBB Connector into here
here are what is in my phpMyAdmin record for it... note the id can be any unused id... mine is higher because of all the install/uninstall used in testing/developing
506, phpBB Connector, phpbbconnector, user, plug_phpbbconnector, 0, 9, 1, 0, 0, 0, 0000-00-00 00:00:00
Last one has the params in it but those should default ok
jos_comprofiler_tabs
add the user tab here
again from phpMyAdmin... tabid is any unused number Note the 506 here matches the pluginid from above...
29, phpBB forum, , 100,.5,1,getForumTab, 506, 1, NULL, 0, tab, cb_tabmain
jos_comprofiler_fields
here add field for the DB field earlier
phpMyAdmin again NOTE the 506 matches that above and the 29 matches that above as well
60, cb_phpbbid, #_comprofiler, phpBB ID, This is the users id number in phpBB, text, NULL, NULL, 0, 29, 1, NULL, NULL, NULL, NULL, 1, 0, 0, 1, 0, 0, 506
Hope this helps,
Greg
CB3PD Developer - CB Connector (formerly phpBB Connector) plugin