I found a Bug.
the ajax url variables must be with '&' not with '&'
I solved by changing the file components/com_comprofiler/plugin/user/plug_cbactivity/templates/default/jquery.php at line 115
I replaced addslashes( $url )
with addslashes( str_replace('&', '&', $url) )
fdesanto wrote: I have a problem with Dynamic Updating.
When the Dynamic Updating starts, duplicates other parts of the site (logo, menus, etc. ..), and rerun the script javascript;
in addition we see blocks(div) set as "display: none" in activity tab.
The problem is Raw format
CB 1.8.1
CB_Activity 1.0.1
Joomla 2.5.6