Prime Quick Login

All new MODs released in our MOD Database will be announced in here. All support for released MODs needs to take place in the Customisations Database.
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

NOTICE: This forum is only for the announcement of new releases and/or updates of MODs. Any MOD support should be obtained through the Customisations Database in the support area designated for each MOD.

A direct link to support for each MOD is in the first post of the respective topic.
Locked
Extensions Robot
Extensions Robot
Extensions Robot
Posts: 29216
Joined: Sat Aug 16, 2003 7:36 am

Prime Quick Login

Post by Extensions Robot »

Modification name: Prime Quick Login
Author: primehalo
Modification description: This MOD will add a login area to the top of every page.
Modification version: 1.2.6
Tested on phpBB version: 3.0.7-pl1

Download file: prime_quick_login_1_2_6.zip
File size: 43.17 KiB

Modification overview page: View

The phpBB Team is not responsible nor required to provide support for this modification. By installing this MOD, you acknowledge that the phpBB Support Team or phpBB Extension Customisations Team may not be able to provide support.

-->Modification support<--
Last edited by Extensions Robot on Mon Sep 19, 2022 7:33 pm, edited 14 times in total.
(this is a non-active account manager for the phpBB Extension Customisations Team)
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28616
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Prime Quick Login

Post by Paul »

Modification validated/released

Notes:
stokerpiller
Registered User
Posts: 1934
Joined: Wed Feb 28, 2007 8:06 pm

Re: Prime Quick Login

Post by stokerpiller »

Hi

I am missing the prosilver install instructions?

Found an error in subsilver2 install instructions.
I think there is missing a: Add after
I am done with phpBB
User avatar
primehalo
Former Team Member
Posts: 2988
Joined: Fri May 06, 2005 5:58 pm
Location: Redding, CA
Contact:

Re: Prime Quick Login

Post by primehalo »

stokerpiller wrote:Hi

I am missing the prosilver install instructions?

Found an error in subsilver2 install instructions.
I think there is missing a: Add after
The prosilver instructions are in the main installation file. There was a typo on the subsilver2 instructions which caused the "In-line Add after" instruction to not show up. I have fixed this, and you can download the latest version from this page: http://www.absoluteanime.com/admin/mods.htm#quick_login
Ken F. Innes IV
My Extensions | My MODs | My Topics | My Site: Absolute Anime
Experience the wonder of Japanese Animation!
stokerpiller
Registered User
Posts: 1934
Joined: Wed Feb 28, 2007 8:06 pm

Re: Prime Quick Login

Post by stokerpiller »

You are right.

And Your mod is great, I just installed it :mrgreen:
I am done with phpBB
TZX
Registered User
Posts: 102
Joined: Sat Jun 24, 2006 3:14 pm

Re: Prime Quick Login

Post by TZX »

Is this compatible with 3.0.0? and any other templates beside subSilver?
User avatar
iyeru42
Registered User
Posts: 1120
Joined: Wed Feb 01, 2006 7:22 pm
Location: Madison, WI
Contact:

Re: Prime Quick Login

Post by iyeru42 »

And is there a way to remove the old quick login?
My Website | My MOD Requests | Foreign Key Docs (some topics are not requests)
"It's easy to rebel, but it's hard to be recognized."
User avatar
primehalo
Former Team Member
Posts: 2988
Joined: Fri May 06, 2005 5:58 pm
Location: Redding, CA
Contact:

Re: Prime Quick Login

Post by primehalo »

TZX wrote:Is this compatible with 3.0.0? and any other templates beside subSilver?
Yes. I only include instructions for prosilver and subsilver2. If anyone wants to provide me with installation instructions for other template styles, I'd be happy to include them in the package.
iyeru42 wrote:And is there a way to remove the old quick login?
There are instructions for upgrading in the contrib directory for those that have previous versions installed.
Ken F. Innes IV
My Extensions | My MODs | My Topics | My Site: Absolute Anime
Experience the wonder of Japanese Animation!
User avatar
iyeru42
Registered User
Posts: 1120
Joined: Wed Feb 01, 2006 7:22 pm
Location: Madison, WI
Contact:

Re: Prime Quick Login

Post by iyeru42 »

primehalo wrote:There are instructions for upgrading in the contrib directory for those that have previous versions installed.
I meant phpBB3's own quick login (At the bottom of the index.)
My Website | My MOD Requests | Foreign Key Docs (some topics are not requests)
"It's easy to rebel, but it's hard to be recognized."
Paul
Infrastructure Team Leader
Infrastructure Team Leader
Posts: 28616
Joined: Sat Dec 04, 2004 3:44 pm
Location: The netherlands.
Name: Paul Sohier
Contact:

