have a look at /components/com_yanc/yanc.php
change;
echo "<script> alert('". Y_FRONT_SUBSCRIPTION_SAVED . "'); document.location.href='index.php?option=$option&Itemid=$Itemid';</script>\n";
to:
echo "<script> alert('". Y_FRONT_SUBSCRIPTION_SAVED . "'); document.location.href='index.php?option=com_content&task=view&id=328&Itemid=$Itemid';</script>\n";
I can't find this line in my yanc.php file. I can find this one.
echo '<script> ' . ($show_popup ? 'alert(\''. Y_FRONT_SUBSCRIPTION_SAVED . '\');' : '') . ' document.location.href=\'' . $redirect . '\';</script>\n';
Is that the same? Should the same change be made?