Перейти до вмісту
  • Увійти
  • Зареєструватись
WordPress.org

Україна

  • Теми
  • Плагіни
  • Новини
  • Підтримка
  • Про
  • Документація
  • Спільнота
  • Контакт
  • Завантажити WordPress
Завантажити WordPress

Плагіни

  • Мої улюблені
  • Бета-тестування
  • Розробникам
Завантажити

Remove Dashboard Access

Від автора TrustedLogin
  • Деталі
  • Відгуки
  • Встановлення
  • Розробка
Підтримка

Опис

  • Limit Dashboard access to admins only, admins + editors, admins + editors + authors, or limit by specific capability.
  • Choose your own redirect URL
  • Optionally allow user profile access
  • Optionally display a message on the login screen
  • (more info)

Contribute to RDA

This plugin is in active development on GitHub. Pull requests are welcome!
Capabilities:

  • You can limit Dashboard access to Admins only, Editors or above, Authors or above, or by selecting a capability. More information on WordPress’ default roles and capabilities can be found here: https://codex.wordpress.org/Roles_and_Capabilities

User Profile Access:

  • You can optionally allow all users the ability to edit their profiles in the Dashboard. Users lacking the chosen capability won’t be able to access any other sections of the Dashboard.

Login Message:

  • Supply a message to display on the login screen. Leaving this blank disables the message.

Hiding other plugins/themes’ Toolbar menus:

  • Remove Dashboard Access removes some built-in WordPress Toolbar menus by default, but can be extended to hide menus from other plugins or themes via two filters: rda_toolbar_nodes (viewing from the admin), and rda_frontend_toolbar_nodes (viewing from the front-end).

How to find the menu (node) id:

  • In the HTML page source, look for the <li> container for the menu node you’re targeting. It should take the form of <li id="wp-admin-bar-SOMETHING">
  • In <li id="wp-admin-bar-SOMETHING">, you want the “SOMETHING” part.

How to filter the disallowed Toolbar nodes on the front-end:

/**
 * Filter hidden Toolbar menus on the front-end.
 *
 * @param array $ids Toolbar menu IDs.
 * @return array (maybe) filtered front-end Toolbar menu IDs.
 */
function wpdocs_hide_some_toolbar_menu( $ids ) {
    $ids[] = 'SOMETHING';
    return $ids;
}
add_filter( 'rda_frontend_toolbar_nodes', 'wpdocs_hide_some_toolbar_menu' );

Common plugin Toolbar menus and their ids:

  • Jetpack by WordPress.com (notifications) – ‘notes’
  • WordPress SEO by Yoast – ‘wpseo-menu’
  • W3 Total Cache – ‘w3tc’

Debug Mode

To view debugging information on the Settings > Reading screen, visit:

example.com/options-general.php?page=dashboard-access&rda_debug=1

Скріншоти

  • The Dashboard Access Controls settings in the Settings > Dashboard Access screen.
  • Allow users to access their profile settings (only).
  • Optional login message.

Встановлення

  1. Search ‘Remove Dashboard Access’ from the Install Plugins screen.
  2. Install plugin, click Activate.

Часті питання

What happens to disallowed users who try to access to the Dashboard?

Users lacking the chosen capability or role(s) will be redirected to the URL set in Settings > Dashboard Access.

Why haven’t you added an option to disable the WordPress Toolbar?

The Toolbar contains certain important links (even for disallowed users) such as for accessing to the profile editor and/or logging out. Plus, there are many plugins out there for disabling the Toolbar if you really want to.

Can I disable the redirection/profile-editing controls without disabling the plugin?

No. Disable the plugin if you don’t wish to leverage the functionality.

Відгуки

Avoid

lellojello 16.06.2022
An insidious mess that bricked my entire site as soon as I installed it.

5 Estrellas

javigandia 08.03.2022
Muchas gracias por este buenísimo plugin. Muy fácil de utilizar y muy efectivo.

Great help to customize the website use

Renaat 04.11.2021 1 reply
This plugin helps me to customize the website use with my membership and LMS plugins. Very nicely done.

A must-have!

unapersona 09.07.2021 1 reply
This plugin is a must-have when working with public roles.

