Linux 软件免费装
Banner图

Frontend Dashboard

开发者 vinoth06
buffercode
更新时间 2024年9月7日 15:09
捐献地址: 去捐款
PHP版本: 5.8 及以上
WordPress版本: 6.4.3
版权: GPL V3
版权网址: 版权信息

标签

dashboard custom login frontend dashboard custom register custom profile

下载

1.1.4.3 1.1.4.4 1.1.4.5 1.1.4.6.1 1.1.4.7 1.1.4.8 1.1.4.8.1 1.1.4.9 1.2 1.2.1 1.2.10 1.2.11 1.2.13 1.2.14 1.2.9 1.2.9.1 1.2.9.2 1.3.1 1.3.12 1.3.13 1.3.2 1.3.3 1.3.8 1.3.9 1.4 1.4.1 1.4.10 1.4.11 1.4.3 1.4.4 1.4.6 1.4.7 1.4.8 1.5.10 1.5.11 1.5.12 1.5.13 1.5.14 1.5.2 1.5.5 1.5.7 1.5.7.2 1.5.7.3 2.0 2.1.1 2.1.11 2.1.12 2.1.17 2.1.18 2.1.19 2.1.21 2.1.9 2.2 2.2.1 2.2.2 2.2.4 1.0 1.1 1.1.1 1.1.2 1.3.4 1.3.5 1.3.6 1.3.7 2.1.15 1.1.3 1.1.4 1.1.4.2 1.1.4.6 1.1.4.7.1 1.1.5 1.1.5.1 1.1.5.2 1.2.12 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7.2 1.2.7.5 1.2.8 1.3 1.3.10 1.3.11 1.4.2 1.4.5 1.4.9 1.5 1.5.1 1.5.3 1.5.3.1 1.5.4 1.5.6 1.5.8 1.5.9 2.1 2.1.10 2.1.16 2.1.2 2.1.20 2.1.22 2.1.23 2.1.24 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8

详情介绍:

Frontend Dashboard Demo Frontend Dashboard Designed and Developed with WordPress Coding Standards Frontend Dashboard is bundled with the huge list of custom features which can easily customise the User profile, Posts, Login, Register, Custom roles on the custom front page.
  1. Custom Login Page.
  2. Custom Register Page.
  3. Custom Forgot Password.
  4. Custom Redirect URL for before and after Login, Register, Logout.
  5. Restrict WP Admin area for role based users.
  6. Add/Delete custom User Roles.
  7. Customise the Frontend Dashboard with your theme matching colors.
  8. Enable/Disable the Frontend Dashboard scripts and styles on both frontend and admin.
  9. Add Frontend Dashboard menus for User based roles.
  10. Add any number of custom user field.
  11. Add any number of post/custom post field.
  12. Each custom fields can be configured based on user roles.
  13. Allow/Disallow to upload files in Frontend Dashboard based on User Role.
  14. Show custom user fields on Register page.
  15. Add/Edit/Delete Post/Custom post in Frontend Dashboard based on User Role.
  16. Show user role based custom profile page.
  17. Manage custom Post type and Taxonomies.
  18. Customize templates.
  19. Restrict illegal username on Registration.
Frontend Dashboard Plugins List Videos How to Setup Frontend Dashboard and its Add-on http://www.youtube.com/watch?v=lyoUkwndoRA For more video : Frontend Dashboard For more video : Frontend Dashboard

安装:

  1. Upload the “frontend-dashboard” directory to the plugins directory.
  2. Go to the plugins setting page and activate “Frontend Dashboard”
  3. Go to Frontend Dashboard | Frontend Dashboard | Check for your settings
  4. Do save.

屏幕截图:

  • Frontend Dashboard Settings | Login | Register
  • Frontend Dashboard Settings | Post | Settings
  • Frontend Dashboard Settings | Post | Dashboard Settings
  • Frontend Dashboard Settings | Post | Menu
  • Frontend Dashboard Settings | Post | Permission
  • Frontend Dashboard Settings | User | Add/Delete Custom Role
  • Frontend Dashboard Settings | User Profile Layout | Settings
  • Dashboard Menu
  • User Profile
  • Dashboard
  • Input fields
  • All in one Login
  • Login Only
  • Register Only
  • Reset Password
  • User Profiles
  • User Profile
  • Frontend Dashboard Settings | User Profile Layout | Color
  • Frontend Dashboard Settings | Login | Restrict WP Admin Area

