[WordPress] 外掛分享: Sukellos Dashboard Bar

WordPress 外掛 Sukellos Dashboard Bar 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Sukellos Dashboard Bar」是 2022-03-27 上架。
  • 目前有 10 個安裝啟用數。
  • 上一次更新是 2024-10-03,距離現在已有 213 天。
  • 外掛最低要求 WordPress 5.2 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 7.2 以上。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

sukellos |

外掛標籤

admin | option | admin builder | custom admin pages | custom admin panel |

內容簡介

Sukellos Dashboard Bar 可以隱藏 WordPress 管理面板上的工具欄,並且可以只針對特定的使用者檔案套用此功能。

此外掛與其他的 Sukellos Tools WordPress 外掛整合,可以將它們的設定統合到一個便利的集中式管理面板中。

在此了解更多 Sukellos 外掛的相關資訊。

Admin Builder Basic

每個 Sukellos 外掛都包含了 Sukellos Framework 和一個叫做 Admin Builder 基本版的功能。

一分鐘建立 WP 外掛

Sukellos Framework 設計用來加速 WordPress 外掛的開發速度。

一旦安裝到 WordPress 中,您就可以立即且直覺地使用它的物件導向結構,並使用引入和繼承機制。它能讓您克服所有與 WordPress 整合的限制,並專注在功能邏輯的實現上。

取得我們提供的基本版外掛,並請參閱我們的文件 了解如何應用 Sukellos Framework 讓您的工作更輕鬆。

輕鬆建立管理頁面

Admin Builder 是 Sukellos Framework 內建的主要功能,此功能可以讓您輕鬆地在 WordPress 管理後台建立功能強大且美觀的自訂管理頁面。

Admin Builder 可以很簡單地整合到您的外掛中,只需寫幾行程式碼即可建立一個管理頁面,完全無需擔心實現表單和處理寫入欄位等問題。您只需要專注於配置邏輯的實現即可。

Admin Builder 是一個建立管理 WordPress 選項的頁面的強大工具。

範例:

// Admin page.
$admin_page = Admin_Builder::instance()->create_admin_page(
array(
'name' => 'My admin page',
'id' => 'my_admin_page',
'desc' => __( 'My admin page description', 'text_domain' ),
)
);

// Create a text option field
$admin_page->create_option(
array(
'type' => Item_type::TEXT,
'id' => 'text_option',
'name' => __( 'Text', 'text_domain' ),
'desc' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.',
)
);

有許多標準欄位可供使用:

核取方塊
多重選擇(核取方塊和下拉式選單)
內容
標頭
單選框
文字框
文字區域
上傳檔案

Admin Builder 的使用目標為開發者。提供多個 Hooks,讓您可以進行全面的樣式和操作行為的自訂化。

取得 Admin Builder Examples 外掛並參考我們的文件,複製和貼上多個範例。

升級至 Admin Builder Pro

在此了解更多 Sukellos Admin Builder Pro 的訊息。

更多欄位和功能

升級至 Pro 版本,即可獲得更多欄位類型和功能…

AJAX 按鈕(以及相關功能)
程式碼(JS、CSS、SCSS)
選色器
日期選擇器
EDD 授權(Easy Digital Downloads)
啟用
上傳檔案
圖庫
註記
數字滑桿

原文外掛簡介

Sukellos Dashboard Bar hides the WordPress admin dashboard bar. Can be applied to certain profiles only.
This plugin integrates with other Sukellos Tools WordPress plugins to group their settings in a convenient and centralized administration panel.
Learn more about Sukellos plugins here.
Admin Builder Basic
Each Sukellos plugin integrates Sukellos Framework, and the Basic version of a feature called Admin Builder.
WP Plugin Development In A Minute
The Sukellos framework was designed to speed up the development of WordPress plugins.
Once installed in WordPress, its use is immediate and intuitive thanks to its object-oriented structure, by using inclusion and inheritance. It allows you to overcome all the constraints of integration with WordPress, and to focus on the essentials of your functional logic.
Get the basic plugin offered, and consult our documentation to know how to use the Sukellos Framework to make your work easier.
Easy Admin Pages. Magnify Options
The Admin Builder is the main features embedded in Sukellos Framework. It allows to easily build powerful and beautiful custom admin pages in WordPress Dashboard.
The Admin Builder can be included very simply in your own plugin to create an administration page in a few lines of code. This takes the hassle out of your hands, making high-level designs possible with very little development skill. No need to worry about implementing the form, handling writing fields, just focus on your configuration logic.
Admin Builder is a powerful way to create configuration pages to manage WordPress options.
Example:
// Admin page.
$admin_page = Admin_Builder::instance()->create_admin_page(
array(
'name' => 'My admin page',
'id' => 'my_admin_page',
'desc' => __( 'My admin page description', 'text_domain' ),
)
);

