Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Facebook Sign In with Google Sign In with OpenID Sign In with Twitter

Categories

In this Discussion

Who's Online 8

CurtisOdenericgillettejsebean +5 guests

SignOutRedirect

This discussion is related to the SignOutRedirect addon.
SignOutRedirect

Comments

  • Should work with at least Vanilla 1.1.5 as included library/People/People.Control.Leave.php was last changed in this update. May work with older versions too. But this is untested.
  • I've been waiting for this extension since the first day I used Vanilla, over two years ago. Thanks!
  • Posts: 6
    Hmmm.. I seem to be having a bit of trouble. First off, my settings.php file doesn't have:
    $Configuration[\'SIGNOUT_REDIRECT_URL\'] = \'target\'
    ...in the code anywhere. The closest thing I could find is:'
    if (!$Allowed) {
    Redirect(GetUrl($Configuration, 'index.php'));
    ...which I then changed to:
    if (!$Allowed) {
    Redirect(GetUrl($Configuration, 'http://domainname.com/'));
    ...but after activating the extension in the forum, then uploading the new settings.php file it brings me to the same ol' Vanilla sign in page with this URL:
  • Posts: 6
    Also, I'm on Vanilla 1.1.6 - I don't know if that's the problem? Any help would be appreciated. Thanks.
  • Posts: 2
    Remember to add a ";" after the code above and remove the back-slashes, or it won't work.
  • Hi people. Has anyone got this working? Where shall we insert the line in the settings.php??

    Thanks
  • Just add a the line at the end of your settings.php.
Sign In or Register to comment.