Hi.
does CBE have a API that can be accessed via plugins like CB?
Actually, no.
Maybe in future releases as diffrent ways of plugins are in testing.
For now i have adopted you cb-rc2 code into the CBE core. This will be in upcomming version 0.6232 during weekend / start next week.
On my test site it runs well except that the module set login/logout redirections are not taken into count by the bridge. Are there any known workarounds to get that working again, maybe be transporting $return in some way?
Besides that I've made a hack on my site. In functions.smf.php in isCBLogin() i changed
$database->setQuery("SELECT module FROM #__modules WHERE module LIKE 'mod_cblogin%' AND published=1");
to
$database->setQuery("SELECT module FROM #__modules WHERE (module LIKE 'mod_cblogin%' OR module='mod_cbelogin%') AND published=1");
to have the other modules detected. Also i changed the import functions to only have SMF deal with joomla usernames but that was already mentioned in another thread.
The problem T. was mentioning seems not to be caused by SMF or the login modules in use, but by some task in the background on one enhanced-Tab of CBE as the max_execution_time was exceed by that.
Greets
Phil.