Plugin info

Total downloads: 1,031
Active installs: 0
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 10/4/2024 (503 days ago)
Added to WordPress: 10/4/2024 (1 years old)
Minimum WordPress version: 5.0
Tested up to WordPress version: 6.6.4
Minimum PHP version: 7.2

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 503 days ago

26/100

Is TheNoXport abandoned?

Possibly abandoned (last update 503 days ago).

Compatibility

Requires WordPress: 5.0
Tested up to: 6.6.4
Requires PHP: 7.2

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

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.

Installation

  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.

Frequently Asked Questions

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.

Review feed

No reviews available

Screenshots

  1. <strong>Screenshot 1</strong> - Selecting post types and fields to display in the table.

    Screenshot 1 - Selecting post types and fields to display in the table.

  2. <strong>Screenshot 2</strong> - Viewing the generated table with post type data.

    Screenshot 2 - Viewing the generated table with post type data.

  3. <strong>Screenshot 3</strong> - Downloading the generated table in HTML format.

    Screenshot 3 - Downloading the generated table in HTML format.

Changelog

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.