url redirect
                    i dont know if this is the proper way to ask the question.
but if i get a link to a particular discussion like
http://vanillaforums.org/discussion/16662/top-posters-for-the-month
and i am signed out from the forum.
when i click on add comment, the page i get to after login is the page i have the link for.
but if i sign in through the sign in button on left i am redirected to the discussions homepage.
is vanilla supposed to be so?
a user might have trouble getting to that particular page if after signing in through the sign in button from the left, he is redirected to all discussions page.
                
                        but if i get a link to a particular discussion like
http://vanillaforums.org/discussion/16662/top-posters-for-the-month
and i am signed out from the forum.
when i click on add comment, the page i get to after login is the page i have the link for.
but if i sign in through the sign in button on left i am redirected to the discussions homepage.
is vanilla supposed to be so?
a user might have trouble getting to that particular page if after signing in through the sign in button from the left, he is redirected to all discussions page.
            Tagged:
            
        
0          
            Best Answers
- 
             Linc
                        
                        
                             Admin                        
                    A good point. I filed a bug ticket. https://github.com/vanillaforums/Garden/issues/10490 Linc
                        
                        
                             Admin                        
                    A good point. I filed a bug ticket. https://github.com/vanillaforums/Garden/issues/10490
- 
             luc
                        
                        
                             ✭✭ luc
                        
                        
                             ✭✭
 
         
            
Answers
$this->Menu->AddLink('Entry', T('Sign In'), SignInUrl(), FALSE, array('class' => 'NonTab'), $Attribs);exist different string
$this->Menu->AddLink('Entry', T('Sign In'), Gdn::Authenticator()->SignInUrl(), FALSE, array('class' => 'NonTab'), $Attribs);if im change 36 string, like in tip then appears error, and site dont work
But it's a good indication that should work as you asked when it's released.
Maybe you could try a new install (using latest unstable: https://github.com/vanillaforums/Garden/zipball/unstable) to see if it fixes it for you.