Not signed in (Sign In)

Categories

Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.

Help keep Vanilla free:
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthormike@cfca
    • CommentTimeSep 5th 2008
     # 1
    I have tried numerous times to download the Direct Sign In add-on and it appears to download, but when I go to unzip the file it says, "cannot open file: it does not appear to be a valid archive."

    Thanks for any help!
    • CommentAuthormike@cfca
    • CommentTimeSep 8th 2008 edited
     # 2
    .
    • CommentAuthormike@cfca
    • CommentTimeSep 8th 2008 edited
     # 3
    OS is XP Pro.

    Thank you miquel!
    • CommentAuthormike@cfca
    • CommentTimeSep 8th 2008
     # 4
    I just tried to download the zip file again, for about the tenth time, and it worked. So I think I am back on track. Thank you.
    • CommentAuthormike@cfca
    • CommentTimeSep 8th 2008
     # 5
    Okay, I got the "Proceed" button to show and positioned proplerly.
    Has anyone figured out a way to make it work by just pressing the Enter key on the keyboard?

    Also, the "Remember Me", "Forgot your Password", and "Apply for Membership" links don't work.
    Is there something else I need to do in the code?
    FYI, the forum link is www.cfcare.org/forum

    Thank you.
    • CommentAuthormike@cfca
    • CommentTimeSep 9th 2008
     # 6
    Can anyone help? Please?
    •  
      CommentAuthorWallPhone
    • CommentTimeSep 10th 2008
     # 7
    I was having trouble with the .zip file too... but if I throw the whole thing into an editor I can see the individual files... very wierd.

    this might help (found in the readme.txt):
    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>

    • CommentAuthormike@cfca
    • CommentTimeSep 10th 2008
     # 8
    Wonderful! It works. Thank you!
Add your comments
    Username Password
  • Format comments as