Quote:
|
2./ on submit, it sends you back to the profile intro page, instead of reloading the extended profile with the new comment?
|
in /components/com_partystaff/sub_commentpic.php line 23-24 should be:
Code:
# Get back to details page
echo "<SCRIPT> alert('"._COMMENT_SAVE."'); document.location.href='index.php?option=com_partystaff&Itemid=$Itemid&func=fullview&staffid=$id';</SCRIPT>";