Is everyone ready for this? I think I am finally starting to get the hang of this. I fixed my problem stated in the post above.
I replaced this:
Code:
// redirect
if ($visible or $hiddenreply==1 && !$sendtoforum) {
with this:
Code:
// redirect
if (($visible or $hiddenreply==1) && !$sendtoforum) {
and now the "Hidden reply hack" and the "Option to send User back to forum After posting hack" are like one big happy family.
Thanks to everyone who has helped me along the way to get to this point. I know it's not a big deal to a lot of you, but it sure is to me to know that I am finally starting to understand some of this now.