升级注意事项:

2.2.1 [17-Sep-2020]
  • Reset password fixed.

常见问题:

Loader doesn't close and not updating ?

Please check whether your site is having Javascript error(s), If your using Chrome or Safari, Please right click and click Inspect Element, then click Console tab. If you find any error. Then kindly deactivate that plugin and try one more time.

How to add custom user field inside the template?

You can add the custom user field in your template by calling the get_user_meta( user_id, custom field slug, true );

How to add custom post field inside the template?

You can add the custom post field in your template by calling the get_post_meta( post_id, custom field slug, true );

How to create all in one login page [login, register, forgot password and dashboard]

  1. First we need to create a new page for custom login.
  2. Please go to Admin Dashboard | Pages | Add New Pages
  3. Give appropriate title
  4. Add shortcode in content area [fed_login]
  5. Change Page Attributes Template to FED Login [In Right Column]
  6. Publish the page.
  7. Navigate to Frontend Dashboard | Frontend Dashboard | Login | Settings
  8. Change the Login Page URL to newly created custom login page.
  9. Save the settings.

How to create single page for login, register and forgot password

  1. Please go to Admin Dashboard | Pages | Add New Pages
  2. Give appropriate title [As we are creating for Login Page]
  3. Add shortcode in content area [fed_login_only]
  4. Change Page Attributes Template to FED Login [In Right Column]
  5. For Register and Forgot Password, create the pages similar to above-mentioned instruction and add the shortcode for Register [fed_register_only] and for Forgot password [fed_forgot_password_only]
  6. Publish the page.

How to set Widget

  1. Navigate to Appearance | Widgets
  2. Add the “Text Widget” to the appropriate location.
  3. Add shortcode "[fed_login]" in to the textarea [without double quotation]
  4. Save the settings.

How to create the dashboard page

  1. Please go to Admin Dashboard | Pages | Add New Pages
  2. Give appropriate title
  3. Add shortcode in content area [fed_dashboard]
  4. Change Page Attributes Template to FED Login [In Right Column]
  5. Publish the page.
Then Please go to Frontend Dashboard | Frontend Dashboard | Login (Tab) | Settings (Tab) | Please change the appropriate pages for the settings.

Redirect on Login

  1. Navigate to Frontend Dashboard | Frontend Dashboard | Login | Settings
  2. Change the "Redirect After Logged in URL" to your desired page.
  3. Change the "Redirect After Logged out URL" to your desired page.
  4. Save the settings.

How to create dashboard menu

  1. Please go to Frontend Dashboard | Dashboard Menu
  2. Click Add New Menu
  3. Fill the input as per your requirement and select the appropriate user roles to view the menu.
  4. Click Add New Menu

How to add new custom user profile

  1. Please go to Frontend Dashboard | User Profile
  2. Click Add New Extra User Profile Field
  3. Select the required input type from the dropdown ‘Add New Profile Field’
  4. Fill the input fields and submit to save

How to add new custom post field

  1. Please go to Frontend Dashboard | Post Fields
  2. Click Add New Extra User Post Field
  3. Select the required input type from the dropdown ‘Add New Post Field’
  4. Fill the input fields and submit to save

How to Create Custom User Role

  1. Navigate to Frontend Dashboard | Frontend Dashboard | User | Add/Delete Custom Role
  2. Enter the Role Name and press tab to generate the Role slug automatically.
  3. Click Add.

How to create a page for User Role

  1. Create a new page, Pages | Add New
  2. Add fed_user role=user_role] in the content area, the user_role may be a default or custom user role, eg subscriber, editor.
  3. Change the Page Attributes | Template | to FED Dashboard
  4. Click Publish
  5. Now you can have that particular user role page in that created page URL.

