內容簡介
如果您是網站開發人員,需要通過創建新的數據結構來擴展 WordPress 的功能,那麼此外掛適合您。
管理員表單可以通過直接連接到 WordPress 數據庫來創建數據集合。使用此外掛,您可以輕鬆地創建新的數據結構或管理和過濾數據庫中的現有表格。例如,您可以通過自動化整個數據輸入管理部分,簡化開發新外掛的過程。
使用短代碼,您可以快速在網站上顯示帶有搜索結果、列排序和頁面分段的 HTML 表格。或者,您可以設計自己的 HTML 並使用特殊短代碼輸入數據。管理員表單還包括完整的模板引擎。
我們全面的文檔提供清晰明確的使用說明,可以充分利用此外掛的功能。此外,此外掛提供靈活的自定義選項,因此您可以根據自己的具體需求進行調整。無論您是需要管理現有數據還是創建全新的結構,我們的外掛都可以幫助您快速高效地實現目標。
主要功能
使用管理員表單,您可以:
創建後端使用的數據表格,包括超過 20 種數據類型的表單和高級 Excel 風格搜索系統
選擇要顯示的字段和如何顯示它們
刪除選定的數據或選擇刪除所有過濾的數據(僅限 PRO 版本)
下載選定的數據或所有過濾的數據(僅限 PRO 版本)
選擇可以編輯表格的角色
使用 LOOKUP 字段顯示來自其他表格的數據(僅限 PRO 版本)
從 MySQL 查詢創建和編輯複雜的數據結構(僅限 PRO 版本)
在具有可自定義顏色、分頁和搜索/排序字段的表格中發布數據
在彈出窗口中顯示單個記錄的詳細信息
使用強大的模板引擎、屬性、運算符和短代碼自定義數據顯示
使用 PHP 鉤子和篩選器,並使用帶有函數的類來管理代碼中的數據
創建自定義文章類型,生成新的數據列表和詳細頁面
向文章、用戶和評論表格添加自定義字段,以及其他具有鏈接“元”表格的表格
使用 PRO 版本進行高級表格創建
使用 PRO 版本可以導入和導出 MySQL 或 CSV 格式的數據,並獲得更多功能,例如計算字段和創建查詢表單
選擇顏色、分頁類型、是否顯示搜索或欄位排序的能力。
在彈出窗口中顯示單個記錄的詳細信息。
通過自定義模板引擎自定義視圖。
我們希望您發現管理員表單對於您的 WordPress 開發需求是一個有用的工具!
模板引擎
您可以使用類似 WordPress 簡代碼的強大模板引擎。
您可以通過屬性自定義數據顯示。例如,要使文本大寫,可以這樣寫:
[%item.Title uppercase]
您可以通過最常用的運算符(if、for、break、while、math…)控制數據流。
例如,要檢查用戶是否已登錄,可以這樣寫:
[^IF [^user]==""] you are not logged in
[^else] You are logged in [^endif]
或通過 [adfo_tmpl] 簡代碼直接將數據拉到文章中
[adfo_tmpl]
<ul>
[^FOR EACH=[^POST TYPE=post]]
<li>[%item.title_link]</li>
外掛標籤
開發者團隊
② 後台搜尋「ADFO – Custom data in admin dashboard」→ 直接安裝(推薦)
原文外掛簡介
If you’re a website developer and you need to extend the functionality of WordPress by creating new data structures, this plugin is for you.
Admin Form allows you to create data collections by connecting directly to your WordPress database. With this plugin, you can easily create new data structures or manage and filter existing tables in the database. For instance, you can streamline the process of developing new plugins by automating the entire data entry administration section.
Using shortcodes, you can quickly display HTML tables on your site with search results, column sorting, and page breakdowns. Alternatively, you can design your own HTML and use special shortcodes to input data. Admin Form also includes a complete template engine.
Our comprehensive documentation provides clear and concise instructions on how to use the plugin to its fullest extent. Additionally, the plugin offers flexible customization options, so you can tailor it to your specific needs. Whether you need to manage existing data or create entirely new structures, our plugin can help you accomplish your goals quickly and efficiently.
Key Features
With Admin Form, you can:
Create data tables for backend use, including forms with more than 20 data types and an advanced Excel-style search system
Choose the fields to display and how to display them
Delete selected data or choose to delete all filtered data (PRO version only)
Download selected data or all filtered data (PRO version only)
Choose the roles of who can edit the table
Use LOOKUP field to show data from other tables (PRO version only)
Create and edit complex data structures from MySQL queries (PRO version only)
Publish data in tables with customizable colors, pagination, and search/sort fields
Show details of single records in popups
Customize data display using a powerful template engine with attributes, operators, and shortcodes
Work with PHP hooks and filters, and use a class with functions to manage data from the code
Create custom post types, generating new lists of data and detail pages
Add custom fields to post, user, and comment tables, as well as other tables that have a linked “meta” table
Enjoy advanced management in table creation with the PRO version
I- mport and export data in MySQL or CSV format with the PRO version
Download the free PRO version at https://github.com/giuliopanda/admin-form-pro/releases/ to access even more features, such as calculated fields and the ability to create query forms.
Choose the color, the type of pagination, whether to show the search or the ability to sort the fields.
Show the detail of single records in popup.
Customize the view through a custom template engine.
We hope you find Admin Form to be a useful tool for your WordPress development needs!
TEMPLATE ENGINE
You have at your disposal a powerful template engine similar to wordpress shortcodes.
You can customize the data display through attributes. For example to make text uppercase:
[%item.Title uppercase]
You can control data flows through the most used operators (if, for, break, while, math…)
For example, to check if a user is logged in you can write:
[^IF [^user]==""] you are not logged in
[^else] You are logged in [^endif]
Or pull the data directly into a post via the [adfo_tmpl] shortcode
[adfo_tmpl]
-
[^FOR EACH=[^POST TYPE=post]]
- [%item.title_link]
[^ENDFOR]
[/adfo_tmpl]
PHP
Obviously you have a set of hooks and filters available for working in php, but you also have a class available with a set of functions to manage data from the code. You will find all the documentation inside the plugin.
POST TYPE SUPPORT
Custom post types can be created. These are handled with the plugin’s display and insertion system, thus focusing on data entry rather than content formatting. Using post_types, it is possible to generate not only new lists of data, but also the detail of individual content opened on new pages.
METADATA SUPPORT
For post, user, comment tables and all tables that have a linked “meta” table, Admin Form allows you to add custom fields to the table you are editing.
MULTI ROW FOR POST, USER, MEDIA AND LOOKUP SUPPORT
You can create fields that can save multiple data such as user lists, media or posts.
PRO VERSION
There is also a PRO version that you can download for free!
The pro version adds:
– The calculated fields.
– The lookups fields.
– A system for managing tables through mysql queries
– The ability to create query forms (LAB).
– Advanced management in the creation of tables
– Import and export of data in mysql / csv.
With the pro version you can directly manage the WordPress database by creating queries like on phpmyadmin or adminer.
Some differences are:
– Greater integration with WordPress allows you to avoid accidental changes to WordPress core tables.
– The replace system supports serialized fields
– You can edit the query with the help of a series of dedicated tools
– For each column you have a menu of options inspired by the Excel system
– The ability to edit multiple tables at the same time. in fact, it is possible to edit the fields extracted from the query independently of the tables to which it refers.
For example:
SELECT post.post_title, m01.meta_value AS test, m02.meta_value AS test2 FROM wp_posts` post LEFT JOIN wp_postmeta m01 ON post.ID = m01.post_id AND m01.meta_key = 'test' LEFT JOIN wp_postmeta m02 ON post.ID = m02.post_id AND m02.meta_key = 'test2'
`
Allows you to edit both the test field and the test2 field
the link to the project: https://github.com/giuliopanda/admin-form-pro/releases/
