Hello, can the data be sorted in a form? I have a form for an address table and would like to sort the Name column in ascending order. Greetings, Uwe
]]>Lost the ability to export any tables from this plugin – just get HTTP 500 errors – This page isn’t working.
Does the author support this any more?
]]>Upload problems – As below.
First error repeated per column. Column count foes match – this is erroneous error. File does NOT get imported successfully.
Exports are completely cozes – just get 500 errors…. ??
Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in /home/fdpcinf/public_html/wp-content/plugins/custom-tables/pages/importexport.php on line 50
…
WordPress database error: [Column count doesn’t match value count at row 1]
REPLACE INTO wp_gr2012wct10
VALUES (“”)
CSV File has been imported successfully.
]]>I can “check” my SQL database using a couple of different methods:
– I can sign into my web hosting account, go to the cPanel, click “MySQL Databases,” then use the “Check Database” function.
– I can use the “BackWPup” plugin to back up my WordPress site, which checks the SQL database as part of its process.
Either way, the first time I checked my SQL database after using this plugin for a while I got the following warning:
“wp_wct_list: Found row where the auto_increment column has the value 0”
When I Deactivated and Deleted the plugin and rechecked my SQL database, that warning disappeared.
When I reinstalled the plugin and then immediately checked my SQL database again, that warning returned.
Using the “phpMyAdmin” function in my hosting cPanel, I looked at the “wp_wct_list” SQL table in my database. It’s one of 7 SQL tables that the plugin initially installs, and it contains a list of the data Tables managed by this plugin. Initially it contains two predefined rows (entries):
– id=0, name=”Archive”, corresponding to the “Article Archive” data Table
– id=1, name=”Demo DB”, corresponding to the “Demo DB” data Table containing 210 sample items
And as I create my own data Tables, more rows appear in this SQL table.
Apparently, an SQL table can declare one of its columns (fields) to be the “auto_increment column,” and in general such a column is not supposed to have a 0 value in any row of that table.
However, this “wp_wct_list” SQL table violates that guideline by both declaring “id” to be the “auto-increment” column and by having a row with id=0, which triggers that warning. None of the plugin’s other SQL tables have a row with id=0.
So, my question is this: Does your “wp_wct_list” SQL table really need “id” to be the “auto_increment” column? Or can its “A_I” attribute be turned off, presumably eliminating this warning?
Thanks!
Martin
]]>I cannot get any table values to display!
I’m using your version 4.3.0, WordPress 4.8.1, and PHP 5.4 on a Godaddy-hosted web site.
I created a table, with titles in row 1, and sample data in rows 2-4. I compared my table to your Demo and set all corresponding settings (including the “<tr>{field}</tr>” specifiers), but when I insert the shortcode into a Page, I see:
– column titles
– (blank values) Edit
– (blank values) Edit
– (blank values) Edit
However, when I insert the shortcode for your Demo, it displays perfectly.
What am I missing?
Thanks!
Martin
]]>Hello
I have a table with two dropdown search fields in the header (category and local authority) which is working fine. But is there a way I can use both at the same time – it’s sorting one one or the other but not both combined.
many Thanks
andy
Is possibile insert a shortcode to COUNT the rows?
I want to visualize how many rows are in the database.
Thanks
]]>I would like to put a form on a page where the user logged can enter data into the database (the maximum would be that the user can then edit and delete their entries).
I read the premium version but it appears that the license can not buy
Help me please?
]]>Hello Stefan!
Thanks a lot for the plugin. I’m using it about 2 years.
Recently I found that the plugin loads about 1.5 second, which takes 59% of overall page generation time. Measurement was made with p3 plugin performance.
Here is the results of my test https://dl.dropboxusercontent.com/s/tg5slcxtqmgiiec/shot_150415_102949.png?dl=0
Is it possible to reduce time the plugin needed to load?
Can’t create any tables. Useless plugin.
]]>To edit or delete on a page by the user I have created a form.
In the form I can put a SQL filter.
I try to collect only the records that are made by the current user.
Some how I can not get it to work. It gives no results at all.
Can it be that it is a bug??
Is anyone here using this filter??
I have tryed everything including a simple statement:
WHERE naam=’blabla’
Even that comes up empty where there sould be 4 entry’s
The author of the plugin does not react to any of my emails. Anyone????Please help.
I’d like to be able to search any data on the table but not necessarily show the table on a page. I just need the search results.
This is what I have:
[wctsearch][wctable id=”3″]
If I remove [wctable id=”3″], then I get no results!
This may be something simple and I deeply appreciate your help!
Cheers!
Nestor
Plugin is great. But I have a problem with searching for the words with accents.
yáíé characters searches correctly
ě???? characters only searches: No entries found
We have someone with that experience?
I want to buy, but the malfunctioning bothers me.
I tried to active the free version. It gives the usual message that the plugin is activated, however its not and when I check its still asking me to activate it. Can you help
]]>I am not sure whether this can be done or if so – how to do it.
I have a table which I want viewable by everyone. Clicking on a field, thus taking you to the entry page – I would like a different page to be used – as I would like to restrict the results for certain members only. On the entry page I am showing more pertinent information that I do not want regular users to see.
Is this possible?
]]>Hello,
I recently started working with Custom Tables plugin. At first everything worked great, then out of the sudden the table is not showing the entry page anymore, not even an error message. When I click on a raw in order to display other details, it’s not showing up. Is it possible that this plugin entered in conflict with another plugin and that’s why it causes me problems? I need to outline that the Overlay Setup works fine, the only issue is the Entry Setup (page).
Thanks,
Ivona
Hallo,
I am building a site where the user cann fill in a form to sell something.
At the welcome page when the user is logged in custom tables show all the adds the logged in user has made.
I want the user to be abble to edit his add without coming on the admin panel. I would also like him to change the field “actif”in “draft” as if he deleted it.
Please help!
]]>Hi,
I have a table set up for my clubs fixtures and in the sidebar I only want to display the next 5 fixtures from today. When I add the following code
[wctable id="3" limit="5" filter="Date>='time()'"]
it displays all fixtures but paginated in rows of 5.
How do I get it to work like a sql statement where it will limit the returned rows to 5 ?
thanks
]]>In the premium version its possible to create your own db fiels, so i did.
They all write nicely to the database, the question that I have is how to use them, as they do not show up in any dropdown, or form creation.
does anyone know how use them ?
]]>the other thread was closed on this topic without being resolved, but I have a solution that is working for me. Maybe others will enjoy this fix.
Note: I am not a programmer, per se. But this fix works and has not affected the usability of the plugin for me. This is not to say it is a perfect fix.
if ($exact != '') {
$zusatz .= "<input type=\"checkbox\" name=\"exact\" value=\"1\" ".($_GET['exact'] == '1' ? " checked" : "")."/> ". __('Exact search2','wct');
}
Good luck! Hope this works for you!
]]>Question, how does Timymce do it? Ever thought of implementing that?
Remember, you can’t copyright a mechanic.
]]>hi there, anyway to make the search of custom tables to have auto complete feature??? so if you start type some letters it will give you whatever possible from the table that you are searching in???
please answer stephan, thanks in advanced
]]>I am using this plugin in WordPress 3.6.1 so perhaps that’s the problem.
The ‘enum’ field type is not present in the drop down definitions. Is that perhaps a premium option? If so, it would be good to clarify that.
If not the WP version or premium issue, then what might the issue be?
]]>Hi all,
This particular topic had been discussed in the past but is already closed, as per LINK
I followed every step to try and accomplish this function, but could only hide the results partially . Has anyone attempted to do something similar that could give me a pointer?
I’d like to have a user search a specific number (eg. 123) and display just that specific piece of record.
Please help! Thank you all kindly.
]]>If data changes in the database table that the custom table points to does the plugin update the data in the display tables for all users?
Basically I have several custom tables that I’ve created via a custom plugin. Can this plugin be pointed to one of those tables and display the data as it is updated?
]]>For the pay version,
When I activate custom tables search, I get an error:
Warning: Invalid argument supplied for foreach() in /home4/roberts/public_html/dev/wp-content/plugins/custom-tables/custom-tables-search.php on line 17
I get similar errors in the widget:
Warning: Invalid argument supplied for foreach() in /home4/roberts/public_html/dev/wp-content/plugins/custom-tables/custom-tables-widget.php on line 260
Warning: Invalid argument supplied for foreach() in /home4/roberts/public_html/dev/wp-content/plugins/custom-tables/custom-tables-widget.php on line 273
Warning: Invalid argument supplied for foreach() in /home4/roberts/public_html/dev/wp-content/plugins/custom-tables/custom-tables-widget.php on line 362
Anyone see this? Any advice?
Thanks,
Rich
Hi,
I’ve just updated to the latest version of Custom forms and now, for reasons I don’t understand, I cannot create a new table.
I have an older copy of custom forms on a localhost demo site and that still works fine. Is there a bug in the new version? Is anyone else having a similar problem?
Also cannot add a new field to an existing table.
Any help would be greatly appreciated.
Will
]]>Hi,
Anyone know how to loose the heading that is $table->vortext
I’ve hacked it in the source code, but would like to change it “normally” in the settings, if i could work out where its coming from.
Any ideas ?
]]>when activating
Notice: get_settings is deprecated since version 2.1! Use get_option() instead. in /var/www/web1066/html/wordpress/wp-includes/functions.php on line 2871
trying to setup a new custom table (Custom tables -> Create table ) and clicking on “Add new Field” jscript returns an error (I saw it using Firebug):
NotFoundError: Node was not found
document.forms[0].insertBefore(newFieldContainer,nFloor);
https://www.ads-software.com/plugins/custom-tables/
I investigated and found a collision with ‘Debug Bar Console’ plugin,
that define a form above that of this plugin.
Probably you should address your form using an ID rater than document.forms[0]