| 开发者 |
Rustaurius
EtoileWebDesign |
|---|---|
| 更新时间 | 2025年12月3日 03:42 |
| 捐献地址: | 去捐款 |
| PHP版本: | 3.9 及以上 |
| WordPress版本: | 6.9 |
| 版权: | GPLv3 |
| 版权网址: | 版权信息 |
[register]
Alternatively, you can use the included Gutenberg blocks. Just search for the feature you want (e.g. "login" or "register") and add the block to the page.
The front end users are separate from the standard WordPress users, so they have no access to the back end of your site. You can restrict access of different pages to specific users. Also, user management is simple and effective. Additionally, there is a bulk user import feature, via spreadsheet, to make user management and getting started with front-end users even easier.
Ideal for restricted content, membership, dating sites and more!
Front-End Only Users is completely customizable using CSS and is easily personalized. The available registration shortcode, login shortcode and other user shortcodes, can be used to insert registration forms, login forms, edit profile forms and many more forms on any page of your website. You can also make use of shortcodes for content restriction, to restrict access to frontend users who are logged in.
[login]
Insert the login shortcode above on any page to display a login form, allowing front end users to log in to access restricted content.
[restricted]Content to restrict goes here[/restricted]
Any content placed between the restricted shortcodes above will only be shown to users who are logged in. Further options are available to restrict access to only those who have a specific value for a custom user field.
Create different user fields in the registration form for members to fill out and customize content based on their profiles. User shortcodes are available to display front-end user profiles or allow visitors to perform a user search. Customize forms with CSS to suit your user management needs using the Admin panel.
Type any shortcode name and help (ex:[login help) in any WordPress page to get a complete list of the shortcode's attributes.
Front End User Additional Features
On the admin page, go to the "Fields" tab. After creating fields, you can drag and drop them to change their order.
You can use the [restricted] shortcode to block sections from non-logged in users, as well as to block other sections from logged-in members. To block content from non-logged in visitors, you'd simply wrap the content in [restricted][/restricted] tags: [restricted]Content goes here[/restricted] To block a portion of content from logged in users, it would looks like: [restricted block_logged_in='Yes']Content goes here[/restricted] For either tag, you can suppress the message that appears for blocked users if you want to hide content seamlessly by adding "no_message='Yes'" so: [restricted no_message='Yes']Content goes here[/restricted]
You need to add the following attributes to your [login] or [register] shortcodes: ‘redirect_field’: the field the redirect is based off of (ex. Gender) and ‘redirect_array_string’: a comma separated list of pages to redirect to (ex. Male => http: //ManPage.com, Female => http: //WomanPage.com)
You can use the [user-data field_name='First Name'] shortcode, assuming that you called your field "First Name" for a user's first name.
Click on the user you want to approve to see their details and there should be a radio button at the top of the page to approve the user.
To restrict content to a certain level(X) your shortcode would be: [restricted level='X']...content[/restricted] For all levels above "X" level: [restricted minimum_level='X']...content[/restricted] For all levels below "X" level: [restricted maximum_level='X']...content[/restricted]
You can add the attribute ‘redirect_page’ to the register tag to send newly registered users to a new page: [register redirect_page='http://www.example.com']
Check the “Options” page, and make sure that 'Login Time' isn't blank. If it's blank, then you're only logged in for a second. Anything non-blank and higher than 0 should solve the problem.
You can add the attribute [no_message='Yes'] to your shortcode, so it would look something like this: [restricted field_name='Name' field_value='Alex' no_message='Yes''/restricted]
You could add the [user-data] tag to your header file and wrap it in restricted tags so that only logged in users can see it.
To add the confirmation link to the email, you need to include the shortcode [confirmation-link] inside the body of your e-mail.
You would want to create a separate page with the [forgot-password] shortcode, and then another page with the ‘confirm-forgot-password’ shortcode on it. For the [forgot-password] shortcode, you would then add an attribute ‘reset_email_url’ with a value set to whatever URL you're using for the [confirm-forgot-password] shortcode.
Content can be restricted using the [restricted][/restricted] tag. Any content between the opening and closing tags will only be visible to those who are logged in. To redirect a user when the user in not logged in you would want to use the [login redirect_page='url'] shortcode where the url is the login page you want to redirect to.
You can customize the plugin by adding code to the "Custom CSS" box on the "Options" page. For example, if you want the button to be red you might try adding: .ewd-feup-submit.pure-button.pure-button-primary {background: red;} If you have the premium version, all colors, fonts, sizes, etc. can be customized through the "Styling" area of the "Options" tab.
A great place to start learning about how to translate a plugin is at the link below: http://premium.wpmudev.org/blog/how-to-translate-a-wordpress-plugin Once translated, you'll need to put the translated mo- and po- files directly in the lang folder and make sure they are named properly for your localization. If you do translate the plugin, other users would love to have access to the files in your language. You can send them to us at Contact@EtoileWebDesign.com, and we’ll be sure they’re included in a future release.
Video 1 - Installation and Setup [youtube https://www.youtube.com/watch?v=amTX0VzOdco] Video 2 - Basic Shortcodes and Attributes [youtube https://www.youtube.com/watch?v=7itl4aP1uZY] Video 3 - Advanced Shortcodes and Attributes [youtube https://www.youtube.com/watch?v=h-sa2P-kix8] Video 4 - Options [youtube https://www.youtube.com/watch?v=YuWEeWbTVo0] Video 5 - Widgets [youtube https://www.youtube.com/watch?v=vyyxynp_Ow8] Video 6 - Public Functions [youtube https://www.youtube.com/watch?v=bKiJAjq7PhQ] Video 7 - One-Click Installer [youtube https://www.youtube.com/watch?v=dCNlsqYbqKw]