Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:In order to get the links working properly, the file 'people_signin_form_nopostback.php' in your theme folder should be edited in lines 25 & 26, replacing '$this->Context->SelfUrl' for 'people.php' (with the quotes), so:<li class="ForgotPasswordLink"><a href="'.GetUrl($this->Context->Configuration, $this->Context->SelfUrl, '', '', '', '', 'PostBackAction=PasswordRequestForm').'">'.$this->Context->GetDefinition('ForgotYourPassword').'</a></li>
<li class="ApplyForMembershipLink"><a href="'.GetUrl($this->Context->Configuration, $this->Context->SelfUrl, '', '', '', '', 'PostBackAction=ApplyForm').'">'.$this->Context->GetDefinition('ApplyForMembership').'</a></li>
should be:<li class="ForgotPasswordLink"><a href="'.GetUrl($this->Context->Configuration, 'people.php', '', '', '', '', 'PostBackAction=PasswordRequestForm').'">'.$this->Context->GetDefinition('ForgotYourPassword').'</a></li>
<li class="ApplyForMembershipLink"><a href="'.GetUrl($this->Context->Configuration, 'people.php', '', '', '', '', 'PostBackAction=ApplyForm').'">'.$this->Context->GetDefinition('ApplyForMembership').'</a></li>
1 to 8 of 8