Skip to content
  • Увайсці
  • Зарэгістравацца
WordPress.org

Беларуская мова

  • Тэмы
  • Плагіны
  • News
  • Падтрымка
  • Пра нас
  • Дапаможнік
  • Звязацца з намі
  • Get WordPress
Get WordPress

Plugins

  • My Favorites
  • Beta Testing
  • Developers

This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Download

Frontend Dashboard

By vinoth06.
  • Details
  • Reviews
  • Installation
  • Development
Support

Description

Frontend Dashboard Demo

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

  • Frontend Dashboard User Management (Pro)
  • Frontend Dashboard Social Connect (Pro)
  • Frontend Dashboard Membership (Pro)
  • Frontend Dashboard Payment (Pro)
  • Frontend Dashboard Pages
  • Frontend Dashboard Extra
  • Frontend Dashboard Captcha
  • Frontend Dashboard Templates
  • Frontend Dashboard Social Chat
  • Frontend Dashboard Notification
  • Frontend Dashboard Custom Post and Taxonomies

Videos

How to Setup Frontend Dashboard and its Add-on

For more video : Frontend Dashboard

  • How to setup Membership and Payment (PRO)

  • How to show custom post field in Frontend Post

  • How to Translate Frontend Dashboard

  • How to create custom login for Frontend Dashboard

  • How to create Dashboard for Frontend Dashboard

  • How to set Redirect on Login for Frontend Dashboard

  • How to set Widget for Frontend Dashboard

  • How to Create Custom User Role in Frontend Dashboard

  • How to create a page for Users, based on their User Role

  • How new user can select user role on registration

  • How to customise the layout colours in Frontend Dashboard

  • How to manage post options in Frontend Dashboard

  • How to create custom menu in Frontend Dashboard

For more video : Frontend Dashboard

Screenshots

  • Frontend Dashboard Settings | Login | Settings
  • 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

Installation

  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.

FAQ

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

Reviews

Plugin not working

dongreen 6 чэрвеня, 2022
This plugin is not working anymore. Front end login is not working, support is not helpful and developer is not responding.

Need update

Sudipto Mahmud 24 мая, 2022
Need update

Best plugin to use guys.

jeff0504 18 мая, 2021
For a freemium plugin, this has a lot of functionalities. Hats off to the plugin author. Thanks, mate.

NICE PLUGIN! GOOD FEATURES!

timohartmann 2 лютага, 2021
Good Plugin! Really a comfortable experience to work with! Just check it out, I recommend!

Best plugin for frontend

morteza 15 кастрычніка, 2020
Thanks for this plugin , it is so cool

Image upload not working

yogesh282828 18 верасня, 2020
1. show error when trying to Image upload for editor or any other user rolls. Request for improving and adding features: In dashboard menu there is no option for hide or remove some menu options or items like edit user profile (which comes by defaults ).
Read all 134 reviews

Contributors & Developers

“Frontend Dashboard” is open source software. The following people have contributed to this plugin.

Contributors
  • M A Vinoth Kumar
  • buffercode

“Frontend Dashboard” has been translated into 4 locales. Thank you to the translators for their contributions.

Translate “Frontend Dashboard” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

2.2.1 [17-Sep-2020]

  • Reset password fixed.

2.2 [18-Aug-2020]

  • Supports WordPress version 5.5.

2.1.24 [30-July-2020]

  • Changed Frontend Dashboard Pagination.
  • Bug: on saving multiple time in user profile.

2.1.20 [19-July-2020]

  • Now logout will directly logout the user instead of showing a panel to click logout.

2.1.17 [11-July-2020]

  • Bug fixes and support Element JS and CSS inside the Dashboard

2.1.16 [18-June-2020]

  • Bug fixes and new core features added

2.1.15 [13-June-2020]

  • Bug fixes : jQuery common alert.

2.1.12 [20-May-2020]

  • Bug fixes : Reset Password show on Login Screen.

2.1.11 [20-May-2020]

  • Bug fixes : Login and Register only template not working as expected.

2.1.10 [18-May-2020]

  • Bug fixes and added new features in Custom Post and Post.

2.1.9 [17-May-2020]

  • Bug fixes : Showing Login and Dashboard menu in Frontend Menu items.

2.1.8 [11-May-2020]

  • Frontend Dashboard Custom Post new features added and some bug fixes

2.1.7 [10-May-2020]

  • New (Feature): FED Post Widget – Enable/Disable Author, Date and Show post with Taxonomy or Terms.

2.1.6 [9-May-2020]

  • New: Widget – Listing Posts by Taxonomy and Terms

2.1.4 [24-Apr-2020]

  • Login redirect action hook and added few pluggable functions.

2.1.3 [14-Apr-2020]

  • Bug fixes.

2.1.1 [25-Feb-2020]

  • 2.0 Bug fixes: Individual Login, Register, Forgot Password page and Menu page not saving.

2.1 [25-Feb-2020]

  • 2.0 Bug fixes: Login, Register, Forgot Password page, Admin status, add-on page.