List of shortcodes

  1. [fed_login] to generate login, registration, and reset forms
  2. [fed_login_only] to show only login page
  3. [fed_register_only] to show only register page
  4. [fed_forgot_password_only] to generate the forgot password page
  5. [fed_dashboard] to generate the dashboard page
  6. [fed_user role=user_role] to generate the role based user page
  7. [fed_transactions] to generate the payment transactions
  8. [fed_list_taxonomy taxonomy=TAXONOMY_NAME] to generate taxonomy in list order

更新日志:

2.2.5 [07-Sep-2024] 2.2.4 [27-Feb-2024] 2.2.2 [29-Jan-2024] 2.2.1 [17-Sep-2020] 2.2 [18-Aug-2020] 2.1.24 [30-July-2020] 2.1.20 [19-July-2020] 2.1.17 [11-July-2020] 2.1.16 [18-June-2020] 2.1.15 [13-June-2020] 2.1.12 [20-May-2020] 2.1.11 [20-May-2020] 2.1.10 [18-May-2020] 2.1.9 [17-May-2020] 2.1.8 [11-May-2020] 2.1.7 [10-May-2020] 2.1.6 [9-May-2020] 2.1.4 [24-Apr-2020] 2.1.3 [14-Apr-2020] 2.1.1 [25-Feb-2020] 2.1 [25-Feb-2020] 2.0 [24-Feb-2020] 1.5.14 [15-Feb-2020] 1.5.13 [14-Jan-2020] 1.5.11 [21-Nov-2019] 1.5.10 [20-Nov-2019] 1.5.9 [19-Nov-2019] 1.5.8 [17-Nov-2019] 1.5.7.3 [13-Nov-2019] 1.5.6 [30-Oct-2019] 1.5.5 [28-Oct-2019] 1.5.3 [20-Oct-2019] 1.5.2 [16-Oct-2019] 1.5.1 [14-Oct-2019] 1.5 [08-Oct-2019] 1.4.11 [05-Sept-2019] 1.4.10 [22-August-2019] 1.4.8 [12-August-2019] 1.4.7 [04-August-2019] 1.4.6 [18-July-2019] 1.4.5 [16-July-2019] 1.4.4 [2-July-2019] 1.4.3 [28-June-2019] 1.4.2 [26-June-2019] 1.4.1 [21-June-2019] 1.4 [20-June-2019] 1.3.13 [8-June-2019] 1.3.12 [27-May-2019] 1.3.11 [20-May-2019] 1.3.10 [19-May-2019] 1.3.9 [11-May-2019] 1.3.7 [04-May-2019] 1.3.7 [26-Apr-2019] 1.3.6 [24-Apr-2019] 1.3.5 [23-Apr-2019] 1.3.4 [18-Apr-2019] 1.3.2 [10-Jan-2019] 1.3.1 [09-Jan-2019] 1.2.14 [23-May-2018] 1.2.13 [13-Apr-2018] 1.2.12 [31-March-2018] 1.2.11 [03-Feb-2018] 1.2.10 [29-January-2018] 1.2.9.3 [25-January-2018] 1.2.9.2 [24-January-2018] 1.2.9.1 [20-January-2018] 1.2.9 [16-January-2018] 1.2.8 [12-January-2018] 1.2.7.5 [28-December-2017] 1.2.7.2 [27-December-2017] 1.2.6 [23-December-2017] 1.2.4 [22-December-2017] 1.2.3 [20-December-2017] 1.2.2 [16-December-2017] 1.2.1 [08-December-2017] 1.2 [06-December-2017] 1.1.5.2 1.1.5.1 1.1.5 v1.1.4.9 [16-November-2017] v1.1.4.8.1 [15-November-2017] v1.1.4.7.1 [09-November-2017] v1.1.4.7 [07-November-2017] v1.1.4.6.1 [02-November-2017] v1.1.4.5 [16-October-2017] v1.1.4.4 [09-October-2017] v1.1.4.3 [27-September-2017] v1.1.4.2 [17-September-2017] v1.1.4 [10-September-2017] v1.1.3 [06-September-2017] v1.1.2 [18-August-2017] v1.1.1 [17-August-2017] v1.1 [11-August-2017] v1.0 [04-August-2017]