If the problem is that you are getting to 'different' cb profile pages depending on where you click in the forum, then I have a suggestion.
This involves changing the code in fb so its not great, i wouldn't expect you could get any support afterwards, but if you were desperate you could try the following...
in fb_layout.php
change
sefRelToAbs('index.php?option=com_comprofiler&Itemid=' . $cbitemid . '&task=userDetails'

to
sefRelToAbs('index.php?option=com_comprofiler&Itemid=' . $cbitemid . ''
in profilebox.php
change
sefRelToAbs('index.php?option=com_comprofiler&task=userDetails'.FB_CB_ITEMID_SUFFIX)
to
sefRelToAbs('index.php?option=com_comprofiler'.FB_CB_ITEMID_SUFFIX)
worked on my test installation.
Rob