Archive

Archive for the ‘notice’ Category

CFDB is compatible with PHP 7

September 21st, 2016 No comments

If running a scanning tool, it may report Errors for deprecated code.
72 | ERROR | Extension ‘mysql_’ is deprecated since PHP 5.5 and deprecated since PHP 5.6 and removed since PHP 7.0 – use mysqli instead.

The code contains both the new “mysqli” and old “mysql_” for both new and old versions of PHP. The old code is not run under PHP 7.

The following is unit test code that is not run on your site. This is a “mock” version of an existing WP function. You can blame WP for the name.
48 | WARNING | Function name “__” is discouraged; PHP has reserved all method names with a double underscore prefix for future use

Support thread discussion.

Categories: notice Tags:

How to Filter on relative time

October 10th, 2011 Comments off

As of version 2.2, you can filter by relative time to capture things like “since last week”

[cfdb-table form="Contact form" filter="submit_time>last week"]

Read more

Categories: notice, shortcode, tips Tags:

Call for language translations

February 17th, 2011 Comments off

Do you use this plugin in a non-English website? You can help create a translation of all the English display text in this plugin to your own language.

You do not need any technical knowledge. I have set up a page to take you step-by-step on what you need to do to contribute a translation. Click here for steps on how to create your own translation.

You may notice that the text on the data table on the Database admin page has text already translated into your language. But if it is not, there is another quick translation that you can contributes. Click here for making a translation of Data Table text.

I (and I’m sure others) greatly appreciate your contribution!

Categories: notice Tags: