You are correct, here is the fix:
Edit dynamic.blastchatc.php file, find row 447:
| Code: |
$chlink .= bc_getItemid($bc_params, $Itemid);
|
to attach defined "Chat Itemid", replace it with:
| Code: |
$chlink .= bc_getItemid($bc_params, $Itemid, 0);
|
or
to attach defined "Profile Itemid", replace it with:
| Code: |
$chlink .= bc_getItemid($bc_params, $Itemid, 1);
|
or you can hardcode by replaceing mentioned line with
| Code: |
$chlink .= "&Itemid=XXX";
|
where XXX is desired value of Itemid attached