Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Redirect back to discussion index after sign out?
sjeeps
✭
Hi
This's my first post here and I would like to thank you for the great work!
Now, is there a way to redirect back to the discussion index after sign out? instead of adding a link and click on to do that?
Thanks
0
This discussion has been closed.
Comments
<?php // Note: This file is included from the library/People/People.Control.Leave.php class. echo '<div class="FormComplete"> <h2>'.$this->Context->GetDefinition('SignOutSuccessful').'</h2> <ul> <li><a href="'.GetUrl($this->Context->Configuration, 'index.php').'">Go back to discussions</a></li> </ul> </div>'; ?>
<?php header('Location: '.GetUrl($this->Context->Configuration, 'index.php')); ?>