Cupara
Well-known member
I'm utilizing a class extension that extends XF\Pub\Controller\Forum.php and in this I have added a confirmation page that once they click confirm, it updates the user table that they have confirmed. But right now it redirects to the main site, I need it to redirect back to the same forum they are currently viewing thread list.
I have tried
as well
and
I have tried
PHP:
$node_id
PHP:
$forum['node_id']
PHP:
$node['node_id']