Dodatak nije testiran s zadnje 3 glavna izdanja WordPressa. Možda ga se više ne održava ili pruža podršku i možda ima probleme sa kompatibilnošću s novijim inačicama WordPressa.

Commenter Data

Opis

This plugin exports data of commenter, which may include comment post id, comment date, name, email, website etc. The data will be exported in the form of csv file.

This plugin is compatible with Comment Attachment plugin ( https://wordpress.org/plugins/comment-attachment/ ) so exported csv file can also have attachment url in it.

It has extensive option in dashboard setting page, you can select which fields will be present in csv file. It also lists posts so that you can export csv file right from setting page.

Plugin follows all the codex guidelines in its code.

Features

  • Easy to install and setup
  • Very simplified and clean UI.
  • Easily customizable
  • Exports csv file containing information of commenter
  • Set of various options
  • Compatible with comment attachment plugin
  • Strong support.
  • For paid support and customization support contact http://sharethingz.com/contact/
  • Very lighweight code.
  • Translation ready code.

Snimke zaslona

  • Commenter data setting page.

Instalacija

Install Commenter Data from the ‘Plugins’ section in your dashboard (Plugins > Add New > Search for Commenter Data ).

Place the downloaded plugin directory into your wordpress plugin directory.

Activate it through the ‘Plugins’ section.

Important Step to follow

  • If you want comment attachment link to export, comment attachment plugin must be activated.

Recenzije

Nema recenzija za ovaj dodatak.

Suradnici i Programeri

“Commenter Data” je softver otvorenog koda. Sljedeće osobe su doprinijele ovom dodatku.

Suradnici

Prevedite “Commenter Data” na svoj jezik.

Zainteresirani ste za razvoj?

Pregledajte kôd, pogledajte SVN spremišteili se pretplatite na dnevnik razvoja od RSS.

Dnevnik promjena

1.1

  • Add comment content export option in csv.
  • Delete temporary created csv file in uploads folder.

2.0

  • commenter_add_field action to add more fields in backend on settings page.
  • commenter_filter_setting_data filter to filter the data before firing the sql query.
  • SQL query made more secure using $wpdb prepare method.

2.1

  • cd_cap filter for filtering capability to view commenter data settings and download the csv file.
  • Assigned separate menu page for Commenter Data plugin settings.
  • Removed option page under Settings menu page.