Not yet. It takes some time as support for 3rd party components is not priority. But it is on my list.
OK, I hope this can be resolved soon. It's also strange that I am unable to ignore the SMF bridge component with SEF Advance.
$mosConfig_sef is set if SEF is turned on in global configurations regardless of SEF Advance settings.
That's what I would think too. Do you know why this code would not work then?
global $mosConfig_sef
echo '<li><a href="', ($mosConfig_sef !='1' ? ($post['href']) : sefReltoAbs ($post['href'])), '">', $post['subject'], '</a> ';
Joomla SEF on => outputs SEF URLs
Joomla SEF
and SEF Advance on => outputs non-SEF URLs.