| 开发者 | cais |
|---|---|
| 更新时间 | 2018年2月21日 02:00 |
| 捐献地址: | 去捐款 |
| PHP版本: | 3.8 及以上 |
| WordPress版本: | 4.9 |
| 版权: | GNU General Public License v2 |
| 版权网址: | 版权信息 |
bns-login folder (from above) to the /wp-content/plugins/ directoryPlease note, support may be available on the WordPress Support forums; but, it may be faster to visit http://buynowshop.com/plugins/bns-login/ and leave a comment with the issue you are experiencing.
Yes, it really is.
Yes, the plugin text is wrapped in its own <div id="bns-logged-in" class="bns-login"> or <div id="bns-logged-out" class="bns-login"> depending on the login status of the user.
Copy the contents of the included bns-login-style.css file (which contains a sampling of the CSS elements generated by the plugin) and paste them into a new stylesheet bns-login-custom-style.css under ../wp-content/bns-customs/ (you may need to create this folder).
This file should not get over-written with future updates so your specific CSS will remain.
bns_login shortcode in a Text widget?Yes you can! Actually this plugin makes it possible to use any properly written shortcode to be used in a Text widget.
All you need to do is add the following add_filter( 'bns_login_dashed_set', '__return_true' ); to your theme's functions.php file; or, if you use a "site plugin" add it to that file.
The key icon will only appear if you have set Membership to allow "Anyone can register" under Settings > General in your dashboard. Otherwise, only the lock icon will be displayed when visiting the site and you are not logged in.
Yes, currently Opus Primus (v1.3+ - https://github.com/Cais/opus-primus) does support this display. Please contact your theme's author if you need help with modifying your current theme to also have it support this option by default.
bns_login_in_plugin_update_message functiondashicons dependency to the main stylesheetdashicons instead of textis_ssl() to detect correct protocol for logout return URLBNS_CUSTOM_PATH and BNS_CUSTOM_URL for customizations../wp-content/bns-customs/ for customizationsdashicons in use.readme.txt with additional FAQ items about using the dashicons displayplugin_data methodplugin_row_meta links/wp-content/ folderbns_loginbns_login_form (wp_login_form wrapper) for use as the shortcode outputis_multisitebns_login_main to use hooks instead of array elementsload_textdomain as redundantwp_registerBNS_Login and bns_login_output in function_exists conditionalsbns-login-separatorbns-login-custom-style.css that will not be over-written with updates.