2.0 [24-Feb-2020]

  • Refactored all codes to WordPress Coding Standards.

1.5.14 [15-Feb-2020]

  • Bug: All Menus are not visible to admin for sorting.

1.5.13 [14-Jan-2020]

  • Security Improved.

1.5.11 [21-Nov-2019]

  • Bug: Unnecessary body background color update – Thanks to Vik for reporting

1.5.10 [20-Nov-2019]

  • Password form field bug fixes – Thanks to Abdel for reporting

1.5.9 [19-Nov-2019]

  • Frontend Dashboard Social Chat Add-on supportive added.
  • Bug fixes.

1.5.8 [17-Nov-2019]

  • Install and activate add-ons on the fly

1.5.7.3 [13-Nov-2019]

  • Bug fixes : Media Library

1.5.6 [30-Oct-2019]

  • Show Taxonomy in Widget Through Shortcode [fed_list_taxonomy taxonomy=TAXONOMY_NAME title_li=” show_count=1]
  • Bug fixes

1.5.5 [28-Oct-2019]

  • SMTP or WP_MAIL Email setup added.
  • Bug fixes

1.5.3 [20-Oct-2019]

  • Few layout changes and support WP Editor on Frontend Dashboard Custom Post
  • Bug fixes

1.5.2 [16-Oct-2019]

  • Now Login or Dashboard and Logout will be automatically shown in the selective menu

1.5.1 [14-Oct-2019]

  • Few improvements
  • Bug fixes

1.5 [08-Oct-2019]

  • Added support to new add-on
  • Bug fixes

1.4.11 [05-Sept-2019]

  • Feature: Restrict illegal username on Registration. [FED | FED | Login | Restrict Username]
  • Bug Fixes

1.4.10 [22-August-2019]

  • Bug Fixes

1.4.8 [12-August-2019]

  • Performance increased
  • Bug Fixes

1.4.7 [04-August-2019]

  • Bug Fixes

1.4.6 [18-July-2019]

  • Bug Fixed : Menu
  • Releasing Frontend Dashboard Social Connect

1.4.5 [16-July-2019]

  • Bug Fixed

1.4.4 [2-July-2019]

  • Bug Fixed : Drag and drop sort menu

1.4.3 [28-June-2019]

  • Bug Fixed : Drag and drop sort menu

1.4.2 [26-June-2019]

  • Bug Fixed : Drag and drop sort menu

1.4.1 [21-June-2019]

  • Bug Fixed : Dashboard Menu selected highlight

1.4 [20-June-2019]

  • Feature: One level Submenu can be added to the Menu.
  • Feature: Sort all menu in Dashboard Menu.
  • Feature: Delete and Empty the table associated with Frontend Dashboard in Status Menu
  • Bug fixes: Deleting the menu is not deleting the associated items.
  • Some minor bug fixes.

1.3.13 [8-June-2019]

  • Bug fixes: Layout color issue in Default Template

1.3.12 [27-May-2019]

  • Feature: Auto Login after Register.
  • Feature: Notification email after Register for User and Admin.
  • Bug fixes: Login Page Label shows respective to the Backend Label.

1.3.11 [20-May-2019]

  • Bug fixes : Not able to login due to Javascript missing.

1.3.10 [19-May-2019]

  • Feature: Enable/Disable the default Frontend Dashboard Scripts and Style in Admin page.
  • Bug fixes.

1.3.9 [11-May-2019]

  • Load Frontend Dashboard script on it shortcode pages.
  • Bug fixes.

1.3.7 [04-May-2019]

  • Translation added
  • Few bug fixes.

1.3.7 [26-Apr-2019]

  • Taxonomies (Tags and Categories) inside the post has been changed to multiselect Dropdown.
  • Few bug fixes.

1.3.6 [24-Apr-2019]

  • Login use fixed
  • Few bug fixes

1.3.5 [23-Apr-2019]

  • Added local translation for Javascript files
  • Few bug fixes

1.3.4 [18-Apr-2019]

  • Bug fixed: Checkbox label with HTML content support

1.3.2 [10-Jan-2019]

  • Bug fixes: Admin Menu not saving.

1.3.1 [09-Jan-2019]

  • Bug fixes: Admin User Profile Menu not sorting in order
  • Bug fixes: Frontend Dashboard menu not sorting in order
  • New: Drag and Drop to sort the menu items in Dashboard Menu, User Profile and Post Fields

1.2.14 [23-May-2018]

  • Bug fixes: Reset Password not working when Login only selected.

  • Update for FED Extra Plugin: Now the Admin bar can be enable or disable based on the User Role.

1.2.13 [13-Apr-2018]

  • Bug fixes: updated to support custom post/taxonomies add-on.

1.2.12 [31-March-2018]

  • Bug fixes: Post custom field value not saving.

1.2.11 [03-Feb-2018]

  • Bug fixes: Values not storing on custom field while registration

1.2.10 [29-January-2018]

  • Bug fixes for multiple user in single page on Shortcode.

1.2.9.3 [25-January-2018]

  • Bug: Post section checkbox not saving.

