Still with problems. We have tried to decode the htmlspecialchars before sending to trigger, we have tried to send it without the decoding but nothing changed.
Here is the code that we use:
Code:
$new_link = DJClassifiedsSEO::getItemRoute($row->id.':'.$row->alias,$row->cat_id.':'.$cat->alias);
$new_link2 = 'index.php?option=com_djclassifieds&view=item&cid='.$row->cat_id.'&id='.$row->id.$itemid;
$_PLUGINS->trigger( 'onSaveMarketplace', array( $user->id, $row->id, $row->cat_id, $cat->name, $row->intro_desc, $row->name, $new_link));
We really have no clue anymore...