이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Admin UI Simplificator

설명

The plugin simplifies the WordPress admin user interface by hiding most of the WordPress menus.
This doesn’t mean that the functionality is not accessible. It is just hidden.
Also the admin navigation bar is cleaned as well.
The plugin is intended to be used by developers/designers who manage WordPress on behalf of their clients.
Clients don’t need to know or see anything about plugins, themes, available updates etc.

Usage

  • Install and Activate the plugin
  • Create a separate account for your client
  • Everybody except the user who activated the plugin will sees the simplified WordPress admin area

If you end up locking yourself out add this line to your wp-config.php file just right after the opening <?php tag.
define(‘ADMIN_UI_SIMPLIFICATOR_DISABLE’, 1);

Demo

Benefits / Features

  • Easy to use
  • Just activate and create a separate account for your client.

Free e-book: How to Build a Website Using WordPress: Beginners Guide

Author

Svetoslav Marinov (Slavi) | Custom Web and Mobile Programming by Orbisius.com

Icon Credits: famfamfam

**NOTE: ** Support is handled in our support forums: http://club.orbisius.com/forums/
Please do NOT use the WordPress forums to seek support.

스크린샷

  • Admin area after the plugin activation.

설치

Automatic Install

Please go to WordPress Admin > Plugins > Add New Plugin > Search for: Admin UI simplificator and then press install

Manual Installation

  1. Upload wp-admin-ui-simplificator.zip into to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

If you end up locking yourself out add this line to your wp-config.php file just right after the opening <?php tag.
define(‘ADMIN_UI_SIMPLIFICATOR_DISABLE’, 1);

If you happen to remove the original admin account and then enter your current admin user ID and click on save
yoursite.com/wordpress/wp-admin/admin.php?page=admin-ui-simplificator/menu.settings.php

Run into issues or have questions/suggestions?
Visit our support forums: http://club.orbisius.com/forums/

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Admin UI Simplificator”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Admin UI Simplificator”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.5

  • Tested with WP 4.1

1.0.4

  • Fixed warnings on not calling a static method
  • Fixed warnings on use of get_option
  • Fixed numerous warnings
  • Tested with WP 4.0.1
  • Removed boostrap file which wasn’t used that much and could cause WP to break if wp-load couldn’t be found in the expected path.
  • Removed the dashboard link … wasn’t used that much.
  • Added author in Help
  • Added Orbisius News Widget
  • Removed calls to zzz_custom

1.0.3

  • Added a constant ‘ADMIN_UI_SIMPLIFICATOR_DISABLE’ that will allow you to access the admin area
  • Improved settings UI
  • Tested for wp 3.8.1
  • Added links to forum and product page

1.0.2

  • Tested for wp 3.5.2

1.0.1

  • Fixes & improvements
  • Added links to support forums

1.0.0

  • Initial Release