Prime Quick Login

Post by Paul »

MOD Updated to version 1.0.1d
See first post for Download Link
User avatar
primehalo
Former Team Member
Posts: 2988
Joined: Fri May 06, 2005 5:58 pm
Location: Redding, CA
Contact:

Re: Prime Quick Login

Post by primehalo »

iyeru42 wrote:
primehalo wrote:There are instructions for upgrading in the contrib directory for those that have previous versions installed.
I meant phpBB3's own quick login (At the bottom of the index.)
Sorry, I don't have instructions for removing it. Perhaps someone else here can provide them? I know it's simple to do, I just don't have the templates in front of me right now.
Ken F. Innes IV
My Extensions | My MODs | My Topics | My Site: Absolute Anime
Experience the wonder of Japanese Animation!
notsa
Registered User
Posts: 253
Joined: Sat Jul 28, 2007 7:37 pm

Re: Prime Quick Login

Post by notsa »

small template edit, o p en index_body.html:
in acid tech find and delete:

Code: Select all

<!-- IF not S_USER_LOGGED_IN -->
	<br clear="all" />

	<form method="post" action="{S_LOGIN_ACTION}">
	
	<table class="tablebg" width="100%" cellspacing="{$CA_SPACING}">
	{$CA_CAP_START}<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>{$CA_CAP_END}
	<tr>
		<td class="row1" align="center"><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" name="username" size="10" />&nbsp; <span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" name="password" size="10" />&nbsp; <!-- IF S_AUTOLOGIN_ENABLED --><span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" />&nbsp;<!-- ENDIF --> <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>
	</tr>
	</table>
	{S_FORM_TOKEN}
	</form>
<!-- ENDIF -->
In subsilver2 find and delete:

Code: Select all

<!-- IF not S_USER_LOGGED_IN -->
	<br clear="all" />

	<form method="post" action="{S_LOGIN_ACTION}">
	
	<table class="tablebg" width="100%" cellspacing="1">
	<tr>
		<td class="cat"><h4><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></h4></td>
	</tr>
	<tr>
		<td class="row1" align="center"><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" name="username" size="10" />&nbsp; <span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" name="password" size="10" />&nbsp; <!-- IF S_AUTOLOGIN_ENABLED --> <span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" /><!-- ENDIF -->&nbsp; <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td>
	</tr>
	</table>
	{S_FORM_TOKEN}
	</form>
<!-- ENDIF -->
In prosilver find and delete:

Code: Select all

<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
	<form method="post" action="{S_LOGIN_ACTION}" class="headerspace">
	<h3><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>&nbsp; &bull; &nbsp;<a href="{U_REGISTER}">{L_REGISTER}</a></h3>
		<fieldset class="quick-login">
			<label for="username">{L_USERNAME}:</label>&nbsp;<input type="text" name="username" id="username" size="10" class="inputbox" title="{L_USERNAME}" />  
			<label for="password">{L_PASSWORD}:</label>&nbsp;<input type="password" name="password" id="password" size="10" class="inputbox" title="{L_PASSWORD}" />
			<!-- IF S_AUTOLOGIN_ENABLED -->
				| <label for="autologin">{L_LOG_ME_IN} <input type="checkbox" name="autologin" id="autologin" /></label>
			<!-- ENDIF -->
			<input type="submit" name="login" value="{L_LOGIN}" class="button2" />
		</fieldset>
	</form>
<!-- ENDIF -->
akazihaha
Registered User
Posts: 13
Joined: Sun Dec 30, 2007 7:25 am

Re: Prime Quick Login

Post by akazihaha »

Could you show me how to install it on vistax 1.0.6?
User avatar
primehalo
Former Team Member
Posts: 2988
Joined: Fri May 06, 2005 5:58 pm
Location: Redding, CA
Contact:

Re: Prime Quick Login

Post by primehalo »

akazihaha wrote:Could you show me how to install it on vistax 1.0.6?
Sorry, I don't have the time to look at the style and figure it out. Perhaps the Style author or someone else familiar with the style can help.
Ken F. Innes IV
My Extensions | My MODs | My Topics | My Site: Absolute Anime
Experience the wonder of Japanese Animation!
User avatar
mara7
Registered User
Posts: 139
Joined: Wed May 11, 2005 5:59 pm

Re: Prime Quick Login

Post by mara7 »

Is this mod redirecting me to last page or to index ?
Locked

Return to “[3.0.x] MOD Database Releases”