Linux 软件免费装

AJAX Login

开发者 JonasEinarsson
更新时间 2007年8月12日 10:33
捐献地址: 去捐款
PHP版本: 2.2 及以上
WordPress版本: 2.2

标签

sidebar login registration ajax password register logout lost

下载

1.0

详情介绍:

AJAX Login means that the login process is executed without reloading the entire page. The user is alerted through messageboxes on errors, and the page is only reloaded when login succeeds. The same goes for registration and lost password retrieval! This plugin adds a nice templated box on your Wordpress, either with a template tag or as a sidebar widget. In the default template the box contains functionality for logging in, registering as well as retrieving new passwords. If already logged in a logout link is displayed. plugin home page The plugin uses the normal wordpress 2.2 authentication process as cut'n'pasted from wp-login.php. Features NOT features (but might be on popular demand)

安装:

  1. Unzip and copy the "ajax-login" folder inside your "wp-content/plugins" folder.
  2. Go to your administration interface for plugins and activate "AJAX Login".
  3. If you are using the dynamic sidebar (widgets) you can now drag and drop AJAX Login in the widgets administration. If not you can add the template tag "get_ajaxlogin()" in your templates, for example in sidebar.php

常见问题:

Fake loading screen? What are you, stupid?

Good question. My test users (as well as I) became confused when the switch was instant. The different screens do not differ enough. A loading screen for a second or so seem to make our brains re-interpret the content and avoid confusion.

Fair enough, but I still don't want it, how do I turn it off?

Just go to the options in your dashboard and set Fake loading screen timeout to 0.

Can I customize the widget?

Yes. Both the widget and the template tag "get_ajaxlogin()" by default use the al_template.php in the plugin directory. To have your own just make a copy of al_template.php and put in your theme directory along with the other templates.