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.
How do I redirect back to frontpage
I love Vanilla, but I would like to redirect the user back to my front page after they sign off the forum.
http://www.womenabout.org/cms/wabout/
I have changed the redirect option at the JVanilla login module. This didn't do the trick.
Looks like I need to affect the code, but how? I'm very new at this so be gentle and specific.
Thanks,
zanni
http://www.womenabout.org/cms/wabout/
I have changed the redirect option at the JVanilla login module. This didn't do the trick.
Looks like I need to affect the code, but how? I'm very new at this so be gentle and specific.
Thanks,
zanni
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>'; ?>
I'm not sure how you would do a redirect back to the index after logging out.