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.

FAQ

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.