Hi all,
before some weeks, a month maybe, i changed my forum's theme to another one. at overall_header template it had popup login modal window which was allowing the users to login fast and simple. it was connected with the login/sign in button on the top black bar (see image) and when i was pressing this button on the bar the modal used to appear. Now, i've edited a lot of things to the theme and this modal doesnt working anymore. i tried to put the default overall_header of the theme but still the modal didnt work. i also tried to disable my javascripts but nothing. Is it possible to have removed any part of the codes of this modal or what else could cause this problem? If we cant fix this, where can i find a similar thing to that popup login? please read carefully my problem. Thanks in advance.
I still got these codes on overall_header about modal:
and these codes for the black bar buttons which were connected with the modal:
before some weeks, a month maybe, i changed my forum's theme to another one. at overall_header template it had popup login modal window which was allowing the users to login fast and simple. it was connected with the login/sign in button on the top black bar (see image) and when i was pressing this button on the bar the modal used to appear. Now, i've edited a lot of things to the theme and this modal doesnt working anymore. i tried to put the default overall_header of the theme but still the modal didnt work. i also tried to disable my javascripts but nothing. Is it possible to have removed any part of the codes of this modal or what else could cause this problem? If we cant fix this, where can i find a similar thing to that popup login? please read carefully my problem. Thanks in advance.
I still got these codes on overall_header about modal:
- Code:
<script src="http://static.tumblr.com/hhedat8/OUkmkh864/script.js"></script>
<script src="http://static.tumblr.com/hhedat8/cfemkh9df/script.js"></script>
<link rel="stylesheet" href="http://static.tumblr.com/hhedat8/FpYmkhikx/chatbox.css"><div id="modal"><div id="content1">
<h3 style="background:#2c5687 url(http://community.invisionpower.com/filestore/public/style_images/master/maintitle.png) repeat-x top; font-size: 16px; padding: 8px 10px 9px; color: white; fon-family: Arial;">Σύνδεση</h3>
<center><br/>U need account? <a href="/register">Sign up now!</a><br/><br/>
<form action="/login" method="post" name="form_login"><div class="ipsForm ipsForm_horizontal">
<fieldset>
<ul><li class="ipsField ipsField_primary">
<label for="ips_username" class="ipsField_title">Usrename:</label><div class="ipsField_content">
<input id="ips_username" type="text" class="input_text" size="35" name="username" type="text"></div></li>
<li class="ipsField ipsField_primary">
<label for="ips_password" class="ipsField_title">Password:</label><div class="ipsField_content">
<input id="ips_password" type="password" class="input_text" name="password" size="35"<br></div></li>
<li class="ipsField ipsField_checkbox">
<input class="radio" name="autologin" checked="checked" type="checkbox"><div class="ipsField_content"><label for="inline_remember"><strong>Remember me</strong><br><span>Not suggested for shared PCs</span>
</label></div></li></ul></fieldset>
<div class="ipsForm_submit ipsForm_center">
<input class="mainoption" name="login" value="Loign" type="submit">
</div></div></form>
</div>
</div>
and these codes for the black bar buttons which were connected with the modal:
- Code:
<!-- BEGIN switch_user_logged_out -->
<div id="user_navigation" class="not_logged_in">
<ul class="ipsList_inline">
<li style="margin-right: 12px;"><a href="#" title="Loign" id="button">Login</a></li>
<li><a href="/register" title="Sig nup" id="register_link">Sign up</a></li>
</ul>
</div>
<!-- END switch_user_logged_out -->