// Create a text option field
$admin_page->create_option(
array(
'type' => Item_type::TEXT,
'id' => 'text_option',
'name' => __( 'Text', 'text_domain' ),
'desc' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.',
)
);

A lot of standard fields are available:

Checkbox
Multiple choices (checkbox and select) on custom data
Content
Header
Radio
Text
Textarea
Upload

Admin Builder is designed to be used by developers. Many hooks are available to allow full style and behavior customization.
Get the Admin Builder Examples plugin, and consult our documentation, to get many examples to copy / paste.
Upgrade to Admin Builder Pro
Learn more about Sukellos Admin Builder Pro here.
More field and features
Upgrade to pro to get more field types…

AJAX button (and feature)
Code (JS, CSS, SCSS)
Color picker
Date picker
EDD Licensing (Easy Digital Downloads)
Enable
File upload
Gallery
Note
Number slider
Select and multiple choices on predefined WordPress data (users, posts, terms, fonts…)
Sortable
WYSIWYG editor

… and allows tabs creation in admin pages.
Creating an AJAX request becomes child’s play.
Enrich Post Types And User Profiles
Take control of custom fields in any type of posts. The creation of Metabox becomes very simple. All the standard fields can also be used, but this time by associating them with any post type, stored as post_meta. Admin Builder allows disabling classical custom fields display. Users can be enriched by adding fields that are directly visible and modifiable in their own profiles. The management of this user_meta is also possible directly in administration pages.
In the same way as for the options, the management of the post_meta and the user_meta is simplified as much as possible. Just a few lines of code are enough.
Automatic CSS Generation. SCSS Support.
In the administration pages, the options can be taken automatically into account in CSS. Each field value can be dynamically associated with a CSS. More complex styles can also be generated from an administration page thanks to the magic method create_css, in a very simple way. Admin Builder allows the use of a code-like configuration field, thanks to the inclusion of the Ace project. This control offers an input area that supports the CSS / SCSS format. This field can be automatically generated and included in the WordPress front end.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Sukellos Dashboard Bar」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.0.4 | 1.0.5 | 1.0.6 | 1.0.7 | 1.0.8 | 1.0.9 | 1.1.0 | 1.1.1 | 1.1.2 | 1.1.4 | 1.1.6 | 1.1.8 | trunk | 1.0.10 | 1.0.11 |

延伸相關外掛(你可能也想知道)

  • Sukellos Enable Classic Editor 》使用 Sukellos Enable Classic Editor 外掛可以在文章類型與小工具中切換回傳統的編輯器。, 本外掛與其他 Sukellos 工具的 WordPress 外掛整合,將它們的設定...。
  • Sukellos Login Wrapper 》Sukellos Login Wrapper 增強了 WordPress 登入功能,提供基本功能(重新導向、前端個人資料簡碼...), 此外掛整合了其他 Sukellos 工具的 WordPress 外掛,...。
  • Sukellos Login Style 》Sukellos Login Style 可以讓您自定定 WordPress 登入頁面的顏色和標誌。, 此外掛還可以與其他 Sukellos Tools WordPress 外掛整合,使其設定可以方便地集中...。
  • Sukellos Image Formats 》透過 Sukellos 圖片格式 (Sukellos Image Formats) 外掛,輕鬆地管理 WordPress 支援的圖片格式。此外掛會與其他 Sukellos 工具的 WordPress 外掛整合,將它...。

文章
Filter
Apply Filters
Mastodon