Linux 软件免费装
Banner图

Sideways8 Custom Login and Registration

开发者 sideways8
technical_mastermind
areimann
更新时间 2013年7月17日 22:09
PHP版本: 3.3 及以上
WordPress版本: 3.5.2
版权: GPLv3
版权网址: 版权信息

标签

widget form theme login registration custom login log in style login theme login style log in brand brand login login widget s8 sideways8 sideways 8 theme log in custom log in brand log in

下载

0.8.0 0.8.1 0.8.2 0.8.3 0.8.4 0.8.5 0.8.6 0.8.7

详情介绍:

The way your site is presented to your users is important. That is why we made the "Custom Login and Registration" plugin. It is designed so that both you and your users never see the built-in WP login, registration, and password reset forms. It is still compatible with all of WordPress' built-in functionality and logout links will still function as they should. A login form widget is included to make it easy for your non-logged in visitors to find the login form. You are even able to add content to the login, registration, forgot password and password reset pages through the settings page. If you want to add a form to a page on your site, you can use the following shortcodes: [s8-login-form], [s8-registration-form], and [s8-forgot-form]. Note: This plugin requires that you use pretty permalinks Support/Help We have tutorial videos available on our site and are constantly working on adding more and keeping them up to date as needed. Click here to visit our tutorials page.

安装:

  1. Download and extract the plugin from the zip file.
  2. Upload the entire "s8-custom-login-and-registration" folder to your wp-content/plugins directory.
  3. Activate the plugin.

屏幕截图:

  • The widget as it appears with default TwentyTen theme styling.
  • The login page using the TwentyTen theme. There is no additional styling done to this page.

升级注意事项:

0.8.7 Fixed a login related bug that could prevent a previously logged in user from logging in 0.8.6 Minor bug fix related to the number 1 appearing on some forms 0.8.5 Several major and minor bug fixes with some code improvements 0.8.4 Bug fix related to the password reset functionality. 0.8.3 Added shortcodes and the ability to redirect users when they login based on role. 0.8.2 Added widget options for when the user is logged in. 0.8.1 Several under the hood improvements and the addition the ability to override what CSS and template files are used. 0.8.0 Initial release in WP repository

常见问题:

HELP! I'm unable to login! What happened?

Despite our best attempts, it is possible that a WordPress update or another plugin may cause an issue with our plugin and you will be unable to login. To get around this use the following URL: http://yourDomainName.com/wp-login.php?no-redirect=true NOTE: Replace yourDomainName.com with your domain name. If your WordPress install is in a subdirectory (e.g. yourDomainName.com/folder/wp-login.php) then adjust the URL as needed.

How do I use the shortcode and what is it?

A shortcode is an easy and accessible way for any site owner to add custom functionality to their site. In this case it allows you to put our login, registration, and forgot password forms on ANY page of your site. To use it simply place one of the following shortcodes where you want the form to appear: Login: [s8-login-form] Registration: [s8-registration-form] Forgot password: [s8-forgot-form] You can also add the option 'hide_links' to your shortcode to hide the links to the other forms. [s8-login-form hide_links="forgot,register"] The above will, for example, hide the links to the forgot password and registration forms. You can also use 'login' as an option.

How can I change the CSS on the login/register/forgot/reset password pages?

Make a new css file in your theme folder called 's8-login.css' and add your CSS to it. This will replace the stylesheet that comes with the plugin without being overwritten every time the plugin updates.

How can I change the layout of the login/register/forgot/reset password pages?

On the settings page there is an option to change which theme file is used for displaying the login/register/forgot/reset password page. If you want a completely custom layout you may create a new theme file and place it inside your theme folder (this requires that you know how to make a new theme template file that uses the WordPress Loop). Only requirements for it to work are that the header gets loaded, that the_content() gets called inside the loop, and that you name it 's8-login.php' OR make sure the following is at the beginning of your file: `/**

  • Template Name: Your Template Name */`

更新日志:

0.8.7 0.8.6 0.8.5 0.8.4 0.8.3 0.8.2 0.8.1 0.8.0