Hey... I didn't write the other bridge.

I just worked with Orstio to test it out (I like testing new things.)
The error I get in my Who's online module (mod_smfonline2) is:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /PATH/modules/mod_smf_online2.php on line 26
Fatal error: Call to undefined function: writelog() in /PATH/modules/mod_smf_online2.php on line 167
line 24-28 reads:
$sql = "SELECT id FROM ".$mos_prefix."menu WHERE link='index.php?option=com_smf'";
$result = mysql_query ($sql);
$row = mysql_fetch_array($result);
$myurl = $_SERVER['PHP_SELF'] . "?option=com_smf&Itemid=" . $row[0]."&";
$scripturl = $myurl;
writelog() is a standard fuction called in SMF (and SSI) so, it should be defined!
The calendar module (mod_smf_calendar) [which displays a list of events and holidays] gives:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/kindred/public_html/aaw/modules/mod_smf_calendar.php on line 9
Fatal error: Call to undefined function: smf_loadcalendarinfo() in /home/kindred/public_html/aaw/modules/mod_smf_calendar.php on line 21
Again, the search of the database and another standard smf function.
All three of these work correctly with the original bridge... (and work correctly with v1.2 as far as I know)
oh... and one other point (regarding the redirect to CB profile)
Since the themes I design for SMF for use with Mambo all have the top button bards completely removed (there's no need for those, when you have a left or right menubar!)... I never even see a button within SMF for Profile. All calls for the SMF Profile are done either by linking to com_smf&action=profile or by the who's online module or by coppermine...
Actually, I just tried something else.
Clicking on a user's name in a post SHOULD bring you to the profile (eithe SMF or CB)... instead, it bring up:
The page you are trying to access does not exist.
Please select a page from the main menu.
when trying to access:
index.php?option=com_comprofiler;u=1