PockerRock Posted January 31, 2016 Report Share Posted January 31, 2016 Hello, so basically when i log in our out of my webpage, i need to reload the webpage so indeed the action take place. Example: I put my details and press log in button. The webpage just keeps banner and navigation bar, i need to reload and then im logged in, same with log out. Quote Link to comment Share on other sites More sharing options...
Moderators servetas Posted January 31, 2016 Moderators Report Share Posted January 31, 2016 Can you give us an example? Maybe a screenshot or a download link? Quote Link to comment Share on other sites More sharing options...
PockerRock Posted February 1, 2016 Author Report Share Posted February 1, 2016 https://gyazo.com/461a08c6c45527c723622b371cd2cb51 Sorry if it is too short, but you can see the instant, i login it keeps like a blank image. Quote Link to comment Share on other sites More sharing options...
PockerRock Posted February 8, 2016 Author Report Share Posted February 8, 2016 Any idea? Example of what happens (same in logout) https://i.gyazo.com/73226fbf2c4a347e6944505165222b4e.gif Quote Link to comment Share on other sites More sharing options...
Iraklis Posted February 8, 2016 Report Share Posted February 8, 2016 try this.... go to core\templates and fidn the login_form.tpl file in there you must have this <h3 style="text-align:center">Login</h3> <form name="loginform" action="<?php echo url('/login');?>" method="post"> <?php echo "<?xml version='1.0'?>"; ?> <?php if(isset($message)) echo '<p class="error">'.$message.'</p>'; ?> <center> <dl> <dt>E-mail Address:</dt> <dd><input type="text" name="email" value="" /> <dt>Password:</dt> <dd><input type="password" name="password" value="" /> <dt></dt> <dd>Remember Me? <input type="checkbox" name="remember" /></dd> <dt></dt> <dd><input type="hidden" name="redir" value="index.php/profile" /> <input type="hidden" name="action" value="login" /> <input type="submit" name="submit" value="Log In" /> <dt></dt> <dd><a href="<?php echo url('Login/forgotpassword'); ?>">I forgot my password</a></dd> </dl> </center> </form> Quote Link to comment Share on other sites More sharing options...
PockerRock Posted February 14, 2016 Author Report Share Posted February 14, 2016 <h1>Login</h1> <form name="loginform" action="<?php echo url('/login');?>" method="post"> <?php echo "<?xml version='1.0'?>"; ?> <?php if(isset($message)) echo '<p class="error">'.$message.'</p>'; ?> <dl> <dt>E-mail Address:</dt> <dd><input type="text" name="email" value="" /> <dt>Password:</dt> <dd><input type="password" name="password" value="" /> <dt></dt> <dd>Remember Me? <input type="checkbox" name="remember" /></dd> <dt></dt> <dd><input type="hidden" name="redir" value="index.php/profile" /> <input type="hidden" name="action" value="login" /> <input type="submit" name="submit" value="Log In" /> <dt></dt> <dd><a href="<?php echo url('Login/forgotpassword'); ?>">I forgot my password</a></dd> </dl> </form> Above is what i have in login_form, probably that is not the problem in my case, thanks for your answer, would keep looking for a solution. Quote Link to comment Share on other sites More sharing options...
Administrators simpilot Posted February 14, 2016 Administrators Report Share Posted February 14, 2016 Does this happen to all pilots or just certain ones? Does this happen in all browsers? Do you have cookies blocked? What is the url when you land on the blank pages (both login and logout)? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.