Great PLugin

rusben 29.01.2021 1 reply
Great, works perfectly.

Excelent

eduardomrx 25.01.2021 1 reply
Прочитати всі 74 відгуки

Учасники та розробники

“Remove Dashboard Access” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники
  • TrustedLogin

“Remove Dashboard Access” було перекладено на 6 локалізацій. Дякуємо перекладачам за їх роботу.

Перекладіть “Remove Dashboard Access” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

1.1.4 & 1.1.5 on April 18, 2022

Remove Dashboard Access is now being maintained by TrustedLogin! Remove Dashboard Access aligns with what we do at TrustedLogin: simply making WordPress more secure. Email any questions to support@trustedlogin.com.

  • Fixed: Deactivating and activating the plugin will no longer overwrite plugin settings
  • Fixed: Deprecated function screen_icon() warning
  • Fixed: Issue when front-end editing of profiles when the $pagenow global is not defined (#24)
  • Fixed: Potential Invalid argument supplied for foreach() PHP warning (#22)

1.1.3

  • Fixed a compatibility issue with bbPress and the media grid view.

1.1.2

  • Bump tested-up-to to 4.1.0
  • Miscellaneous readme changes.

1.1.1

Bug Fix:

  • Move options back to Settings > Dashboard Access screen to resolve conflict with page_on_front UI.

1.1

Enhancements:

  • Instantiate as a static instance for better modularity
  • Move Dashboard Access Controls settings to Settings > Dashboard Access
  • Add optional login message option
  • Add better settings sanitization
  • New Filter: rda_default_caps_for_role – Filter default roles for Admins, Editors, and Authors
  • New Debug Mode

Bug Fixes:

  • Remove unnecessarily stringent URL mask on the redirect URL option

1.0

  • Complete rewrite!
  • New: Limit dashboard access for Admins only or by capability
  • New: Allow/disallow edit-profile access
  • New: Choose your own redirect URL
  • New Filter: rda_default_access_cap – Change default access capability
  • New Filter: rda_toolbar_nodes – Filter which back-end Toolbar nodes are hidden
  • New Filter: rda_frontend_toolbar_nodes – Filter which front-end Toolbar nodes are hidden

0.4

  • Refined DOING_AJAX check for logged-out users, props @nacin and @BoiteAWeb

0.3

  • Changed cap to manage_options, replaced PHP_SELF with DOING_AJAX

0.2

  • Replaced preg_match with admin-ajax test. Added compatibility with rewritten dashboard URLs.

0.1

  • Submitted to repository

Мета

  • Версія: 1.1.5
  • Останнє оновлення: 3 місяці тому
  • Активних встановлень: 50 000+
  • WordPress версія: 3.1.0 або вище
  • Сумісний аж до: 6.1.1
  • Мови:

    Dutch, English (Canada), English (US), German, Russian, Spanish (Spain) і Swedish.

    Перекладіть на свою мову

  • Позначки:
    accessadministrationdashboardloginusers
  • Розширений перегляд

Оцінки

Переглянути всі
  • 5 зірок 63
  • 4 зірки 4
  • 3 зірки 1
  • 2 зірки 2
  • 1 зірка 4
Увійдіть, щоб залишити відгук.

Учасники

  • TrustedLogin

Підтримка

Проблеми вирішені за останні два місяці:

0 з 1

Перейти в форум підтримки

Пожертвування

Ви хотіли б підтримати розвиток цього плагіна?

Пожертвувати на розвиток плагіна

  • Про нас
  • Новини
  • Хостинг
  • Підтримати
  • Swag
  • Документація
  • Розробники
  • Приєднатися
  • Навчання
  • Вітрина
  • Плагіни
  • Теми
  • Паттерни
  • WordCamp
  • WordPress.TV
  • BuddyPress
  • bbPress
  • WordPress.com
  • Matt
  • Приватність
  • Відкритий код
WordPress.org
WordPress.org

Україна

  • Завітайте на нашу сторінку в Facebook
  • Відвідайте нашу стрічку в Twitter
  • Visit our Instagram account
  • Visit our LinkedIn account
Код - це поезія.