Linux 软件免费装
Banner图

TDP - Frontend User Manager

开发者 alessandro.tesoro
更新时间 2014年4月24日 03:16
PHP版本: 3.8 及以上
WordPress版本: 3.9
版权: GPLv2 or later
版权网址: 版权信息

标签

user login user registration form user email registration page front-end login front-end user registration custom registration form custom redirects custom registration custom registration page front-end registration front-end register user custom fields custom field registration frontend user manager

下载

1.0.0

详情介绍:

The TDP - Frontend User Manager plugin allows you to easily add frontend user registration login and password recovery forms to your WordPress website. The plugin creates an easy to use shortcode that you can use to display up to 3 different forms on your pages/posts or anywhere else where shortcodes are supported into your theme. Alternatively if you are a developer you can also include the forms through PHP in theme template files. Ajax Powered Forms Each form is powered by ajax, your users can sign up/login/recover password without the page refreshing, making the process fast, and unobtrusive to the browsing experience. The form also comes with plenty of css selectors that allow you to customize the layout of each form element. Note: each form comes with no css styling, if your theme is well coded, it will automatically add basic styling to the form buttons and fields. Otherwise you can use css to modify the look of the form. Features List
  1. Ajax powered forms
  2. No setup required
  3. Plenty of css selectors to customize the layout
  4. No additional css files are added to your website.
  5. Lightweight plugin, only 1 additional .js file is added to your website, required for ajax processing.
  6. Easy to extend registration form with ability to add additional field through wp hooks.
  7. Wide range of actions and filters are provided to customize each section/feature of the forms.
  8. One single shortcode to manage each form.
Usage
  1. Create or edit a new/existing page or post and add the shortcode [tdp_fum_form]
  2. By default the shortcode will display the login form to non logged in users.
  3. If you wish to display a registration form, use the following shortcode [tdp_fum_form form="register"]
  4. If you wish to display a password recovery form, use the following shortcode [tdp_fum_form form="password"]
What's coming next?
  1. New features!
  2. Full Frontend Users management
  3. Frontend User Profiles Editing
  4. Built-in custom registration fields builder
  5. Re-Captcha on registration form/login form
  6. Ability to customize password recovery and registration email text.
  7. Ability to customize form redirects
  8. And much more!
    News And Updates If you want to instantly get news and notifications of updates for this plugin, feel free to follow me on twitter or signup to the free (no-spam) newsletter ** Want More? ** Free WordPress plugins | Premium WordPress Themes | Follow Me On Twitter | Signup To The Free (no-spam) newsletter

安装:

  1. Upload "tdp-frontend-user-manager" folder to the "/wp-content/plugins/" directory.
  2. Activate the plugin through the "Plugins" menu in WordPress.
  3. Add the [tdp_fum_form] shortcode to any page/post or widget(if your theme supports shortcodes in widgets) to display a form.
  4. Modify the shortcode "form" parameter to display a different form options available are [tdp_fum_form form="register"] or [tdp_fum_form form="password"]

常见问题:

How to display a login form

Use the following shortcode to display a login form [tdp_fum_form]

How to display a registration form

Use the following shortcode to display a registration form [tdp_fum_form form="register"]

How to display a password recovery form

Use the following shortcode to display a password recovery form [tdp_fum_form form="password"]

How can i customize the registration form fields ?

If you are a developer have a look at the function tdp_fum_process_registration into the plugin file and read the comments / filters and actions for more information. More specific information will be available very soon.

更新日志:

1.0.0