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.