Sliding Login Panel with jQuery
V1.1 Bugfix Horlizon Login
Elgg Laithai Team : http://www.elgg.in.th
Host Support : http://www.colorpack.net
View BuBu's plugins
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
thanx
Thank BuBu's, looks very professsional. One oddity that I have, in Firefox the Login Button doesn't work. Works in Chrome and IE8. Any solutions?
Hi Bubu, i have a problem with the login and password boxes not being lined up properly, see here : http://www.error1.com/images/log.jpg
It's like this in IE8, Opera 10, and Firefox 3.5.
In the image you have put on this page it is also like this a little, just not as bad.
@ Ashraf, the login works fine for me in Firefox.
thank for report bug am working fix bug for all
thx for thx fix,
i just realised that the down part of your Sliding Login hides a part of my header(which has some buttons on it).
I was wondering how to fix it....
thx
Got the Firefox Logon to work, had to inser:
"$form_body .= "<br />";"
below the second form_body.
Thanks
Yes, it hides my navigation bar. Inspite of a very cool feature, I cannot use it!
@bubu, Any idea what causes it to disable Quick_keys Plugin. If its placed above the quick_keys your slidelogin does nothin. If i place it after quick_keys it completely removes the quick_keys nav.
Is there a simple fix for this? I know its not your plugin but it would be nice to have both.
I Know why. They are both a view of the same page. I am working on another Version of the Quick_keys to correct this, or we could adapt the slide login to take the header view.
I had the problem that the Register and Lost Password text is displayed almost in the login box. What to do?
I have the fix for this you need to go in to the /mod/logslide/views/default/pageshells/logslide.php
and add
<br>
This is what it will look like
array('value' => elgg_echo('login'))) . "</label></div><div class=\"content clearfix\"></div><br>";
Notice the <br> at the end of the line. Then save it upload and off you go it is fixed!!!!!
Great plugin ! So how to delete the default login box on custom index page since this plugin has replace it?
Did anyone sort why the CSS is messed up in IE ?
I know that Elgg doesnt look good in IE, but I cant stop my users from using whatever browser they prefer.
Thanks.
P.s. the plugin is awesome, just what I was after - shame I'm to daft to figure out why the CSS is messed up in IE :)
Great plugin. Does anyone know how to make it so that the you get re-directed back to the original page after logon? For example, I am looking at a public blog post (not logged in). With this plugin, I now can logon without going to the main page, which is great. But it would be nice if I ended up back on the that same blog post (the one I was looking at when I decided to logon) after the logon takes place.
Any ideas?
So I figured it out. Looking at the logon.php file in the core I noticed there was some logic already built in that was tied to post variable called "returntoreferer" and appeared to redirect the user back to the referring page after a logon (if this value was set). I added the following to the logon form in logslide.php:
<input type="hidden" name="returntoreferer" value="true">
This did the trick.
cool plugin. Could you guys help me out with form focus on the 'Username' field please?
Go to the Js file of the mod
// Expand Panel
$("#open").click(function(){
$("div#panel").slideDown("slow");
$(document).ready(function() { $('input[name=username]').focus(); }); -> has to be added to the above code.
This should solve your problem :)
Hey @BuBu - great plugin!! Very stylish.
One observation (beyond the fixes suggsted above)
Is it just me or does the "remember me" login functionality not work?
I love the Plugin , Been trying to fix my login box for a while, Every time I put a widget in or put in a new module I loose my Register. I installed your login/register and it looks really good. But I have three of them on the front page HELP!! http://fyertattoo.me im sooooo lost
I have this plugin right at the bottom of the plugin pile, it shows on the page, but does nothing :) none of the links work and the panel does not slide. Can anyone help me fix it please?
ohhhh.....
lawdy......
".. plugin right at the bottom .." ??? doan mean didley ;-)
"Father forgive them for they know not what they do .."
Hi Dhrup, thanks for your reply and mirth, it has made my day!
I guess it is a JQuery problem? but not sure where to start... no one else seems to have had a problem (it is a 1.6.1 site)... if you can help, please help!
works for me ;-)
read pm i sent....
@Dhrup, mmmmmm.... Yep, I can see it works for you... and I had it working myself a few months ago, but am trying a new theme now, and wanted to use it again, but it does nt do what it is supposed to.. it just sits there as inert as argon :( I guess it is a J problem... but I am not sure where to start... perhaps I should just do something else instead.
disable **that theme and then try logslide.. ;-)