Oh nevermind, I figured it out.
I saved a copy of tpl-login.php to my child theme, replaced
<?php echo APP_Login::redirect_field(); ?> with
<input type="hidden" name="redirect_to" value="<?php...
Oh nevermind, I figured it out.
I saved a copy of tpl-login.php to my child theme, replaced
<?php echo APP_Login::redirect_field(); ?> with
<input type="hidden" name="redirect_to" value="<?php...
After sleeping on it, I've actually come across an incredibly easy fix, and it doesn't involve modifying core files.
What I did is, I made a new template file for the forums. Since I wanted it to...