TheNoXport

描述

TheNoXport is a lightweight plugin for WordPress that provides the ability to select post types and display their fields, custom fields, and taxonomies in an HTML table. Users can generate HTML tables of selected data and download them without any impact on the database or server.

Key features:

  • Display custom post type fields, taxonomies, and standard fields in table format.
  • Select/Deselect fields easily with the “Select All / Deselect All” option.
  • Filter and display data dynamically based on user-selected fields.
  • “HTML This Table” feature allows users to download tables in HTML format, readable by Excel.
  • No export, modification, or writing to the database.
  • Enhanced security with nonce verification for all AJAX requests.
  • All code is prefixed to prevent conflicts with other plugins.
  • Completely free and simple to use.

License

This plugin is licensed under the GPLv2 or later.

屏幕截图

  • Screenshot 1 – Selecting post types and fields to display in the table.
  • Screenshot 2 – Viewing the generated table with post type data.
  • Screenshot 3 – Downloading the generated table in HTML format.

安装

  1. Upload the thenoxport folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Navigate to the ‘TheNoXport’ menu item in the WordPress admin dashboard.

常见问题

Does this plugin write to the database?

No, TheNoXport is strictly read-only and does not modify, write, or delete anything on the server.

Is it compatible with the latest WordPress version?

Yes, TheNoXport is compatible and tested with the latest WordPress version.

Can I export data in formats other than HTML?

Currently, the plugin supports downloading tables in HTML format only, which can be read by Excel.

评价

此插件暂无评价。

贡献者及开发者

「TheNoXport」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「TheNoXport」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.9

  • Updated plugin code with unique prefixes for class, functions, and actions to prevent conflicts.
  • Removed external dependencies and ensured all CSS and JS are loaded locally.
  • Improved security with nonce verification and proper sanitization and escaping of inputs.
  • Fixed compatibility with WordPress guidelines and ensured all outputs are properly handled.

1.8

  • Improved security with nonce verification for AJAX requests.
  • Fixed issues with escaping and sanitizing inputs for better compliance with WordPress standards.
  • Updated UI with the latest Bootstrap classes for a consistent look and feel.
  • Removed the Post Date column to streamline the table view.
  • Added error handling improvements for better user feedback.

1.6

  • Added “HTML This Table” functionality.
  • Removed links from tags/categories.
  • Improved UI for selecting post types and fields.