1.2.9.2 [24-January-2018]

  • Bug: Admin profile not showing properly

1.2.9.1 [20-January-2018]

  • Bug: Frontend Dashboard menu not loading proper items.

1.2.9 [16-January-2018]

  • Bug: Support to Template and Custom Post

1.2.8 [12-January-2018]

  • Bug: Post field not able to delete

1.2.7.5 [28-December-2017]

  • Bug: Dashboard redirect after wp admin restrict.
  • Bug: Minor bug fixes

1.2.7.2 [27-December-2017]

  • More translation strings added
  • Bug fixes.

1.2.6 [23-December-2017]

  • New: .POT Language file added
  • New: Translation added for Hebrew – Thanks to @Ronena100
  • Removed: Now Minimum WordPress version required is 4.6 and above

1.2.4 [22-December-2017]

  • Bug: Reset password not working

1.2.3 [20-December-2017]

  • Bug: No proper redirect for Restrict WP Admin Area
  • Bug: fixed and enhanced supportive plugins.

1.2.2 [16-December-2017]

  • Add Register and Forgot password link for login only page
  • Added Login link for Register page

1.2.1 [08-December-2017]

  • Bug: Fixed on post meta error if no custom post meta added

1.2 [06-December-2017]

  • Completely changed the frontend dashboard from AJAX request to normal page reload request.

1.1.5.2

  • Bug: Collapse menu not working properly

1.1.5.1

  • Bug: Improper styling

1.1.5

  • Bug: Updated admin footer text shown in all plugin page.
  • Bug: WP Admin area restriction block ajax request.
  • Enhanced: Frontend Dashboard for mobile view.
  • Enhanced: Code refactored

v1.1.4.9 [16-November-2017]

  • Support 4.9
  • Bug: File loading problem

v1.1.4.8.1 [15-November-2017]

  • New: Restrict user role(s) to access the WP Admin area.
  • Bug: Missing file fixed

v1.1.4.7.1 [09-November-2017]

  • Bug: Action and Filter hooks with same name conflict.
  • Enhanced: Admin dashboard settings | login paged refactored

v1.1.4.7 [07-November-2017]

  • Enhanced: Dashboard main menu collapse/un collapse icon added
  • Enhanced: Admin Dashboard settings changed
  • Bug: Disabled menu slug on edit
  • Bug: Post page custom fields alignment fixed

v1.1.4.6.1 [02-November-2017]

  • New: Added Register Redirect after registration
  • New: Post content can be disabled
  • Bug: While Login and Register loading icon missing
  • Bug: Email not sending to new register
  • Bug: Input type number can’t able to add more than 6 six digits
  • Enhanced: Dashboard Settings
  • Enhanced: Dashboard Main Menu
  • Enhanced: Add-Ons

v1.1.4.5 [16-October-2017]

  • New action hooks added
  • Bug fixes

v1.1.4.4 [09-October-2017]

  • Main menu search box added to search the menu by its name
  • Login failed and more bug fixes

v1.1.4.3 [27-September-2017]

  • Customize the Frontend Dashboard Layout Color
  • Bug fixes

v1.1.4.2 [17-September-2017]

  • Major Bug fixes
  • Document updated

v1.1.4 [10-September-2017]

  • Plugin page update
  • Bug fixes
  • Added new filter and action hooks

v1.1.3 [06-September-2017]

  • Plugin page added
  • Bug fixes
  • Added new filter and action hooks

v1.1.2 [18-August-2017]

  • Changed the way of representing the Radio and Select input field.
  • Bug fixes
  • Added few filters.

v1.1.1 [17-August-2017]

  • Collapse/Expand the frontend dashboard menu
  • Bug fixes
  • Refactored for developers comfort

v1.1 [11-August-2017]

  • Added more filter and action hooks for developers
  • Minor: Bug fixed

v1.0 [04-August-2017]

  • Public release

Meta

  • Version: 2.2.1
  • Last updated: 3 гады ago
  • Active installations: 1.000+
  • WordPress Version: 4.6 or higher
  • Tested up to: 5.5.11
  • Languages:

    Croatian, English (US), French (France), Hebrew, and Spanish (Mexico).

    Translate into your language

  • Tags:
    custom logincustom registercustom rolesdashboardfrontend-dashboard
  • Advanced View

Ratings

See all
  • 5 stars 127
  • 4 stars 1
  • 3 stars 2
  • 2 stars 1
  • 1 star 3
Log in to submit a review.

Contributors

  • M A Vinoth Kumar
  • buffercode

Support

Issues resolved in last two months:

0 out of 4

View support forum

Donate

Would you like to support the advancement of this plugin?

Donate to this plugin

  • About
  • News
  • Hosting
  • Donate
  • Swag
  • Documentation
  • Developers
  • Get Involved
  • Learn
  • Showcase
  • Plugins
  • Themes
  • Patterns
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Privacy
  • Public Code
WordPress.org
WordPress.org

Беларуская мова

  • Visit our Facebook page
  • Visit our Twitter account
  • Visit our Instagram account
  • Visit our LinkedIn account
Код гэта паэзія.