Quote Originally Posted by yellow1912 View Post
What you can do, is to try replacing all & by & using str_replace at the end of the function ssu_link in that same file, something like this
$link = str_replace('&', '&', $link);

Do it right before
return $link;

Just a note, I have not checked it yet, so use t your own risk. I will look into this issue more carefully in the next version.
is this the right one?,but I try it , it not works
do I have to do some other midification?