It looks like my stand alone member login form isn’t working anymore on other pages just in the right sidebar. I just moved servers not sure if that could be to blame. But it was working before so automatically I suspect that. So, it IS WORKING on the right column of my website but not on any other pages which is weird. I’m not sure how to troubleshoot this given it is working in the rightcolumn template. I’m posting my code even though I’m sure the code is correct:
{if logged_out} <h2>Login to view this content</h2>
<p> {exp:member:login_form return="site/loginclose"}<br />
<label for="username"><span class="highlight">*</span>Username</label></p>
<p> <input type="text" name="username" value="" id="username" size="20" maxlength="35" class="textfield" /></p></p>
<p><br />
<label for="password"><span class="highlight">*</span>Password</label></p>
<p> <input type="password" name="password" id="password" value="" size="20" maxlength="35" class="textfield" /></p></p>
<p> <input type="image" src="/images/theme_images/submit.png" name="submit" value="{lang:submit}" /></p><br />
{/exp:member:login_form}<br />
<br />
</p>
<p> <br />
<br />
<a href="http://jennyandjeramiah.com/index.php/member/forgot_password/" target="_blank" rel="noopener">Forgot your password?</a><br />
{/if}<br />
{if logged_in}<br />
You are logged in already {screen_name}!</p>
<p><br />
<a href="http://{path=logout}" target="_blank" rel="noopener">Click here to Logout</a><br />
{/if} </p>
<p> <br />
Not a member? <a href="http://jennyandjeramiah.com/index.php/site/login/" target="_blank" rel="noopener">Register to view this content</a>As always your help and guidance is greatly appreciated.
**EDIT***
I just upgraded to 1.6.9… still experience the issues. Build: 20100430