Login block

Support for PhpBB3. Post here to get help with any phpBB3 related issue here
There is no support here! Only Read Access!
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
Locked
User avatar
neuropass
BBCoder IV
BBCoder IV
Posts: 173
Joined: 11 Apr 2010, 02:33

Login block

Post by neuropass »

I'm trying to create a custom login blog with the java script help. Basically it will fade in with a little login window when you click on login... the thing is that the login input doesn't work.. what am i doing wrong?

Code: Select all

		<div id="login_wrapper">
			<div id="login_top"></div>
			<div id="login">
			<form method="post" action="{S_LOGIN_ACTION}">
				<div class="login_block">
					<label for="login_username">Username:</label>
					<input type="text" id="login_username" name="username" />
				</div>
				<div class="login_block">
					<label for="login_password">Password:</label>
					<input type="password" id="login_password" name="pass" />
				</div>
				<div class="login_block_submit">
					<input type="submit" id="login_submit" name="submit" value="" />
				</div>
				<p class="not_login_info">
					<span class="left"><input name="" type="checkbox" value="" class="checkbox" /> Remember me</span>
					<a href="/ucp.php?mode=sendpassword" class="right">Lost your password or username?</a>
				</p>
				<p class="not_info"><span class="img"></span>You can only register upon invitation.<span class="close"></span></p>
				</form>
			</div>
			<div id="login_bottom"></div>
		</div>
Modd it up! TweakScene ;-) Support us! || Follow us ||

Image
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 863
Joined: 05 Mar 2010, 01:10
BBCodes: 2000
Favourite BBCode: p**n tube
Favourite MOD: Non of Stokers

Re: Login block

Post by Steve »

using what java script code to achieve this?
Steve wrote: 14 Nov 2024, 16:45 It's happy bastard day!
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: Login block

Post by cisco007 »

yeah, i don't see any JS in that code!
User avatar
neuropass
BBCoder IV
BBCoder IV
Posts: 173
Joined: 11 Apr 2010, 02:33

Re: Login block

Post by neuropass »

Steve© » 25 Jun 2010, 21:52 wrote:using what java script code to achieve this?

that's on the overall header.. that is only used to have the hidden pop up and the fade in effect...
Modd it up! TweakScene ;-) Support us! || Follow us ||

Image
Locked