Related to this thread.
I want to get rid of the standard message that comes after a member signs up for a mailing list, and
Curious as to what might be better:
a.) Follow the instructions on the previous post.
—or—
b.) Add the return param to mod.mailinglist.php looking over the src, it seems as though I just need to add:
$return = ($TMPL->fetch_param('return') === FALSE) ? '0' : $TMPL->fetch_param('return');
at line 54 & change RET in the hidden fields to $return.
I do not suspect any reason for upgrading EE builds/versions after I get this fixed, but of course, it will be well commented, etc, and I would be involved with updates to the build/version if needed.
Thanks,
-greg
ETA: I just added a feature request for this as well
