Old Tracking DB for cformsII

აღწერა

Beginning with version 15 cformsII does not have built-in Tracking Database support anymore. However it allows for arbitrary plugins to process the validated form submissions. This plugin implements the old tracking database submission feature via this mechanism, but it will not have any new features. E.g. there will not be any user interface.

You will have to rely on direct database access via any MySQL software to view the data or you can use the Unofficial CForms II table display to view the tracking database on any page via Shortcodes.

There are two tables involved in the Tracking DB: “cformssubmissions” and “cformsdata”, which are prefixed by the wordpress installation prefix that is “wp_” by default.

დაყენება

The minimum required cformsII version for this plugin is 15.0.

მიმოხილვები

There are no reviews for this plugin.

მონაწილეები & დეველოპერები

“Old Tracking DB for cformsII” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს მის განვითარებაში.

მონაწილეები

გადათარგმნეთ Old Tracking DB for cformsII თქვენს ენაზე.

დაინტერესებული ხართ დეველოპმენტით?

დაათვალიერეთ კოდი, შეამოწმეთ SVN რეპო, ან გამოიწერეთ შექმნის ჟურნალი : RSS.

ცვლილებები

0.3

  • enhanced: depend on \Cforms2\FormSettings instead of the removed cformsII database entry

0.2

  • added: get_cforms_entries API call
  • other: plugin’s entry file is now Plugin.php

0.1

  • added: compatibility layer to support the old Tracking DB for new form submissions