Sign In page issue
-
In using a new, custom theme geared towards buddypress, I’m wondering why it isn’t “executing” for sign in tab and likely the registration (still testing.)
For the sign in, it goes to a 404. Here’s the code I have for it and it’s the button which isn’t executing. What does it look like i need to link up to for the typical BP sign-in page? Thx.
[one_half] <h1>Members Sign In</h1> Sign in to begin browsing the members areas and interacting with the community. [clear] [one_third] <form class="publicForm" action="[fn function=" method="post"> <div class="fieldContainer"> <label class="formTitle" for="log">Username</label> <input id="log" class="textInput" style="width:150px" name="log" type="text" /> </div> [/one_third] [one_third] <div class="fieldContainer" style="margin-left:27px;margin-top:3px;"> <label class="formTitle" for="pwd">Password</label> <input id="pwd" class="textInput" style="width:150px" name="pwd" type="password" /> </div> [/one_third] [one_third_last] <input type="submit" class="btn black" style="margin-top:17px;margin-left:50px;" value="Sign in"> [/one_third_last] </form> [clear] [/one_half] [one_fourth] [clear] <h4>Member Resources</h4> [bullet_list icon="check" indent="20px"] <ul> <li><a href="#">Getting Started Guide</a></li> <li><a href="#">Author Rules and Regulations</a></li> <li><a href="#">Frequently Asked Questions</a></li> </ul> [/bullet_list] [clear] [/one_fourth] [one_fourth_last] [clear] <h4>Community Tools</h4> [bullet_list icon="plus" indent="20px"] <ul> <li><a href="#">Top Contributors "Wall of Fame"</a></li> <li><a href="#">Awards and Recognitions</a></li> <li><a href="#">Recently Featured Articles</a></li> </ul> [/bullet_list] [clear] [/one_fourth_last]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Sign In page issue’ is closed to new replies.