Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: No Login with IE6


kannued
Participant

@kannued

Hello macwise

That didn’t really work. The second field has disappeared. It almost seems like it is underneath the first field.

It will do an initial click on the username. But than that ability disappears, even with a refresh.

I’m thinking the easiest way to manipulate this problem is to have just two links. The “Register” is already linked to register.php. How would I link the “log in” to login.php? This way I would avoid the width problem where the action would then flip to the center column.

I tried this but it didn’t work:

<form class=”login” method=”post” action=”<?php bb_option(‘uri’); ?>bb-login.php”>

<p><?php printf(__(‘Register or log in‘), bb_get_option(‘uri’).’register.php’, bb_get_option(‘uri’).’login.php’) ?>:</p>

</form>

Skip to toolbar