Code: Select all
<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT and S_LOGIN_ANYWHERE and not AUTO_REFRESH -->
<form method="post" action="{S_LOGIN_ANYWHERE}" style="float:left;position:relative;">
<fieldset class="quick-login" style="float:left;position:relative;white-space:nowrap">
<label for="prime_login_username">{L_USERNAME}:</label> <input tabindex="100" type="text" name="username" id="prime_login_username" size="10" class="inputbox" style="min-width:100px" title="{L_USERNAME}" />
<label for="prime_login_password">{L_PASSWORD}:</label> <input tabindex="101" type="password" name="password" id="prime_login_password" size="10" class="inputbox" title="{L_PASSWORD}" />
<!-- IF S_AUTOLOGIN_ENABLED --><label for="prime_login_autologin"><input tabindex="102" type="checkbox" name="autologin" id="prime_login_autologin" /> {L_PRIME_REMEMBER_ME}</label><!-- ENDIF -->
<input tabindex="103" type="submit" name="login" value="{L_LOGIN}" class="button2" />
</fieldset>
</form>
<!-- ENDIF -->
Code: Select all
$url = redirect($url, true);
I appears that line has changed to the following:mehdi2224 wrote:thanks to this nice mod
its look like we have a problem in installing of this mod on phpbb3.0.4
i search for this code in functions.php
but i cant find itCode: Select all
$url = redirect($url, true);
Code: Select all
$url = redirect($url, true, $disable_cd_check);
Code: Select all
define('PRIME_QUICK_LOGIN_REMOVE', false); // Remove the quick login from the real login page?
How do you...primehalo wrote:Yeah, you're right. I just did a fix so download the new version from my site and see if it works.
Does the newest version always display the quick login on the user registration page, or is there a setting I can change to hide it? Not really a problem; it's just unlikely anyone would want to logon from the UCP registration pageprimehalo wrote:Yeah, you're right. I just did a fix so download the new version from my site and see if it works.