Header login box not working

When I click on Member Login in the header, it doesn't do anything. I just see the page got whiter instead of popping up light-box login.

Please help.

Quote · 18 Feb 2009

I can help you with this issue.  I know there is a fix somewhere out there, but I have seen some sites crash after the fix is installed.

Instead, there is a solution that will direct your members to a login page, rather than using the ajax login.

PM me if you need some extra help !!

Quote · 18 Feb 2009

The ajax login doesn't seem to work for me in Chrome... has anyone else noticed this, or is it just my computer?

Quote · 19 Feb 2009

Check about php_value allow_url_fopen = On (or 1)

 

(send a email to support where you host your site also, maybe they can fix it for you, Ajax Member Login don't work)

Quote · 19 Feb 2009

Thanks for the reply!  :)

 

It's not just my site that I'm talking about, though.  boonex.com is the same- it works in Safari, IE, Firefox, Opera, but not in Chrome.  It's not a big deal yet, but more and more users are switching to Chrome, and as it matures, it will become one of the top browsers.

Quote · 19 Feb 2009

I can help you with this issue.  I know there is a fix somewhere out there, but I have seen some sites crash after the fix is installed.

Instead, there is a solution that will direct your members to a login page, rather than using the ajax login.

PM me if you need some extra help !!

Hi would love to know how to direct users to the login page instead of the ajax box ( my log in button on the ajax box does nothing)

Quote · 21 Feb 2009

Check about php_value allow_url_fopen = On (or 1)

(send a email to support where you host your site also, maybe they can fix it for you, Ajax Member Login don't work)

I'd checked allow_url_fopen, it's On but I'm too getting the same problem. However the popup is working fine in my local but not working in the live. Any other suggestion?

Quote · 5 Mar 2009

I can help you with this issue.  I know there is a fix somewhere out there, but I have seen some sites crash after the fix is installed.

Instead, there is a solution that will direct your members to a login page, rather than using the ajax login.

PM me if you need some extra help !!

Hi would love to know how to direct users to the login page instead of the ajax box ( my log in button on the ajax box does nothing)

Try this: open templates/tmpl_uni/scripts/functions.php, and below "function HelloMemberSection()", find this code:

<div class="topMemberBlock">
<div class="no_hello_actions">
<a href="<?= $site['url'] ?>join.php"><?= _t( '_Join Now Top' ) ?></a>
<a href="<?= $site['url'] ?>member.php" onclick="showItemEditForm('login_div'); $( '#login_div' ).show().load( '<?= $site['url'] ?>member.php?action=show_login_form&relocate=' + encodeURIComponent( window.location )  );return false;"><?= _t( '_Member Login' ) ?></a>
</div>
</div>

Replace it with this:

<div class="topMemberBlock">
<div class="no_hello_actions">
<a href="<?= $site['url'] ?>join.php"><?= _t( '_Join Now Top' ) ?></a>
<a href="<?= $site['url'] ?>member.php"><?= _t( '_Member Login' ) ?></a>
</div>
</div>

There are similar blocks of code just above the one you're looking for, so make sure it matches that one before you swap anything out.  ;)

Quote · 21 Jul 2009

Thank you so much sbcjr. I have given up dolphin for not being able to fix those errors. Now I have to work on Internal Server Error on Ray and Orca.

Quote · 27 Aug 2009

That  code paste did fix the problem, but now the site is EXTREMELY slow and barely loading.... any ideas?

Quote · 12 Nov 2009

That  code paste did fix the problem, but now the site is EXTREMELY slow and barely loading.... any ideas?

That particular code change wouldn't cause the speed issue... it doesn't add to the load- it takes away (however insignificantly).

Quote · 25 Nov 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.