MyBB Community Forums

Full Version: Login not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Login not working for me.
my site is http://csetube.voovq.com/cs/

I checked cookie settings.
Need help.
You wanna say your "login" button doesen't work?

Try to login here:
http://csetube.voovq.com/cs/member.php?action=login

If you are able to login, then problem is in button, because when i take a look in your url of that "login" button i see there is a problem Smile
It's like JovanJ. said, it's the link that isn't working in the header. The login is working.

It may be a conflict if the login is using jquery to open a modal box.
add the jQuery NoConflict code to the headerinclude where jQuery is.

jQuery.noConflict();
@alone warrior where should i add this code ?
Login to admin cp -> Click on templates & styles -> click on templates -> expand your current theme's template -> go to bottom and expand "Ungrouped templated" -> edit headerinclude template and

add jquery no conflict like this


<script type="text/javascript" src="http://csetube.voovq.com/cs/jscripts/jquery.leanModal.min.js"></script>
<script type="text/javascript">
jQuery.noConflict();

jQuery(document).ready(function($) {
$('a[rel*=leanModal]').leanModal({ top : 200, closeButton: ".modal_close" });
});
</script>
I did the changes. Not working bro Sad
Ps: I'm not sure but i think you need to do this with your jquery.tip script too

like:
<script type="text/javascript" src="http://csetube.voovq.com/cs/jscripts/tipTip/jquery.tipTip.js"></script>
<script type="text/javascript">
jQuery.noConflict();
jQuery(document).ready(function($) {
I did it bro Sad
Now also not working.
I think the hyperlink for login is changed.
Where can i change the login hyperlink ?
In the header_welcomeblock_guest template.
Pages: 1 2