MyBB Community Forums

Full Version: Login form as on these forums?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I get the same popup login form as this forum has?
There is one tutorial by Eric J. ..... any way soon 1.8.0 gold will be released so you dont have to bother anyway....

Link : http://community.mybb.com/thread-156921.html
Awesome thanks so much Smile
Is there a way to make this work with MYBB JavaScript instead of jQuery???
Jquery will be fast also mybb 1.8 has already implemented the jquery over js library...

You can tweak the css for the design....

But why you need working version for mybb js... just wait for 1.8.0 it may be released within this month...
Thanks buddy? Is there a way not to download the entire Jquery library but instead only use just the code required for this function to work?
jquery is a js library , recent js library is not more than 100 KB , once its loaded it can be used to call any jquery function it can handle like moving text images or animations.
Again once it get loaded on your system it gets onto cache system and further used until it gets cleared.

This is public dns jquery lib from google
<script type="text/javascript"
src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>

You have more merits over using jquery lib.. try googling for more stuff you want to learn
Thanks very much for your support. I found the say to do it with CSS and HTML only works great Smile