Skip to:
Content
Pages
Categories
Search
Top
Bottom

Sign In page issue


  • discdemo
    Participant

    @discdemo

    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)

  • shanebp
    Moderator

    @shanebp

    Please use the code button when sharing code.

    This is a theme that you are creating?
    If not, please ask the theme author.

    This looks incorrect:
    action="[fn function=" method="post">
    No function is stated. And the closing ‘]’ is missing.


    discdemo
    Participant

    @discdemo

    thx Shane. Do you happen to know the function or an example of a function which would work for the buddypress sign in and also registration, if you happen to know? again, thx! (not my theme and so far unable to find out from the author.)


    shanebp
    Moderator

    @shanebp

    Look at the BP templates for guidance on those issues.
    For example:
    buddypress\bp-templates\bp-legacy\buddypress\members\register.php


    discdemo
    Participant

    @discdemo

    will do. thx much.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Sign In page issue’ is closed to new replies.
Skip to toolbar