=== ADFO - Build Form in Admin Panel for developer === Contributors: giuliopanda Tags: database, table, template engine, data tables, plugin builders Requires at least: 5.9 Tested up to: 6.1 Requires PHP: 7.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Stable tag: 1.2.0 Create and Manage tables in new menu items and use the built-in template engine for site display. == Description == This plugin is designed for those who develop sites and need to extend wordpress functionality through new data structures. You can use this plugin to create new data structures or to manage or filter tables already in the database. For example, you can make it easier to write new plugins by automating the entire data entry administration section. You can use shortcodes to quickly display html tables on your site, with search results, column sorting and page breakdown. Or you can draw the html yourself and enter data using special shortcodes. Inside the plugin there is in fact a template engine complete with modified variables such as uppercase, substring etc... and all the most common commands of programming languages (loop, if-else etc... ). Extensive documentation will help you create what you want. For example, the tutorials will teach you to create an image gallery or a table showing other articles with the same tags as the article you are viewing. == CREATE AN ADMIN MODULE == Create data tables for backend use. - Create form with more than 20 data types - Use an advanced excel-style search system - Choose the fields to display, the order and how to display them. - Delete selected data or choose to delete all filtered data [PRO] - Download selected data or all filtered data [PRO] - Choose the roles of who can edit the table. - Multisite support. - Show data from other tables through LOOKUPs [PRO] - Create and edit complex data structures from mysql queries [PRO] == PUBLISH == Publish data in tables. - 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. == 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. the link to the project: [https://github.com/giuliopanda/admin-form-pro/releases/](https://github.com/giuliopanda/admin-form-pro/releases/) == Installation == Download the plugin and activate it. == changelog == V.1.2.0 2022-11-23 FIXBUG: saving text remove html. FIXBUG: (database_press) button create list from query, the list it creates doesn't work! IMPROVEMENT: new hooks to add new functionality when creating a new form. FIXBUG [PRO] (list-browse) csv download didn't work. REFACTOR: renamed the other hooks and created the legacy for the old hooks IMPROVEMENT: Possibility to use the database in the Pro version even if the admin form is not installed FEAT: new fields: color picker and range DOCS: list_view_formatting. V.1.1.0 2022-11-17 FIXBUG: (list-form) When I create a new field the autoincrement doesn't appear FEAT: (list-form) new field: field email, link FEAT: (list-form) when you create a field it also creates a default in the list view. In lookups it doesn't create the additional field and it doesn't hide the main one FIX MAJOR BUG: (list-structure) If I save a lookup without primary the query gives an error. IMPROVEMENT: Documentation of field types FIXBUG: the namespaces referring to object verification were wrong. Discovered on calculated field FIXBUG: (list-form) When I create a new field the special fields of the pro version don't appear FIXBUG: (browse-list) the change values ​​set in the list structure are not displayed when updating a record! FIXBUG: if I remove a field in the list-form it doesn't remove the field(s) of list-view-formatting! FIXBUG: on list-structure custom column has label column type instead of custom code IMPROVEMENT: in the column type list view (Show checkbox values) I divided the various results with a graphic element. V.1.0.1 2022-11-12 FIXBUG: list description. FIXBUG: show php error. == screenshot == 1. 2. 3. 4. 5. 6.